Scheduled Walk Malfunctioning

mmcfadden
Posts: 158
Joined: Tue May 20, 2003 2:17 pm

Scheduled Walk Malfunctioning

Post by mmcfadden »

What was the break-off point of software at which the databases were converted from 32bit to 64bit? I don't understand how I ended up with this problem. The free version of Webinator was 32 bit and the Professional version we bought is now 64bit? If so is my texis.exe file 64bit? It sound like once the CGI texis.exe is replaced, the TestDB folder is updated to 64bit and collections are reindexed I should be good to go. Right?
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

Scheduled Walk Malfunctioning

Post by mark »

The free download is 32 bit. Unless otherwise requested the paid version is 64 bit.

Right. Everything has to be switched over.
mmcfadden
Posts: 158
Joined: Tue May 20, 2003 2:17 pm

Scheduled Walk Malfunctioning

Post by mmcfadden »

I have finally over the Holidays found a good time to update the files in the TestDB folder to the 64 bit version, replace the Texis.exe file in the /cgi-bin/ directory and update the monitor.exe file. I ran a reindex on all of my collections and everything seemed to be working.
I have noticed a problem that still exists. My daily scheduled walks are no longer running. I went into the walk settings and changed the settings to run from daily at 1am to Tuesdays at noon and then received the following error message.

175 [webinatoradmin](saveothersched) 1021: Table SYSSCHEDULE not found in data dictionary in the function opendbtbl 115 [webinatoradmin](saveothersched) 1021: No such table: SYSSCHEDULE in the database: D:\Program Files\Thunderstone Software\Webinator\texis\testdb\ 000 [webinatoradmin](saveothersched) 1021: SQLExecute() failed with -1 in the function execntexis

I did look to verify that sysschedule.tbl does exist in the \testdb\ directory. Just as a side note my search results come up much faster now that everything is 64bit.
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

Scheduled Walk Malfunctioning

Post by mark »

Make sure sysschedule.tbl is not a remnant from the 32 bit. Delete the sysschedule.tbl file. Then run
INSTALLDIR\texis -d "D:\Program Files\Thunderstone Software\Webinator\texis\testdb" -u _SYSTEM -p "" "drop table SYSSCHEDULE"
Then recreate your schedule from the profile settings page. It should create the table anew.
Post Reply