Restoring Navision on SQL I receive error 1204

Guido
Member Posts: 5
Hi to all!
I'm trying to restore a Navision Attain 3.60 Database backup in SQL server running Win2k Server with SP4, but I receive the following error:
Microsoft Navision Attain
Si è verificato il seguente errore SQL Server accedendo alla tabella Setup Relationship Management: 1204,"HY000",[Microsoft][ODBC SQL Server Driver][SQL Server]Impossibile ottenere una risorsa LOCK in questo momento. Rieseguire l'istruzione quando il numero di utenti attivi è minore oppure chiedere all'amministratore di sistema di verificare la configurazione della memoria e dei blocchi di SQL Server.
1204,"HY000",[Microsoft][ODBC SQL Server Driver][SQL Server]The SQL Server cannot obtain a LOCK resource at this time. Rerun your statement when there are fewer active users or ask the system administrator to check the SQL Server lock and memory configuration.
OK
I restored succesfully the same "fbk" in SQL Server running with Win2k SP3 !!
Can anybody help me!
Thanks in advance to everybody!
I'm trying to restore a Navision Attain 3.60 Database backup in SQL server running Win2k Server with SP4, but I receive the following error:
Microsoft Navision Attain
Si è verificato il seguente errore SQL Server accedendo alla tabella Setup Relationship Management: 1204,"HY000",[Microsoft][ODBC SQL Server Driver][SQL Server]Impossibile ottenere una risorsa LOCK in questo momento. Rieseguire l'istruzione quando il numero di utenti attivi è minore oppure chiedere all'amministratore di sistema di verificare la configurazione della memoria e dei blocchi di SQL Server.
1204,"HY000",[Microsoft][ODBC SQL Server Driver][SQL Server]The SQL Server cannot obtain a LOCK resource at this time. Rerun your statement when there are fewer active users or ask the system administrator to check the SQL Server lock and memory configuration.
OK
I restored succesfully the same "fbk" in SQL Server running with Win2k SP3 !!
Can anybody help me!
Thanks in advance to everybody!

0
Comments
-
Lock resources - part from online books for SQL:
locks Option Use the locks option to set the maximum number of available locks, thereby limiting the amount of memory Microsoft® SQL Server™ uses for locks. The default setting is 0, which allows SQL Server to allocate and deallocate locks dynamically based on changing system requirements. When the server is started with locks set to 0, the lock manager allocates two percent of the memory allocated to SQL Server to an initial pool of lock structures. As the pool of locks is exhausted, additional locks are allocated. The dynamic lock pool does not allocate more than 40 percent of the memory allocated to SQL Server. Generally, if more memory is required for locks than is available in current memory, and more server memory is available (the max server memory threshold has not been reached), SQL Server allocates memory dynamically to satisfy the request for locks. However, if allocating that memory would cause paging at the operating system level (for example, if another application was running on the same computer as an instance of SQL Server and using that memory), more lock space is not allocated. Allowing SQL Server to use locks dynamically is the recommended configuration. However, you can set locks and override SQL Server's ability to allocate lock resources dynamically. Increase this value if SQL Server displays a message that you have exceeded the number of available locks. Because each lock consumes memory (96 bytes per lock), increasing this value can require increasing the amount of memory dedicated to the server. locks is an advanced option. If you are using the sp_configure system stored procedure to change the setting, you can change locks only when show advanced options is set to 1. The setting takes effect after stopping and restarting the server.
Check your free memory...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