cancel
Showing results for 
Search instead for 
Did you mean: 

Error consuming HANA OData service with MII (15.1) OData action

Former Member
0 Kudos

Hello,

  I need to call an HANA OData service in a MII transaction. I 'm trying to use OData action.

  The MII version is: 15.1 SP1 Patch 0 (21-gen-2016).

  The url of HANA OData service is:

 

    http://<host>:<port>/MES/services/oDataV1.xsodata/ShopOrder


  I'm able to call this service from POSTMAN plugin in Chrome using basic authentication:


  Username: <my username>

  Password: <my password>

  URL: http://<host>:<port>/MES/services/oDataV1.xsodata/ShopOrder

  Method: GET

  Content type: application/json;charset=utf-8


  When a call the service from Chrome I get the expected result, the list of all shop orders.


  Then I have created a new transaction in MII named ODataTest.



Running it in debug mode I get the message:

[WARN] [OData_Service_0] Skipping execution of output links due to action failure. For Transaction : MES/TRANSACTION/ODataTest

The variables are:

and:

<username>, <password>, <host> and <port> are placeholder of the real values.

If I remove the Catch action, I can see the error in the log viewer:

I'm not able to understand how to troubleshooting this issue.

Thank you for your support,

    Filippo.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello,

I have found SAP NOTE 2343904: OData Service action block error when connecting to SAP NW Gateway service.

I'll ask for an update to the system administrator but, for the moment, I don't know if it solve this issue.

Filippo.