Support for CLOB and BLOB variables in Workpoint SQL Nodes added in version 7.0.1 with the new Workflow Editor in RSA Identity Governance & Lifecycle
Originally Published: 2020-08-21
Article Number
Applies To
RSA Version/Condition: 7.0.1, 7.0.2, 7.1.x, 7.2.x
Issue
Resolution
- CLOB datatype
- BLOB datatype
- getClob()
- getClobVal()
- getBlob()
- getBlob(Val)
EXAMPLES:
Example 1: Here is an example of selecting a CLOB datatype in a workflow SQL Select node:
select id, name, type, form_data from acmdb.change_request where id=1
- Public view acmdb.change_request has column form_data which is a CLOB datatype.
- Go to Requests > Workflows > Request tab > {Workflow name} > Add a SQL Select node > Enter SQL Query > Save.
- Create a Request that uses this Workflow. Note that it completes without error.
Example 2: Here is an example of using function getClobval() on an XMLTYPE datatype in a workflow SQL Select node:
select id, name, type, cr.violations.getClobval() as VIOL from acmdb.change_request cr where id=1
- Public view acmdb.change_request has column violations which is an XMLTYPE datatype.
- Go to Requests > Workflows > Request tab > {Workflow name} > Add a SQL Select node > Enter SQL Query > Save.
- Create a Request that uses this Workflow. Note that it completes without error.
Notes
Related Articles
IIS command line syntax specifications 14Number of Views RSA Authentication Agent API 8.6 for C Developer's Guide 110Number of Views Unification fails with error "Could not validate identity model" in RSA Identity Governance & Lifecycle 7.0.2 68Number of Views Update a Group Capability in Active directory Connector fails to update the [info] attribute with "java.lang.NullPointerEx… 6Number of Views RSA Authentication Manager 8.8 Performance and Scalability Guide 63Number 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?