Returns the message for a system error on an application server cluster, given the system error’s reference number.
Syntax
<HFMwManageApplications>.GetXMLErrorFromDatabase (bstrClusterName, bstrErrorReference)
Argument | Description |
---|
bstrClusterName | The name of the application server cluster. Input argument. String subtype. |
bstrErrorReference | The system error’s reference number. Tip: Error reference numbers are enclosed within braces ( {} ), and so the value passed must include these braces. Input argument. String subtype. |
Return Value
The error message. String subtype.