Bulk access profile utitlity error

Hi Team , working on the bulk access profile tool,

Getting the below error while trying to create a application or access profile
Creating/Updating Application
INFO : Create Application : Application IBC-Application34 does not Exist, getting created

Application 'IBC-Application34' creation is a Failure! : Error: {"errorName"=>"NotSupportedException", "errorMessage"=>"RESTEASY003065: Cannot consume content type", "trackingId"=>"a2037ea6306943d788a91a16a1800411"}
ERROR   : Create Application : Application id '' update is a Failure : Error: {"errorName"=>"NotFoundException", "errorMessage"=>"RESTEASY003210: Could not find resource for full path: http://corpnet4-preprd.ears.services.infra.identitynow.com/apps/shim/app/update/?org=corpnet4-preprd", "trackingId"=>"28a4d04b4157465ea3d0283412e4f898"}
ERROR   : Create Application : Application IBC-Application34 neither exist nor could be created

have set the content type : “Content-Type” : “application/json-patch+json”,

I have updated this in config.json,

any help to fix this

I think Content-Type should be ‘application/json’ for POST requests.

It is only ‘application/json-patch+json’ for PATCH requests.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.