Description :
Snow ticket cannot be created in a SOI, Cluster, PAM environment
The SOI server configuration parameters in PAM have been set with the SOI manager virtual cluster name.
When creating a ticket via "Take Action" in the SOI console, SOI is sending the physical name of the active node to PAM in the webservice call.
The createticket process fails when PAM tries to send a reply back to the SOI Manager virtual cluster name.
If the SOI Manager's active node is set in the SOI parameters in PAM the create ticket process completes successfully.
Set the SOI_HDM_HOSTNAME=<ClusterNodeName> in the .."\SOI\jsw\conf\soi-manager.conf" file on the Manager machine. This ensures that the SOI manager uses the cluster name when communicating with PAM.
e.g. wrapper.java.additional.<number>=-DSOI_HDM_HOSTNAME=<ClusterNodeName>
wrapper.java.additional.<number> this number needs to be in the correct ascending order for all other wrapper.java.additional.<> entries in this file.