Unable to Load data using IDoc_Load_PACK_for_SAP_R_3_19

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
har
Participant
Posts: 118
Joined: Tue Feb 17, 2004 6:23 pm
Location: cincinnati
Contact:

Unable to Load data using IDoc_Load_PACK_for_SAP_R_3_19

Post by har »

Hi,
When try to load data using IDoc_Load_PACK_for_SAP_R_3_19,its throwing this error
IDocLoadCREMAS..CREMASLoad: RFC exception: CALL_FUNCTION_RECEIVE_ERROR EXCEPTION SYSTEM_FAILURE RAISED Error when receiving answer to a Remote Function Call.
Error executing transaction 0CA928F4001944187C313417


Any ideas

Hary
Har
Amos.Rosmarin
Premium Member
Premium Member
Posts: 385
Joined: Tue Oct 07, 2003 4:55 am

Post by Amos.Rosmarin »

Hi,

Is it the first time you are trying to use IDOC load or you already do it but this time it fails ?

Try to put RFC trace on you DS server. Do this by adding the following env variables to your system:

Code: Select all

RFC_TRACE=1 
RFC_TRACE_DIR=some location for the trace files
Try and check the IDOC configuration file (it is created the first time you choose this IDOC) see if the SAP version in it is correct.



HTH,
Amos
Post Reply