Hi,
We're running NAV 5.0 on SQL Server 2005. Today we got this error saying
"there is not enough memory to execute this function. If you work in single-user installation, you can try reducing the value of the 'cache' program property. You can find information about how to optimize the operating system in the documentation for your operating system."
This happens on several clients when they try to create sales or purchase order. Does anyone have any clues what might be causing this? The machine SQL Server is on has 2 gigs of memory and it doesn't seem that it is running out of it.
Any help is much appreciated!
0
Comments
Sorry, I'm only administering that SQL Server, I can't really say what code is being executed. I also found some pages which say that error usually occurs when program is in infinite loop.
Thomas
Were there customizations done on that specific functionality?
Eric Wauters
MVP - Microsoft Dynamics NAV
My blog
To turn on the debugger. Click on tools->debugger->Active.
Make sure you turn off Break on trigger. tools->debugger->Break on Trigger.
When you run the process the debugger will stop on the first error.
You'll see the callstack.
I suggest to contact your solution center to help you solve the issue.
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
If it's a recursive problem, the callstack will be filled very clearly with the same Object/functions... .
Eric Wauters
MVP - Microsoft Dynamics NAV
My blog