Error while exporting Request Monitoring Policies in RSA Identity Governance & Lifecycle
Originally Published: 2018-05-23
Article Number
Applies To
RSA Version/Condition: 7.0.2 P02
Issue
Below error can be seen in aveksaServer.log
(default task-127) [com.aveksa.server.export.ExportImportConverter] marshal
com.aveksa.server.runtime.ServerException: ExportedMonitoringPolicyConfiguration: error
at com.aveksa.server.export.proxy.ProxyObject.toServerException(ProxyObject.java:154)
at com.aveksa.server.export.proxy.ProxyObject.toServerException(ProxyObject.java:162)
at com.aveksa.server.export.proxy.ExportedMonitoringPolicyConfiguration.deNormalizeActivityFilter(ExportedMonitoringPolicyConfiguration.java:159)
at com.aveksa.server.export.proxy.ExportedMonitoringPolicyConfiguration.deNormalize(ExportedMonitoringPolicyConfiguration.java:41)
at com.aveksa.server.export.proxy.ProxyObject.marshall(ProxyObject.java:58)
at com.aveksa.server.export.ExportImportConverter.marshal(ExportImportConverter.java:74)
at com.thoughtworks.xstream.core.TreeMarshaller.convert(TreeMarshaller.java:70)
at com.thoughtworks.xstream.core.TreeMarshaller.convertAnother(TreeMarshaller.java:58)
at com.thoughtworks.xstream.core.TreeMarshaller.convertAnother(TreeMarshaller.java:43)
at com.thoughtworks.xstream.core.TreeMarshaller.start(TreeMarshaller.java:82)
at com.thoughtworks.xstream.core.AbstractTreeMarshallingStrategy.marshal(AbstractTreeMarshallingStrategy.java:37)
at com.thoughtworks.xstream.XStream.marshal(XStream.java:895)
at com.thoughtworks.xstream.XStream.marshal(XStream.java:884)
Cause
WI."Assignee User Id" NOT IN (SELECT DISTINCT U.USER_ID FROM PV_USERS U WHERE U.USER_ID <> 'AveksaAdmin') OR WI."Assignee User Id" IS NULL
Resolution
WI."Assignee User Id" not in ('SELECT DISTINCT USER_ID FROM PV_USERS WHERE USER_ID <> "AveksaAdmin"') OR WI."Assignee User Id" IS NULL
Or other option would be query using in ID (Note that AveksaAdmin always has an ID of zero)
WI."Assignee User Id" not in ('SELECT DISTINCT USER_ID FROM PV_USERS WHERE ID > 0') OR WI."Assignee User Id" IS NULL
Related Articles
Data Purging does not complete in the configured time limit in RSA Identity Governance & Lifecycle 43Number of Views Slow response time on Activities page in RSA Identity Governance & Lifecycle 93Number of Views Exporting and Importing a rule results with java.lang.NullPointerException in RSA Identity Governance & Lifecycle 48Number of Views Patch or upgrade running long in step ACM-105090.sql in RSA Identity Governance & Lifecycle 91Number of Views How to identify the source of a workflow email in RSA Identity Governance and Lifecycle 74Number 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 RSA Release Notes for RSA Authentication Manager 8.8 RSA-2026-04: RSA Governance and Lifecycle Security Update for SUSE Linux Enterprise Server Vulnerabilities
Don't see what you're looking for?