RE: Table Locked By Another User
HI,
"- locked by another user happen in varies of process and tables"...
not normal in standard configutation but possible on big implementations
> if big implementation, use post with job queue technology (Mohana post)
Some issues:
First:
if not a new implementation but an upgrade to NAV 2013, verify that are you using repeteable read instead of serializable locking system
After:
check your sql server configuration
check datafile structure
check free memory\CPU usage on NAV Servers
check TempDB on SQL Server (you need a separate device)
all this issues can reduce thread off on datafiles & indirectly table locks
Last
Use NAV Best Practices Analyzer to check entire system configuration (.. sometimes problem revelator)