RSA Identity Governance & Lifecycle REST Web Service Workflow Node returns error RSA003
Originally Published: 2018-11-01
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
Workflow REST Web Service node returns "RSA002 : Invalid Configuration" message in RSA Identity Governance & Lifecycle 84Number of Views RSA Governance & Lifecycle Integration: CA AutoSys Workload Automation Summary 17Number of Views RSA Governance & Lifecycle Recipes: Chart - Application - Application Account Review Status 33Number of Views RSA Governance & Lifecycle Recipes: Chart - Review Results - Reviewer Coverage 27Number of Views RSA Governance & Lifecycle Recipes: Chart - Application - Application Account Status 21Number of Views
Trending Articles
RSA MFA Agent 2.3.6 for Microsoft Windows Installation and Administration Guide RSA Authentication Manager 8.9 Release Notes (January 2026) RSA Release Notes: Cloud Access Service and RSA Authenticators An example of SSO using SAML and ADFS with RSA Identity Management and Governance 6.9.x RSA Release Notes for RSA Authentication Manager 8.8
Don't see what you're looking for?