DeleteXMLErrorsFromDatabase

Deletes records of system errors for an application server cluster.

Syntax

<HFMwManageApplications>.DeleteXMLErrorsFromDatabase bstrClusterName, vbDeleteAll, varastrErrorReference

Argument

Description

bstrClusterName

The name of the application server cluster.

Input argument. String subtype.

vbDeleteAll

Specifies whether all system errors should be deleted. Pass TRUE to delete all system errors, FALSE to delete only those errors specified by the varastrErrorReference argument.

Input argument.

varastrErrorReference

An array of error reference numbers that identify the system errors to be deleted.

Tip:

Error reference numbers are enclosed within braces ( {} ), and so the array items must include these braces.

Input argument.