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