cancel
Showing results for 
Search instead for 
Did you mean: 

Dataservices rapidmart job failure ( RFC Callreceive error)

Former Member
0 Kudos

Hi Friends

As one of my Data services  rapid mart got failed and find the following error

og: error_05_27_2012_22_10_02_2209__939f0ee0_f280_475e_881c_4be50511742e.txt Job Server: PTH-SAPbnO01:3500 

Job name: Cost_Center_Load_SAP

(12.2) 05-28-12 05:44:06 (E) (3060:11896) R3C-150412: |Data flow DF_CostSummaryFact_SAP

                                                      RFC CallReceive error <Function Z_AW_RFC_ABAP_INSTALL_AND_RUN: . Time limit exceeded.>.

(12.2) 05-28-12 05:44:06 (E) (10004:11184) R3C-150412: |Data flow DF_CostSummaryFact_SAP

                                                       RFC CallReceive error <Function Z_AW_RFC_ABAP_INSTALL_AND_RUN: . Time limit exceeded.>.

Hence please assist me what actually time limit is all about ?

How to overcome this

Regards

Fasi

Accepted Solutions (0)

Answers (2)

Answers (2)

peter_houston
Explorer
0 Kudos

It sounds like the ABAP program is hitting a timeout.  You can try to submit the ABAP jobs in the background by setting SAP Applications Datastore setting 'Execute in the background (batch)' to 'Yes'.

Regards,

Pete

Former Member
0 Kudos

Hi Fazi,

I think "Z_AW_RFC_ABAP_INSTALL_AND_RUN" is taking more time to get executed in SAP server and the 'wait time' between DS & SAP server, exceeded the limit. I believe there should be a setting where limit could be set in SAP server. You might get this error, the DS is trying to process 'more' records than usual. Please check how much records it was processing earlier (if the job was getting executed successfully earlier) and how much records it's trying to handle/process now.

Thanks, Arun J.