cancel
Showing results for 
Search instead for 
Did you mean: 

Web Services error in Data Services 4.2

0 Kudos

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 Kudos

Hi Victor,

Hope you would have resolved the issue.

I am also facing the same one and not able to fix it.

Could you please help if it was resolved.

Thanks,

Kamlesh

Accepted Solutions (0)

Answers (2)

Answers (2)

Rishabh_Awasthi
Active Participant
0 Kudos

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

former_member198401
Active Contributor
0 Kudos

It seems that there is a proxy.

1890525 - Error: "There is no response for the web service <***>" when execute a job with Web Service function call
Cause: Remote Web Service function must be accessed through proxy server.
Resolution
1.Right click on the Web Service DataStore and choose Edit.
2.Click on button Advanced.
3.Fill in the Proxy host and Proxy port information.
4.Click on button OK.

Regards

Arun Sasi

0 Kudos

Hi Arun,

I have already tried that solution but it has not solved the problem 😞

Regards

Victor