cancel
Showing results for 
Search instead for 
Did you mean: 

SAP OData NetWeaver GateWay TimeStamp Error 404

imran_mohammad_2
Explorer
0 Kudos

Hello Experts,

While I'm testing the ReadEntity OData WS in /IWFND/GW_CLIENT TCode.

Getting Following Error.

<?xml version="1.0" encoding="utf-8" ?>

- <error xmlns="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata">

<code>005056A509B11EE1B9A8FEC11C21D78E</code>

<message xml:lang="en">Resource not found for the segment 'ContactCreation('0100000024')'.</message>

- <innererror xmlns="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata">

<transactionid>0A672DE6EFFCF1729EEE38EAA7A9C772</transactionid>

<timestamp>20160608105548.9120000</timestamp>

- <Error_Resolution>

<SAP_Transaction>Run transaction /IWFND/ERROR_LOG on SAP NW Gateway hub system and search for entries with the timestamp above for more details</SAP_Transaction>

<SAP_Note>See SAP Note 1797736 for error analysis (https://service.sap.com/sap/support/notes/1797736)</SAP_Note>

</Error_Resolution>

</innererror>

</error>


Regard & Thanks





Accepted Solutions (0)

Answers (1)

Answers (1)

AshwinDutt
Active Contributor
0 Kudos

Hello Imran,

ContactCreation is your Entity Type or Entity Set in your GW Model ?

URL should be like .../<Entity Set name>('0100000024')


Please check.


Regards,

Ashwin

imran_mohammad_2
Explorer
0 Kudos

Thanks for Reply.


ContactCreation is your Entity Type Name


When I given EntitySet Name

/sap/opu/odata/sap/Z14_CONTACT_CREATE_SRV_01/ContactCreationSet('0100000024')


Below is the Error:


<?xml version="1.0" encoding="utf-8" ?>

- <error xmlns="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata">

<code>SY/530</code>

<message xml:lang="en">Resource not found for segment 'ContactCreation'.</message>

- <innererror>

<transactionid>998F2DE6D00AF1809EEE38EAA7A9C772</transactionid>

<timestamp />

- <Error_Resolution>

<SAP_Transaction />

<SAP_Note />

</Error_Resolution>

- <errordetails>

- <errordetail>

<code>/IWBEP/CX_MGW_BUSI_EXCEPTION</code>

<message>Resource not found for segment 'ContactCreation'.</message>

<propertyref />

<severity>error</severity>

</errordetail>

</errordetails>

</innererror>

</error>


former_member185414
Active Contributor
0 Kudos

Hi Imran,

If you have implemented ContactCreation Get Entityset method then put a breakpoint in DPC_EXT class and see the cause of error.

If not, please implement the same.

BR.