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
Email is sending HTML content in the subject line in RSA Identity Governance & Lifecycle 29Number of Views Changes to the Manual Fulfillment Node in an AFX Fulfillment Workflow are unable to be saved in RSA Identity Governance & … 58Number of Views How to define email recipients of emails defined in RSA Identity Governance & Lifecycle email templates 62Number of Views How approval activity behaves when change request items are grouped by category in RSA Identity Governance & Lifecycle 124Number of Views RSA Identity Governance and Lifecycle Workflow Activity Node of type Decision Node based on internal variables always eval… 104Number of Views
Trending Articles
Downloading RSA Authentication Manager license files or RSA Software token seed records RSA MFA Agent 2.3.6 for Microsoft Windows Installation and Administration Guide Quick Setup Guide - Passwordless Authentication in Windows MFA Agent for Active Directory Mandatory Certificate Upgrade Required by 6th October 2025 for RSA MFA Agent for PAM, RSA MFA Agent for Apache, and Third … RSA Authentication Manager 8.9 Release Notes (January 2026)
Don't see what you're looking for?