Hello I’m getting a weird error which I can’t fix.
On IFS Cloud 24r1, I added a command Execute Action on Non Conformance Report page.
The action is a custom one on a custom oracle package, referenced into IFS throught metadatas.
So I can pick the package / action on the NonConformanceHandling Projection.

When I click on the command, I got the following error :
NonConformance/Form (server error)
Illegal operation.
Server stack trace error(s):
Client Warnings are not supported for the action [Cf_Release]. So 'X-IFS-Accept-Warnings' request header cannot be set to 'true'.
Method: POST
Url: /main/ifsapplications/projection/v1/NonConformanceHandling.svc/Cf_Release
Response Code: 405 - Method Not Allowed
The InitAndEstimate action works fine, it’s also a POST call, but I can see there is no header “X-IFS-Accept-Warnings” on the InitAndEstimate call.
I checked in the oracle package, we don’t use any warning, we don’t play with request headers, so I don’t understand what’s wrong.
I cannot debug with dbms_output as there is no trace in the trace section on the devtools.
Any idea what’s wrong ?