Error at Update statement

Post Reply
Faiz
Posts: 109
Joined: Wed Jan 10, 2001 1:29 pm

Error at Update statement

Post by Faiz »

Hi,
I am getting this error, "Invalid argument in the function semunlock", at the update statement in my vortex script. I never noticed it before. What could be the reason?
User avatar
John
Site Admin
Posts: 2622
Joined: Mon Apr 24, 2000 3:18 pm
Location: Cleveland, OH
Contact:

Error at Update statement

Post by John »

That usually means that the semaphore has been removed while Texis has it locked. Did this happen just once, or is it reproducible?
John Turnbull
Thunderstone Software
Faiz
Posts: 109
Joined: Wed Jan 10, 2001 1:29 pm

Error at Update statement

Post by Faiz »

I see it happening everytime there is this update statement on a table from a particular script. There are other updates to the same table from different scripts but, they don't produce this error.
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

Error at Update statement

Post by mark »

You're not running the problem script with a different version of texis are you? Or texis running as a different user?
Faiz
Posts: 109
Joined: Wed Jan 10, 2001 1:29 pm

Error at Update statement

Post by Faiz »

No, its the same version and the same user. Basically, updates and inserts are done from the web by the users. The log file shows, this started yesterday and I never noticed it before. However, the records in the tables are not affected. I checked the table and the data seems alright. Could this be a problem in future?
User avatar
John
Site Admin
Posts: 2622
Joined: Mon Apr 24, 2000 3:18 pm
Location: Cleveland, OH
Contact:

Error at Update statement

Post by John »

By itself it shouldn't cause problems, but it is possible that it is indicative of something else happening. Can you open a support ticket with details of what the update statement is, and how it might be different from other ones?
John Turnbull
Thunderstone Software
Post Reply