Bad Record Lock (AREV Specific)
At 04 MAY 2000 10:29:43AM C.Miller wrote:
We are trying to delete a record on AREV 1.16 running novell networking. The record cannot be deleted since there is a lock on it. Only one workstation is using the software, and this workstation has been reset many times and locks cleared many times. Where specifically is this bad lock stored and how can it be cleared?
At 04 MAY 2000 12:51PM Don Miller - C3 Inc. wrote:
Locks are maintained on the Server (as Semaphores) if you're using the Novell Netware driver. You can see these at the server by going to the File open/lock activity form in the Console Monitor. If you're using the NPP driver then you will see it on the connection. If you're using the NLM you can view it in the NLM_STATS utility. Since there is only 1 workstation logged in, I'm suspicious that you somehow have gotten your own lock set somewhere. You might try the following:
LOG in as SYSPROG and do a SETFILE to the file you want in the account that owns it. Try to use the editor to open the record:
EDIT QFILE recordname
if you can read the record without a lock, then you can ALT+D the record. If it is locked, you should be able to tell whether it's your lock or another station's lock.
Don Miller
C3 Inc.
At 04 MAY 2000 02:59PM Steve Smith wrote:
Sounds like a spurious lock conflict somewhere. First backup your system. Try changing the network drivers to non-networking and then put them back after you have resolved the issue. Another way would be to change paths (eg. copy your app into a path with a very different path/volume name and try from there).
Steve