cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Gateway metadata entities error

enric101
Active Contributor
0 Kudos

Hi experts,

I have a odata in productive system with some services. For some reason the metadata that until now showed entities now does not return data.

<?xml version="1.0" encoding="UTF-8"?>
<app:service xml:lang="en" xmlns:sap="http://www.sap.com/Protocols/SAPData" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:app="http://www.w3.org/2007/app" xml:base="http://xxx:xxx/sap/opu/odata/sap/ZXXXXX/">

<app:workspace>


<atom:title type="text">Data</atom:title>


</app:workspace>


<atom:link href="http://xxx:xxx/sap/opu/odata/sap/ZXXXXX/" rel="self"/>


<atom:link href="http://xxx:xxx/sap/opu/odata/sap/ZXXXXX/" rel="latest-version"/>


</app:service>

I tried to refresh the model with the transaction / IWFND / CACHE_CLEANUP but it did not work

This odata was running a week ago, and without any change in production it has stopped working.

Thanks,

Best regards,

Enric Castella

Accepted Solutions (1)

Accepted Solutions (1)

enric101
Active Contributor
0 Kudos

Finally, the problem was related to the permissions of my user in production, this meant that when the transport was done, the metadata was not generated

Answers (0)