All Message Codes fall into SCRIPT Category

The following message codes corresponds to the error occurred during script execution.


SCRIPT0001E

Message code corresponds to the error occurred when no input data is determined.

Cause Actions
The [Input data] is not specified for a component. (no data flow is drawn) Set the [Input data] and check the data flow settings.
The input component may not have completed producing the expected data. Check the settings for the input component.

Corresponding error


SCRIPT0002E

Message code corresponds to the error occurred when no global resource is found.

Cause Actions
The specified global resource is not found. Change the global resource used.
Create a new global resource.
Global resource of the specified type did not exist at runtime. Change the type of the global resource used at runtime.
Enable the [Use default type when a specified type is not found] option.
Create the global resource of the specified type.

Corresponding error


SCRIPT0003E

Message code corresponds to the error occurred when problem lies in the settings for the component.

Cause Actions
Required settings for the component may be invalid or not provided. Check the settings for the component.

Corresponding error


SCRIPT0004E

Message code corresponds to the error which indicates that the service specified could be found.

Cause Actions
The specified service in the [Service] property of Call script does not exists. Specify the service that does exist or prepare the service specified.

Corresponding error


SCRIPT0005E

Message code corresponds to the error which indicates that the specified script could not be found.

Cause Actions
The specified [Script] of the Call script component does not exist. Specify the script that does exist or prepare the script specified.

Corresponding error


SCRIPT0006E

Message code corresponds to the error which indicates that the Call script operation has failed.

Cause Actions
The execution of the script by the Call script has failed. Check the script execution log.

Corresponding error


SCRIPT0007E

Message code corresponds to the error which indicates that the XML schema of the input data is invalid.

Cause Actions
The XML schema of the input data is not in a expected form. Check the input XML data.

Corresponding error


SCRIPT0008E

Message code corresponds to the error which indicates that the invocation of external application has failed.

Cause Actions
Error occurred during the launch of the external application. Check the settings for the external application failed to launch.

Corresponding error


SCRIPT0009E

Message code corresponds to the error which indicates that the execution of the script has been interrupted.

Cause Actions
The script has been requested to halt. The execution of the script has been interrupted. Do not request to halt the execution of the script.

Corresponding error


SCRIPT0010E

Message code corresponds to the error which indicates that launching the external application was not completed within the [Timeout].

Cause Actions
Launching the external application was not completed within the [Timeout]. Check the [Timeout] in the Launch External Application operation.

Corresponding error