cancel
Showing results for 
Search instead for 
Did you mean: 

Webservice error while passing ARIBA values to SAP CPI DS

0 Kudos

Hi Experts,

I mapped all ARIBA values in CPI DS after which I got the below error while executing the task.

(E)(6204:7092) RUN-248005 |Data flow TEST_ARIBA_PIR_DF_PR_TEST|Transform Target_Web_Service_Call-Function1. There is no response for the web service <Webservicename>. Ensure that the network, web server, and service are running properly. Also ensure that the service client call time out is set properly.

What could be the possible reason for this error?

Thanks and Regards,

Kumar Shubham

Accepted Solutions (0)

Answers (1)

Answers (1)

jeffrey_kresse
Employee
Employee
0 Kudos

Could be a lot of things, this is one of the most common errors in CPI-DS, because it effectively just means the axis2/c SOAP client failed to do its job. That could have failed for a variety of reasons, timeout in sending request, timeout in processing the data in the target side, failed SSL validation, failure to connect to the target system at all, etc...

The better place to look is in the axis2_log.txt, which is a specific web service trace that needs to be enabled on the agent where the task is running. https://launchpad.support.sap.com/#/notes/2178417

Let us know what errors appear in the axis2_log.txt file.

Thanks,

Jeff