Rewalk does not run

Post Reply
b.sims
Posts: 99
Joined: Fri Oct 26, 2001 10:40 am

Rewalk does not run

Post by b.sims »

Having got my walks working successfully (thanks) I'm having problem setting the rewalk. It is scheduled properly (appears with texis -ls) but throws this error in the log:

018 Dec 9 06:00:00 (856) Can't exec scheduled job "D:\MORPH3\texis.exe" -r -sched iscmdln profile=iocremote9 what=sched "d:\web-root\webinator\dowalk/dispatch.txt": The system cannot find the file specified.

texis.exe is in fact stored in the C:/inetpub/scripts directory, and the registry setting for CGIDir reflects this. The texis.cfg file doesn't seem to have a setting for it either - where can I change this?
User avatar
Kai
Site Admin
Posts: 1272
Joined: Tue Apr 25, 2000 1:27 pm

Rewalk does not run

Post by Kai »

You can either copy c:\inetpub\scripts\texis.exe to d:\morph3, or edit d:\morph3\texis.cnf, and add these two lines:

[Scheduler]
Texis=c:\inetpub\scripts\texis.exe

which will tell the scheduler where the texis executable is.
b.sims
Posts: 99
Joined: Fri Oct 26, 2001 10:40 am

Rewalk does not run

Post by b.sims »

Thanks, the extra lines do the trick. I would like to remove some scheduled events from the database, but it seems I do not have permission?
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

Rewalk does not run

Post by mark »

How are you trying? What's the error?
b.sims
Posts: 99
Joined: Fri Oct 26, 2001 10:40 am

Rewalk does not run

Post by b.sims »

For some reason, I have ten entries 16 entries for one particular profile, all set to go at the same time which sounds like it might cause trouble.

I'm doing:

C:\Inetpub\scripts>texis -d d:/morph3/texis/defaults -s "DELETE FROM SYSSCHEDULE
WHERE NEXTRUN = '2003-12-14 10:00:00'"

and getting:

000 Insufficient permissions on SYSSCHEDULE in the function
000 SQLPrepare() failed with -1 in the function prepntexis
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

Rewalk does not run

Post by mark »

In my experience that can happen if you use various names for the "dowalk" script. I just
texis -wipesched
and redo the ones I want in that situation. To delete from SYSSCHEDULE you need to login as _SYSTEM
texis -u _SYSTEM -p "" ...
Post Reply