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 52Number 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
Passwordless Authentication in Windows MFA Agent for Active Directory – Quick Setup Guide RSA Authentication Manager 8.9 Release Notes (January 2026) RSA Authentication Manager Upgrade Process RSA Authentication Manager 8.7 SP2 Setup and Configuration Guide An example of SSO using SAML and ADFS with RSA Identity Management and Governance 6.9.x
Don't see what you're looking for?