RSA Identity Governance & Lifecycle REST Web Service Workflow Node returns error RSA003
Originally Published: 2018-11-01
Last Modified: 2022-06-20
Article Number
Applies To
RSA Product/Service Type: Appliance
RSA Version/Condition: 7.0.1, 7.0.2, 7.1.0
Issue
HttpStatusCode 500
HttpStatusmsg: Unable to find the configured variable from the response
StatusCode: RSA003
HttpStatusmsg: Unable to find the configured variable from the response
StatusCode: RSA003
Other error messages are also possible.
Cause
The error code RSA003 means that the REST Web Service request completed and returned a result. The most likely cause of error code RSA003 is that the Expression Pattern is incorrect. The result may have been a success but the REST Web Service node was unable to parse the response from the Response Variable.
Resolution
- Edit the custom Workflow that processes the request.
- Edit the workflow REST Web Service node.
- In the RESPONSE section, edit the Error Variables.
- Select the Error Response variable open it in the editor.
- Modify the Expression Type (XPath or RegEx).
- Modify the Expression Pattern to ensure it matches the expected substring of the response.
The exact Expression Type and Expression Pattern must be adjusted to your use case. It is beyond the scope of this article to provide examples of expressions that meet your requirements. Consult the internet for more information on either RegEx or XPath pattern matching examples.
Notes
RSA001 = "Success";
HTTP Status code = <200 or 201>
HTTP Status Message = <Success message>
The web service request and its process is successfully completed.
RSA002 = "Unable to parse the Response";
HTTP Status code = <200 or 201>
HTTP Status Message = <Success message>
The web service request is completed ,but the processing of the response is failed.
RSA003 = "Unable to find the configured variable from the response";
HTTP Status code = <200 or 201>
HTTP Status Message = <Success message>
The web service request is completed ,but the parsing of the workflow variables from the response is failed.
RSA004 = "Request Failed"
HTTP Status code = 0
HTTP Status Message = Null or Empty
The web service request is failed OR exception occurred while sending the request to the external endpoint due to invalid credentials.
RSA005 = "Connection Failed
HTTP Status code = <Integer>
HTTP Status Message = <Failure message>
The web service request or connection to the external endpoint is failed.
Related Articles
'ORA--01000: maximum open cursors exceeded' error when running, viewing or editing Reports in RSA Identity Governance & Li… 80Number of Views Report filter does not take changes in RSA Identity Governance and Lifecycle 15Number of Views Unable to save workflow edits or refresh the workflow in RSA Identity Governance & Lifecycle 68Number of Views Hyperlinks in the Email body of Workflow Nodes that are defined as Job Level Variables are not saved in RSA Identity Gover… 79Number of Views Completion Code Required error message occurs when saving a workflow in RSA Identity Governance & Lifecycle 18Number of Views
Trending Articles
How to manipulate imported RSA SecurID Software Token(s) on an iPhone or iPad device Unable to login to RSA Authentication Manager Security Console as super admin Manual synchronization introduced in RSA Authentication Manager 8.2 Service Pack 1 patch 6 Quick Setup Guide - Passwordless Authentication in Windows MFA Agent for Active Directory How to verify NTP server synchronization is not working in RSA Authentication Manager 8.x
Don't see what you're looking for?