Please share any other relevant files that may be required (for example, logs).
[Please insert files here, otherwise delete this section]
Share all details about your problem, including any error messages you may have received.
Hi All,
I’m working on webservice connector, for create account and add entitlement my operation is properly working and getting proper message for successful provisioning. Whenever access request fails the errors and warnings tab has simple error message like “Exception occurred while performing ‘Create’ operation on identity ‘E55013672’: Error:” or “Exception occurred while performing ‘Create’ operation on identity ‘E55013672’: Url: https://cca-test.avantgardportal.com/quantum/api/static/user, Message: 400 : Bad Request, HTTP Error Code: 400”.
I want detailed error response to be added in access request errors and warnings page. Raw response from after operation rule contains below error that i want to showcase in errors and warning tab of identity request.
rawResponseObject from quantum{“message”:“The field Short Name must be a string with a maximum length of 10.”}
Please let me know is there any way without breaking any workflows.
in this case your are sending the attribute Short Name like an int or with more 10 caratheres. Before you send you need to cut the short name or change the logic how you calcualte it
We have managed that short Name characters field in before operation rule. We have another issue to we have licensing to provision only 10 users at application end. When we are try to provision for 11th user it throws an error stating that “your license is over try or buy new license” but in access request error and warning we simply get as “400 Bad request” but in raw response we get that full detailed error.
How to map that error from raw response to errors and warnings page of access request.
We received necessary errors in rawResponseObject and we are stuck how to transfer this rawResponseObject error to errors and warnings page of access request.