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
Slow response time on Activities page in RSA Identity Governance & Lifecycle 96Number of Views Patch or upgrade running long in step ACM-105090.sql in RSA Identity Governance & Lifecycle 91Number of Views Data Purging does not complete in the configured time limit in RSA Identity Governance & Lifecycle 43Number of Views Exporting and Importing a rule results with java.lang.NullPointerException in RSA Identity Governance & Lifecycle 52Number of Views How to identify the source of a workflow email in RSA Identity Governance and Lifecycle 76Number of Views
Trending Articles
Troubleshooting RSA SecurID Access Identity Router to RSA Authentication Manager test connection failures RSA SecurID Software Token 5.0.2 Downloads for Microsoft Windows RSA Authentication Manager 8.9 Release Notes (January 2026) Quick Setup Guide - Passwordless Authentication in Windows MFA Agent for Active Directory RSA Authentication Manager 8.8 Setup and Configuration Guide
Don't see what you're looking for?