| | OpenVMS ask the wizard - RMS Record Locking, File Contention? (Site not responding. Last check: 2007-11-01) |
 | | "RECORD LOCKED BY ANOTHER USER", even though the first program completed operations with this record (the other records are free for access). |
 | | In this particular case, you will need to disable all record locks and maintain your own file-level and record-level access coordination, or manually release the record lock via explicit program request, or implicitly release the record lock by selecting another record in the file. |
 | | A typical pattern involves either waiting for the record lock (via RAB$L_ROP WAT option, and potentially adding the TMO option), or by periodically retrying access to the record. |
| h71000.www7.hp.com /wizard/wiz_6326.html (440 words) |