Webinator 4.3.3-Unix-w/plugin install

Post Reply
tmarino
Posts: 94
Joined: Thu Apr 25, 2002 1:04 pm

Webinator 4.3.3-Unix-w/plugin install

Post by tmarino »

I have installed Webinator 4.3.3-Unix-w/plugin on an AIX server and get the following when attempting to create a new walk:

Creating tables in control database /usr/local/morph3/texis/testdb.

***************
175 [webinatoradmin](selectwalk) 2401: Table options not found in data dictionary in the function opendbtbl 115 [webinatoradmin](selectwalk) 2401: No such table: options in the database: /usr/local/morph3/texis/testdb/ 000 [webinatoradmin](selectwalk) 2401: SQLPrepare() failed with -1 in the function prepntexis
***************

Do I need to create the table manually?
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

Webinator 4.3.3-Unix-w/plugin install

Post by mark »

Looks like the default database was somehow created without the proper tables.
rm -r /usr/local/morph3/texis/testdb
to wipe out the bad database. It should be automatically recreated with the correct tables.
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

Webinator 4.3.3-Unix-w/plugin install

Post by mark »

OTOH, if you have a full Texis license you may need to copy the INSTALLDIR/webinator/testdb to INSTALLDIR/texis/testdb
Post Reply