Symptom:
I deployed the CA IAM Connector Server and provided a domain name other than 'im' during the installation. When I try to import data into CA GovernanceMinder, the import fails.
Solution:
If you want to use a domain other than 'im', change the following setting in the server_jcs.xml file on the CA IAM Connector Server system, then restarts the CA IAM Connector Server:
<!-- Standalone Connector Server --> <bean id="standaloneConfiguration" class="com.ca.jcs.standalone.StandaloneServerConfiguration"> <property name="enabled" value="true" /> <property name="baseDn" value="dc=etasa" /> <property name="domain" value="im" /> <property name="configContainer" value="eTConfigContainerName=SA Configuration,dc=etasa" /> </bean>
Copyright © 2014 CA.
All rights reserved.
|
|