Oracle® Enterprise Manager Release 11.1.0.1.0 |
|
|
You can use the HP Service Manager Connector 11.1.0.1.0 with HP version 7.0 system by customizing few templates.
You will need to update both template files:
ServiceManager_Default_Incident.xsl ServiceManager_Default_Incident_AutoClose.xsl
See Customizing Ticket Templates for more information.
Change the value of the pre710
variable from false to true. For example:
Before:
<xsl:variable name="pre710">false</xsl:variable>
After:
<xsl:variable name="pre710">true</xsl:variable>
Save each file and reregister the template using the emctl register_template
command.
See Registering Templates for more information.