cancel
Showing results for 
Search instead for 
Did you mean: 

iRPA Failed in initial system access due to incorrect credentials/system URL

MioYasutake
Active Contributor
0 Kudos

I'm trying to implement Post Goods Movement (F4P) package with On-premise S/4 HANA system (1909 FPS01).

I have maintained variables in my environment and they are fetched successfully.

However, the workflow fails at stValidateCredentials step with the following error.

Failed in initial system access due to incorrect credentials/system URL or the System server may be down and not responding at the moment.

What I have done so far are:

  1. Activate OData service API_MATERIAL_DOCUMENT_SRV
  2. Connect above service from a browser on a PC where Desktop Agent is installed (which was successful)

I wonder if there's any prerequisite for connecting to On-premise system (such as destination setting in Cloud Foundry).

View Entire Topic
Chuck-Chen
Employee
Employee
0 Kudos

The variable SYSTEMURL_ODATA should have value like this template:

https://<host>/sap/opu/odata/sap

For example: https://myXXXXXX.s4hana.ondemand.com/sap/opu/odata/sap

MioYasutake
Active Contributor
0 Kudos

Hi chuck.chen,

Thank you for your comment.

I raised an incident, and they pointed out that SSL on our server isn't fully configured.

Our basis team is now looking into it.