Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Experts,
To work locally on my desktop , i had copied the exact folder structure and the dependent qvds from the server on to my desktop.So,while giving a reload with limit load, after fetching some records ,its throwing an error Type D detected,Getting Out Of Virtual And/Or Logical Memory.
So,Can anyone help me in solving this issue ,.
Very Very urgent .
Thanks in advance
Thanks,
Sandeep.
hi
This error normally comes when you are runnig huge application on low configuration server,
or
If 32-bit machines use for development and deployed the .qvw in a x64 server.
In this scenario, a project worked fine in QV9. When we migrated to v11, we had the inconsistency type D during reload in the development machine.
We found out that v11 used more memory during reload in the new version for that specific .qvw and instead of the regular out of memory we got Inconsistencies type D and sometimes type F.
Hi,
This error occurs due to insuffient memory in system , Please check with RAM availability with your system.
Regards
Vikas
Hello Sandeep,
In such cases there is always a little problem with data model or may be joins.
Also it might happen that your desktop does not have enough memory to hold the data of QVD which you are loading. If you increase the size of your RAM then it will solve your problem.
Thanks
Advait