cancel
Showing results for 
Search instead for 
Did you mean: 

Memory full. Not enough memory for operation

kalpesh_pandey
Contributor
0 Kudos

Hi We are getting below error message while running report using SDK. SDK uses RAS to generate report.

I checked space and there is enough space ( 9GB) in C drive. I checked taskmanager and CPU and memory util. is alsolow. Not sure what is causing this issue.

We are on BOXI R2 SP3 with IIS.

ErrorLog 2009 7 7 14:54:07.831 2992 9300 (\servers\ras\dtsagent\reporthandler.cpp:11594): CReportHandler::buildReportViewerError: CSResultException thrown. ErrorSrc:"CRPE" FileName:"\servers\ras\dtsagent\reporthandler.cpp" LineNum:11590 ErrorCode:500 ErrorMsg:"Memory full.

Failed to export the report.

Not enough memory for operation." DetailedErrorMsg:""

Thanks,

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

What is full stack trace?

0 Kudos

Hi Pandeyji,

check your Processes of the OS. Maybe the RAS.exe is reaching the 2 GB limit.

Regards

-Seb.

kalpesh_pandey
Contributor
0 Kudos

Hi, Sorry for updating this ticket late. We are having issue with long running reports.

Yes 1181169 KB solved my issue of memory.

https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/sno/ui_entry/entry.htm?param=69765F6D6F6465...

Resolution

To resolve the error message, it is necessary to increase the memory heap size value. Complete these steps:

Click Start > Run. The Run dialog box appears.

Type "regedit" in the Open text field. Click OK. The Registry Editor appears.

Navigate to the HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Control/Session Manager.

Click Subsystems > right-click Windows key > click Modify.

Edit the SharedSection value from 1024,3072,512 to 1024,3072,1024.

Former Member
0 Kudos

Thanks!

I will try it.