What is @file.error 411 (OpenInsight 32-bit Specific)
At 02 JUN 2005 05:55:04PM Wilhelm Schmitt wrote:
Consider this code fragment:
…
unlock file, id then
abc=123'end
…
Via CGI we open different engines for different tasks.
When the call to unlock comes from an engine that is not the same that set the lock, abc=123 won't execute, because of @file.error=411
What does this mean?
Regards
Wilhelm
At 02 JUN 2005 06:05PM Wilhelm Schmitt wrote:
I forgot to mention that when updating LIST_USER_LOCKS from the engine that receives the error, the locking information appears correctly, with the pending lock.
When opening the record in the system editor, the status message "Entity is already locked by this station" show up.
411 presumeably refers to a file not found in the locking table.
Wilhelm
At 02 JUN 2005 10:48PM dsig _at_ sigafoos.org wrote:
well .. according to SYSPROCS-FSERRORS_400
EQU FS_SYS_LOCKFILE_NF$ TO 411 ;* 1 - File specified not found in list of locked files.
It is odd that you are getting this. Are you saying that engine 1 might lock the record but engine 2 tries to unlock it?
At 03 JUN 2005 01:21PM Wilhelm Schmitt wrote:
Exactly.
-Wilhelm-