R3 CallReceive error <Function Z_AW_...> Time limit ex

Anyone got this error!!!

Cost centre rapid mart, failed at on of the R/3 dataflow with the below error, before this many R/3 dataflows ran successfully.

4056	728	R3C-150412	6/5/2009 11:32:51 AM	|Dataflow DF_CostTransactionFact_SAP
4056	728	R3C-150412	6/5/2009 11:32:51 AM	R/3 CallReceive error <Function Z_AW_RFC_ABAP_INSTALL_AND_RUN: . Time limit exceeded.>.
5788	5260	R3C-150412	6/5/2009 11:32:51 AM	|Dataflow DF_CostTransactionFact_SAP
5788	5260	R3C-150412	6/5/2009 11:32:51 AM	R/3 CallReceive error <Function Z_AW_RFC_ABAP_INSTALL_AND_RUN: . Time limit exceeded.>.

Environment
DS 3.0
SAP ERP 6.0
SAP AP Rapid Mart 11.7.0/12.0.0.0
R/3 DS setting
Generate & execute
execute in backgroung = ‘NO’
Using FTP


urk :us: (BOB member since 2005-11-29)

You SAP server has a global limit set that dialog programs con not run reports longer than x minutes. Execute in background hence:

execute in backgroung = ‘YES’


Werner Daehn :de: (BOB member since 2004-12-17)

Thanks Werener! I did that, but will there be any performance difference if we execute in background.


urk :us: (BOB member since 2005-11-29)

No, it is the same thing. The one runs the ABAP, the other does a submit of the ABAP. It is the same ABAP, with the submit the basis team has tighter control of where it gets executed and how many reports can run in parallel at any time. Ask your SAP Basis team about “SAP Spool Jobs”…


Werner Daehn :de: (BOB member since 2004-12-17)

I am also facing the same issue when i tried to intall “Plant Maintenance” Rapid Mart. I changed the execute in background option to ‘Yes’. But that is also not helping me…

pls advise.


shineklm2005 :india: (BOB member since 2010-07-15)

Can’t be. Please post the last page of the trace log and the error log.


Werner Daehn :de: (BOB member since 2004-12-17)

Resolved this issue by making the SAP user a “communication” user. (it was a dialogue user earlier)


shineklm2005 :india: (BOB member since 2010-07-15)

:?: :?: :?: :?:

anyway, at least it is working.


Werner Daehn :de: (BOB member since 2004-12-17)

CA Rapid Mart running fine for more than six months and this is the first time error occured after the R3 sits about 18 minutes. SAP R3 data store is set to “Generate and Execute” in backgroup:

Job name: Cost_Center_Load_SAP
(12.2) 09-22-10 00:14:50 (E) (8416:7332) R3C-150412: |Data flow DF_CostElementHier_SAP RFC CallReceive error <Function Z_AW_RFC_ABAP_INSTALL_AND_RUN: . Time limit exceeded.>.


yghwang :us: (BOB member since 2009-01-12)

Open the SAP datastore, advanced properties and set the flag execute in background to yes.

Somebody of your SAP team set the SAP global ABAP limit for dialog users to 18 minutes.


Werner Daehn :de: (BOB member since 2004-12-17)

We have the same issue here:

DS4 SP2
Execute in background = ‘Yes’

On ECC side:
User type = ‘Communication’

I have had out sap people watch the job and they can see the dialog sessions on their side. I have had this open with support, but they haven’t been able to help as of yet.

There must be something on the SAP side that is causing this I assume.

NB: We have also tried changing to ‘execute preloaded’ but that didn’t help either.


Leigh Kennedy :australia: (BOB member since 2012-01-17)

Wait a second, are we talking about ABAP dataflows or Extractors-in-regular-dataflows here? The thread is about the first only.


Werner Daehn :de: (BOB member since 2004-12-17)

Is there a difference is how they should operate ?


Leigh Kennedy :australia: (BOB member since 2012-01-17)

Major difference. Normal abap flows do a select on data via a job in sap, should be done as a background job. then via a share or FTP a flat file is send back to the BODS server.

Extractors are using extractors and stream the data to the BODS server.


Johannes Vink :netherlands: (BOB member since 2012-03-20)

What I mean is the timeout behaviour different ? My issues is extractors timing out.


Leigh Kennedy :australia: (BOB member since 2012-01-17)

For extractors timing out there is yet another SAP Note. My task with the priority 2 for next week is to make finding all ODP/Extractor related notes simpler.


Werner Daehn :de: (BOB member since 2004-12-17)

Thanks - let me know what it is when you find it !


Leigh Kennedy :australia: (BOB member since 2012-01-17)