Repost - Cannot run report programmatically (Reporter Specific)
At 31 JAN 1998 10:55:01AM Jeff Word Enterprises wrote:
I am calling reporter and passing the paramters to it. I get this error:
Cannot connect to OI - check user name and passwordThen I get:
The Report or query is locked by another userI checked the user name and password and they are correctly passed.
Utility('RUNWIN','REPORTER.EXE /AP=SYSTEM /UN=JEFF /PW=PASSWORD')
Greg from RTI repeated the problem. Another tech support person got it to work using the same command on a different computer. I need a resolution. Greg and I are using standard documented syntax and it does not work.
At 02 FEB 1998 09:14AM Aaron Kaplan wrote:
Try Utility('RUNWIN','!REPORTER.EXE /AP=SYSTEM /UN=JEFF /PW=PASSWORD')
(Notice the ! before REPORTER.EXE)
At 03 FEB 1998 03:07PM Jeff Word Enterprises wrote:
What was that supposed to accomplish?
At 04 FEB 1998 08:29AM Aaron Kaplan wrote:
Well, it was an educated guess, I guess. Placing a ! in front of LB or DWB is required to load the database manager or system editor. Figured it might solve some of the reporter stuff. Probably should have tried it first before posting, huh?
At 06 FEB 1998 12:09PM Paxton Scott wrote:
Did anyone solve the problem of "report or query locked by another user"? I'm getting this message, and can see no errors. I even get the same message from the windows run window command line.
Trying to run report from a program using RUNWIN utility service.
any help??? Thanks.