Monitor process failed error in API

Post Reply
acoulson0
Posts: 8
Joined: Thu Dec 21, 2000 8:01 am

Monitor process failed error in API

Post 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.
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

Monitor process failed error in API

Post 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.
jramm
Posts: 2
Joined: Tue Nov 13, 2001 12:14 pm

Monitor process failed error in API

Post by jramm »

How do you check if the license segment already exits?
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

Monitor process failed error in API

Post by mark »

The unix system command
ipcs
Look for a key starting with 0xdbac
jramm
Posts: 2
Joined: Tue Nov 13, 2001 12:14 pm

Monitor process failed error in API

Post by jramm »

What about for Windows?
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

Monitor process failed error in API

Post 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.
Post Reply