Also if you need to get a trace you can suffix &odata-debug=json at the end of your url. But in this case I think you are incorrectly trying this resource in “int” (Int Server) where the resource does not exist. Rather you should fetch it from “main” (Main Server).
Thank you for your answer.
I tried INT because of “Basic Auth”. I have tried MAIN but I always get a 401 message.
Are the available projections different for MAIN and INT?
Yes, they are different. They are referring to two deployments in weblogic and also connected to Main Server and Int Server separately. So you have to find a way to auth for Main or find a different resource from Int Server to use.
Ok, where can I find an overview of the differences.
I know this thread is old, but hope someone else finds this useful.
One of the reasons for MI_METADATA_NOTFOUND error would be that you are possibly working on a brand new component (e.g. CMODS), and this component is not properly registered in the database backend yet. Of course, when you put your changes in a delivery, the installer will automatically generate the registration code and register the component, provided that you have created a proper deploy.ini file in the component (See documentation).
Until then, the remedy of course, is to manually register the component during the development: