Think think we may have this problem. WE have a commercial version of webinator bought in 2002 or 2003 as version 4.01. How do we upgrade as suggested to 4.1.1? Where can we download it and still maintain our license of 500,000 documents?
If your problem is that you have multiple scripts scheduled but only one runs, then yes, the fix is in the script. Otherwise, please describe your problem.
Once you have the new scripts installed you need to unschedule and reschedule all of your walks since the old scripts did not schedule them. Once you do that you can confirm that they are scheduled by going to a shell prompt and running
texis -LS
you should see a separate entry for each scheduled profile.
After the scheduled walk time check the walk status for what happened. You can also check texis -LS again to see if it thinks it ran the walks. If the texis -LS says it ran the walks but the walk status page does not, check your monitor.log and vortex.log for errors.
We have a profile called Test and we schedule it for rewalk at a certain time each day.
After we schedule it, we check the texis -LS output and it says the foilowing:
Script: d:\Program Files\Thunderstone Software\Webinator\texis\scripts\Webina
tor\dowalk/dispatch.txt
Vars: profile=Test what=sched
Schedule: daily at 12
Next run: 2005-02-02 12:00 (in 1m 7s)
Last run: never
First run: never
Status: runnable, 0 executions, first last, id 420106a510
We then wait until after the scheduled walk time and recheck texis -LS output to see the following:
Script: d:\Program Files\Thunderstone Software\Webinator\texis\scripts\Webina
tor\dowalk/dispatch.txt
Vars: profile=Test what=sched
Schedule: daily at 12
Next run: 2005-02-03 12:00 (in 23h 59m)
Last run: 2005-02-02 12:00 (45 sec ago) took 18 sec with exit code 1
First run: 2005-02-02 12:00 (45 sec ago)
Status: runnable, 1 executions, first last, id 420106a510
As you can see, the texis -LS output says the walk took place but when we check the walk status page, it doesn't reflect that. The walk status page only reports of a walk we performed manually a while ago.
Upon checking the monitor.log file, we see the following:
002 Feb 2 12:00:00 can't open C:\WINDOWS\system32\: no SYSTABLES in the function ddopen
000 Feb 2 12:00:00 Could not connect to . in the function openntexis
The votex.log file says the following:
200 Feb 2 11:24:32 (2348) Contacting license server
200 Feb 2 11:24:33 (2348) Successful reply from license server
100 Feb 2 12:00:18 (2348) Job "d:\Program Files\Thunderstone Software\Webinator\texis.exe" -sched iscmdln profile=Test what=sched "d:\Program Files\Thunderstone Software\Webinator\texis\scripts\Webinator\dowalk/dispatch.txt" returned exit code 1
We have updated both the dowalk and webinatoradmin script to version 4.4.17
We have webinator version 4.01.1027548538 of July 24 2002
You might have the issue described in post #7, where `-r' needs to be added to the command line. See post #7 and apply those edits to your texis.cnf file.
The following should fix the problem. Edit the file texis.cnf (it's in the install dir) with Wordpad (Notepad may not be able to handle the format). At the end of the file, add these two lines:
Windows thinks that all .cnf files are "Windows SpeedDial" files and hides the .cnf extensions by default (even if you say to show all extensions).
Fire up a text editor and type in "C:\program files\thunderstone software\webinator\texis.cnf" (or wherever it happens to be installed) and it should open.