Skip to main content
1-Visitor
November 13, 2020
Solved

Your route exchange has failed.HTTP operation failed with status [404 - Not Found]

  • November 13, 2020
  • 1 reply
  • 3617 views

Hi,

I'm trying to connect SAP through thingworx SAPODATA Connector.
With the Demo gate way it's working fine. With SAP client environment Thingworx gives Error

Unable to Invoke Service GetEndpointList on VS.Test.SAPThing : Your route exchange has failed. HTTP operation failed with status [404 - Not Found].
here are the Generic Connector Connection Settings
  • Authentication Type = fixed
    • HTTP Connector Connection Settings
      • Username = <SAP Gateway user>
      • Password = < SAP Gateway pwd>
      • Base URL : https://sldev.slhana.com:9000
      • Relative URL : /sap/opu/odata/sap/ZCEP_DATA_SRV/ZCEPDATA
      • Connection URL : /opu/odata/sap/ZCEP_DATA_SRV/ZCEPDATA/$metadata
    • Validate service gives 503-Service Unavailable.
Please let me know my mistake.
Thank you in Advance.

Regards,
Bhavya
Best answer by BP_9517166

@Ciprian-Traian ,

 

Thank you for the response.


yes, I'm connecting to external SAP network.

 

Issue is resolved there was a mistake in the base URL https://sldev.slhana.com:9000  /sap should be added at the end and relative URL should start from /opu/

 

Regards,
Bhavya

1 reply

5-Regular Member
November 13, 2020

Hello @BP_9517166,

 

Are you trying from your internal network to connect with an external SAP system ?

BP_95171661-VisitorAuthorAnswer
1-Visitor
November 16, 2020

@Ciprian-Traian ,

 

Thank you for the response.


yes, I'm connecting to external SAP network.

 

Issue is resolved there was a mistake in the base URL https://sldev.slhana.com:9000  /sap should be added at the end and relative URL should start from /opu/

 

Regards,
Bhavya