cancel
Showing results for 
Search instead for 
Did you mean: 

C4C MDR RFC Exception SYSTEM_FAILURE

Former Member
0 Kudos

Hello Experts does anybody know how to solve the following error in a MDR Job in C4C?

rfc exception system failure raised unable to fulfill request for 517127 bytes of memory space

Code an Error in the Images

Accepted Solutions (1)

Accepted Solutions (1)

anant_acharya
Advisor
Advisor

Dear Andres,

There might be multiple reason for this RFC exception error, as per error message it explains that each transaction requires some main memory space to process application data. If the operating system cannot provide any more space, the transaction is terminated as this " RFX exception error".

I would suggest to build smaller packages of data that is requested, e.g. limit this to 10000 records, and make sure between packages memory is reduced again. Also fine tune the PDI coding to fetch lesser amount of data according to your requirement, so that the MDR will not fail.

Kindly check and test this at your end with lesser data.

Regard

Anant

former_member200995
Contributor
0 Kudos

Hi Anant,

I use the QueryByElements, too.

How to adjust the script, first get 10000 records, the next time get the next 10000 records?

Thanks.

Benny Huang

anant_acharya
Advisor
Advisor
0 Kudos

yes Benny, you need to split the instances and it should work.

Answers (0)