cancel
Showing results for 
Search instead for 
Did you mean: 

Remote Execution error: SDI: ABAP Adapter

Former Member
0 Kudos

Hello,

I am currently trying out replication of data through ABAP Adapters. I have SPS10 HANA and all the configurations for DP Agent and servers are in place. I have created a job to schedule replication of data in batch mode. I have mentioned the same procedure name which was created after activating the flowgraph.

Now when I view the job log I see below text:

  • Application Error: SQL exception 403: internal error: [403] "XXXXXX"."ABAP_Replication_Test::Test_ABAP_Repl": line 5 col 1 (at pos 122): [403] (range 3) internal error exception: internal error: Remote execution error Receive data timeout expired for query "XXXXX" at ptime/session//eapi/jbdc/externalStatement.cc:861

How this issue can be resolved?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Looks like the execution of the query failed on the agent. The agent's log file (framework.trc) would usually contain more specific error. It may also contain more additional information if the agent's log level is set to 'ALL'.

Former Member
0 Kudos

Hi Viktor,

Thanks for your suggestion.

I checked the logs and understood that there is job that DP agent triggers while execution which in turn execute '/SAPDS/RPT_STREAM_READ_TABLE' program.
When I read the job log, the error text is 'No Destination Specified'. I debugged the job and found that parameter value of 'P_DEST' is blank. How this can be resolved?

Former Member
0 Kudos

Hello,

this issue is resolved as in SPS10, we have to provide RFC destination parameter while creating remote source. Since this is the value passed on to the aforementioned report. Details of RFC creation is mentioned in the administration guide.

BR

Mukul Kumar