Dear all experts,
I faced this issue when restoring a backup for a client on Windows 2003 Server + SQL Server 2005 installed. The error comes abt when I try to restore a single company back up to the database. Here is the error msg I received:
THe followng SQL Server error occured while accessing the User Group table:
701,"42000", [Microsoft][ODBC SQL Server Driver][SQL Server] There is insufficient system memory to run this query.
SQL:
SELECT O.[id], O.[type], CASE WHEN C.[name] IS NULL THEN 0 ELSE 1 END AS [primkey] FROM "NAVDB".[dbp].[sysobjects] AS O LEFT OUTER JOIN "NAVDB".[dbo].[sysobjects]AS C ON (O.id = C.parent_obj AND C.xtype = 'PK') WHERE ).[name]=?
The database has 100 users and 80 companies. The steps that I have taken to produce this error is as follows:
Restore the entire database with 80 companies and 100 users.
Renaming one of the company to another name.
Restore the (renamed) company from the same backup file and got the above error.
What I like to ask is, is there a limitation on Navision in the no. of users and company allowed on a database?
Thank you so much for your help in advance!
Cheers,
Gary
0
Comments
There are some errors in your query, are you sure this is what you're running?
Have you changed any of the "out of the box" sql settings?
Server memory settings are as follows:
Use AWE to allocate memory (untick)
Minimum server memory (in MB): 0
Maximum server memory (in MB): 2147483647
Index creation memory (in KB, 0 = dynamic memory): 0
Minimum memory per query (in KB): 0
Maximum memory per query (in KB): 1024
All of the settings are default SQL settigns and nothing "out of the box" is done.
Thanks!
RIS Plus, LLC