Skip to Content
0
Sep 04, 2017 at 07:59 AM

How to create SMP IGW service using Microsoft Dynamics OData service

90 Views

Dear Experts,

We are trying to create a IGW OData service from Microsoft Dynamics 365 OData service where we want to fetch only limited fields from an entity.

To achieve this we are using REST as data source in eclipse. After publishing the service on SMP I am not able to get output and getting error Internal Server Error.

And when i have checked SMP log then found below error:

2017 09 04 00:04:04#0-700#ERROR#com.sap.gateway.core.ip.provider.data.CamelDataProvider##smpAdmin#http-bio-8083-exec-21####feb0c566-e680-4dc2-aee9-a7fa74183a8b#RequestResponse###[Gateway][BUSINESS][ReadEntitySetFailed]:Data Provider - readEntitySet failed: service = MICROSOFT , entity set = po_customers , message = com.sap.gateway.core.api.exception.IGWException: String index out of range: -1 : Transaction ID: e185c127-5f27-4ddc-abdc-c47180654f5f |
2017 09 04 00:04:04#0-700#ERROR#com.sap.gateway.core.odata4sap.ODataErrorCallbackImpl##smpAdmin#http-bio-8083-exec-21####feb0c566-e680-4dc2-aee9-a7fa74183a8b#RequestResponse###handleError(): failed to serve request for URI https://XXXXXX:8083/gateway/odata/SAP/MICROSOFT;v=8/po_customers, message = String index out of range: -1: Transaction ID :e185c127-5f27-4ddc-abdc-c47180654f5f |

Thanks,

Ashwin