Page 1 of 1
Monitor process failed error in API
Posted: Thu Nov 08, 2001 6:27 pm
by acoulson0
We're getting the following errors during a call t the n_texis() API. It seems like I've seen this before, but can't remember what the circumstances were. File permisions look OK.
ERROR: Monitor process failed to create license segment
ERROR: SQLPrepare() failed with -1 In the function: prepntexis
Andrew Coulson
Vignette Corp.
Monitor process failed error in API
Posted: Thu Nov 08, 2001 9:29 pm
by mark
Is your program running as the same user as the monitor? Did you check if the license segment already exists and if it's owned by the right user? monitor.log might also have some useful information.
Monitor process failed error in API
Posted: Tue Nov 13, 2001 12:15 pm
by jramm
How do you check if the license segment already exits?
Monitor process failed error in API
Posted: Tue Nov 13, 2001 12:47 pm
by mark
The unix system command
ipcs
Look for a key starting with 0xdbac
Monitor process failed error in API
Posted: Tue Nov 13, 2001 2:24 pm
by jramm
What about for Windows?
Monitor process failed error in API
Posted: Tue Nov 13, 2001 2:52 pm
by mark
On windows that message would be caused by the monitor not being able to start up. INSTALLDIR\texis\monitor.log should contain more detailed errors.