Hello everyone,
I am working on Nas and I have the following problem:
while i modfy a sales line nas return this error:
"The Sales Lines table cannot be changed because it is locked by another user. Wait until the user is finished and then try again."
In event Viewer i find these messages:
- error:
"The Sales Lines table cannot be changed because it is locked by another user. Wait until the user is finished and then try again."
- message:
"The Navision Application Server NAS recovered using the following configuration and is now fully operational.
Database Server Name = ServerName
Database = DB Name
Company = Company Name
Startup Parameter = NAS"
NAS is recovered and not restarted. Someone know what it means?
_marchino_
0
Comments
1) you are not using the NAS to run a single instance codeunit, initialise some things and then let the NAS wait for some event (timer-event, Queue-event,....). So when there is an error, the NAS just gets killed and doesn't just error out of the trigger-event and then just waits for the next event to come by.
2) So you NAS crashed by the error. But in the services "Recovery"-tab of the NAS, you put that Windows has to restart the NAS in case it crashes.
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!