Custom errors in errors and warning space of access request

Which IIQ version are you inquiring about?

8.1 iiq

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.

Thanks in advance.

Thanks,
Karthikeyan D C

Sailpointlog shows the error i need to showcase in access request other than error1 and error2

Hi @kchengalvarayan,

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

Hi @enistri_devo

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.

Thanks,
Karthikeyan D C

I dont understading. About licences, you have the error to provisioning more than 10 account each time or in global?

About the response, look at rawResponseObject variable for manage the error in you after operation rule.

Hi @enistri_devo

We received necessary errors in rawResponseObject and we are stuck how to transfer this rawResponseObject error to errors and warnings page of access request.

Thanks

1 Like

Is there any way to map error from rawResponseObject to error and warnings page of access request.

Hi All,

We have achieved this by throwing custom error in errors and warnings page by throw new exception in After operation rule.

Thanks

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