Our IFS cloud deployment of 23R2 is working fine. I’ve been using the OData APIs to build integrations with external software. So far, all of the paths I have used are for projections, with some form of:
/main/ifsapplications/projection/v1/CustomerOrderHandling.svc
However now I’m trying to use some entity paths like this:
/int/ifsapplications/entity/v1/CustomerOrderEntity.svc
These are failing with this response:
{
error: {
code: "ODP_SERVICE_IS_NOT_ACTIVE",
message: "Service is not active."
}
}
Anyone know how to resolve this?
Thanks,
-Chris