Locking Problem

JAYESH
Member Posts: 290
Hi Experts,
Does any body tell me what is the error message tell us.
Message - The table is lock by another user wait until user completed operation.
I want to know what is this means. and is there any solution for this ?
Thankx...
Does any body tell me what is the error message tell us.
Message - The table is lock by another user wait until user completed operation.
I want to know what is this means. and is there any solution for this ?
Thankx...
JAYESH PATEL
0
Comments
-
It means what it says. One process is trying to access a certain table, and is locked out by the DBMS by another process. Click the message away and try again. You get that message because the table lock takes longer than the value in the 'Lock Timeout' value in your database setup.0
-
THANKX FOR THE INFORMATION...JAYESH PATEL0
-
DenSter wrote:It means what it says. One process is trying to access a certain table, and is locked out by the DBMS by another process. Click the message away and try again. You get that message because the table lock takes longer than the value in the 'Lock Timeout' value in your database setup.
Is it possible to increase the 'lock timeout '?0 -
-
Hello,
I have met this issue and tried to put a higher value but it didn't change anything : no matters if I put 10 or 50000 the lock message appears immediately.
It seems that it is an issue between NAV 5.0 and SQL 2005. Could anybody confirm ?0 -
What exactly is the message? You might be getting a different message than we are talking about here.0
-
In SQL you actually don't get a message until the lock timeout occurs. You will get an hourglass until the locktimeout has been reached then you will get a message. This is getting into a pretty complicated subject but you can monitor locks in the session table to see who is locking who and for how long.
We have our lock timeout set to 120 sec's. If it is set to 10 seconds you might have postings fail more often becasue the lock timeout will be reach more often. If you set your lock timeout to 50000 you would have an hourglass for a really long time! You can also set the value to zero so there is no lock timeout at all.Jason Wilder
jwilder@stonewallkitchen.com0 -
That's what I said:DenSter wrote:You get that message because the table lock takes longer than the value in the 'Lock Timeout' value in your database setup.0
-
John3 wrote:DenSter wrote:It means what it says. One process is trying to access a certain table, and is locked out by the DBMS by another process. Click the message away and try again. You get that message because the table lock takes longer than the value in the 'Lock Timeout' value in your database setup.
Is it possible to increase the 'lock timeout '?
I've a native database 2.60B can you tell me the right method to increase ?
Thanks0 -
It is a SQL setting, not a Native. Sorry.
The SQL message is wrong BTW. The message is a table lock but it actualy means that a single row or resource is locked and cannot be locked by another process.0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions