cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi guy,

Have a problem with two web services in Data Services 4.2 SP9. To execute the job finish with a this error: "RUN-248005 Data flow [XXXXXXX] Transform [XXXXX] There is no response for the web service Ensure that the network, web server, and service are running properly."

I tried this solution but it did not work:

"Resolution 1- On the Data Services Job Server machine, make a backup of the DSConfig.txt file. - For Windows Job Servers the path is %LINK_DIR%\bin \DSConfig.txt - For Unixs Job Servers the path is $LINK_DIR/bin/DSConfig.txt 2- Open the DSConfig.txt file and search for the parameter "Native_Webservice_Call_Timeout_Miliseconds". 3- Increase the value to allow for the report generation to complete before the timeout value is reached. For example, to set the value to 300 seconds: Native_Webservice_Call_Timeout_Miliseconds=300000"

Thanks for your help.

Best Regards

Victor

0 Likes
View Entire Topic
Rishabh_Awasthi
Active Participant
0 Likes

Hello Victor

The URL seems to be a SOAP API
Try the following steps:

  • Try accessing the API through SOAP UI or any another to tool to verify the access.
  • If you succeed then create the datastore and import the required webservice functions.

Is SSL support required ?
Check the DS Integrator Guide

See the sections : Enabling SSL support and Consuming external Web services in SAP Data Services. It will provide the required details.

If its just HTTPS then you may need to place the cert on the Job Server

<Job Server>\ext\Webservice-c folder. There is a handshake between the webservice server and the bods server to allow the request/response..

Regards,
Rishabh