Previous Topic: Unable to Launch CA EEM GUI After Uninstalling CA Audit

Next Topic: Unable to Launch CA EEM GUI After Uninstalling CA Integrated Threat Management

Unable to Launch CA EEM GUI After Installing CA Integrated Threat Management

Valid on Windows Server 2003 SP2

Symptom:

I am unable to launch CA EEM GUI after installing CA Integrated Threat Management on the same server as CA EEM.

Solution:

You may be unable to launch CA EEM GUI because CA Integrated Threat Management during installation removes a <Spindle> tag from the Spin.conf file.

You must add the <Spindle> tag before the following section in the Spin.conf file to launch CA EEM GUI:

                  <version>8.1</version>
		  <directory/>
		  <config/>
		  <redirecthttps>true</redirecthttps>
		  <sendevents>true</sendevents>
</Spindle>

To look like:

<Spindle>
                  <version>8.1</version>
		  <directory/>
		  <config/>
		  <redirecthttps>true</redirecthttps>
		  <sendevents>true</sendevents>
</Spindle>