directory references ?

Post Reply
waynes
Posts: 21
Joined: Thu Nov 08, 2001 1:49 am

directory references ?

Post by waynes »

I am trying to look at the querylog via the command line on NT and get the following error:

C:\Program Files\Webinator>gw -s "select * from querylog"
016 Can't exec Texis Monitor c:\morph3\monitor.exe: No such file or directory

Where is 'c:\morph3\' coming from - I checked any config files but no reference to monitor.exe

Any suggestions ?

Regards,

Leo Gaggl
Adelaide, SA
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

directory references ?

Post by mark »

Looks like gw didn't get patched with your installation location. You can use texis to do the query instead.

texis -d /path/to/database -s "select * from querylog"
User avatar
John
Site Admin
Posts: 2622
Joined: Mon Apr 24, 2000 3:18 pm
Location: Cleveland, OH
Contact:

directory references ?

Post by John »

The NT version of Webinator will try to install the monitor program as a service, as well as store the location of the monitor program in the registry. If the user you installed as did not have permission to write to the registry this information will be missing. You could add the key yourself under:

HKEY_LOCAL_MACHINE\SOFTWARE\Thunderstone Software

The key would be InstallDir, and the value is the directory you installed to.
John Turnbull
Thunderstone Software
leogaggl
Posts: 12
Joined: Sun Apr 28, 2002 7:41 pm

directory references ?

Post by leogaggl »

Hi John,

I always install software as admin user. Also I did check the registry entries before I logged the call. They seem to point to the correct directories - that's why I can not understand where this c:\morph3\monitor.exe is coming from ?
Post Reply