ErrorOccurred.dss
This script is called after an error occurs during KCM ComposerUI Master Template run. By default, this script does nothing. For example, it can be used to do some post-processing of the XML containing the error data or, to inform calling applications of the error occurred. A modified error XML file must be saved to the same location as the original file.
Parameters
The script is called with the following parameters:
-
ITPCode: The code indicating the source of the error. For example, "itp.Server" or "itp.authorization".
-
ITPReason: The error message text.
-
ITPLOG: Messages from the ITPLOG if any.
-
ITPLOGDM: Messages from the ITPLOGDM if any.
-
ErrorFile: The file name of the XML file containing the error data.