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 Data Purging does not complete in the configured time limit in RSA Identity Governance & Lifecycle 43Number of Views How to change the monitoring policy in the health and wellness 225Number 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 76Number of Views
Trending Articles
RSA Authentication Manager Upgrade Process RSA Release Notes for RSA Authentication Manager 8.8 RSA RADIUS Server service failed to start in the RSA Authentication Manager 8.1 Operations Console Microsoft Entra ID External MFA - Relying Party Configuration Using OIDC - RSA Ready Implementation Guide RSA Release Notes: Cloud Access Service and RSA Authenticators
Don't see what you're looking for?