I am calling custom made webservice to create headers and lines inside the Nav database. I get inturrupted in between by this error message. Can anyone please suggest how I can avoid conflicts between 2 calls to update the Sales Line table.
"The Sales Line table cannot be changed because it is locked by another user. Wait until the user is finished and then try again."
0
Comments
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
then the lines are sent along with the header number recieved and wait to recieve a success message.
The insertion of the lines is the stage when I recieve the table locked error message.
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
that means- more than one users are making web service calls to add Sales line.
It works fine in the Developement environment where I am the single user.
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
http://dynamicsuser.net/blogs/stryk/archive/tags/Locking/default.aspx
Cheers,
Jörg
NAV/SQL Performance Optimization & Troubleshooting
STRYK System Improvement
The Blog - The Book - The Tool
You could also go to my BLOG http://dynamicsuser.net/blogs/stryk/ then click on the tag "Locking".
NAV/SQL Performance Optimization & Troubleshooting
STRYK System Improvement
The Blog - The Book - The Tool
i have the same problem with my NAV 5...and then i got my problem solve \:D/ \:D/
i kick the other user that use my ID login..(file-->database-->information--->sessions--->and lookup)
and then wooss...there is no problem again..
REASON :
maybe the other person user my ID and we edit the same thing..