Article Content
Article Number | 000037945 |
Applies To | RSA Product Set: Identity Governance & Lifecycle RSA Version/Condition: 7.0.x, 7.1.x |
Issue | When defining the Create an account AFX capability for a Generic Database connector, the command fails with:
The Create an account command is defined as follows: ![]() The SQL command being used is:
|
Cause | The Execute command is not recognized by the Generic Database AFX connector. |
Resolution | The solution is to use the Call command. When using the Call command, replace the single quotes with parentheses. In the above example change: FROM
TO:
For more information, please see RSA Knowledge Base Article 000037943 -- How to call a stored procedure from the Generic Database AFX Connector in RSA Identity Governance & Lifecycle. |