Message code list of SCRIPT category

Message codes corresponding to errors in scripts/services.


SCRIPT0001E

This message code is output when input data is not found.

Cause Solution
[Input data] of the component is not specified. (data flow is not drawn) Check [Input data] or the data flow settings.
The input source component may not have created data. Check the input source component settings.

Corresponding error


SCRIPT0002E

This message code is output when the global resource is not found.

Cause Solution
The specified global resource does not exist. Change the global resource.
Create a new global resource.
A global resource compatible with the type used during execution does not exist. Change the type to use during execution.
Enable "Use default type when specified type is not found" option.
Create a global resource compatible with the specified type.

Corresponding error


SCRIPT0003E

This message code is output when there is a problem with the component settings.

Cause Solution
There is a problem with the component settings (e.g. some of the required property items is not set). Check the component settings.

Corresponding error


SCRIPT0004E

This message code is output when the service is not found.

Cause Solution
The service specified in [Service name] in Call Script component does not exist. Specify an existing service or prepare the specified service.

Corresponding error


SCRIPT0005E

This message code is output when the script is not found.

Cause Solution
The [Script] specified in Call Script component does not exist. Specify an existing script or prepare a service that has the specified script.

Corresponding error


SCRIPT0006E

This message code is output when Call Script operation failed.

Cause Solution
Execution of a script called by Call Script component failed. Check the script's execution log, etc.

Corresponding error


SCRIPT0007E

This message code is output when the schema of XML data from the input source is invalid.

Cause Solution
The schema of XML data from the input source is in an unexpected format. Check the XML data of the input source.

Corresponding error


SCRIPT0008E

This message code is output when a problem related to launching an external application occurs.

Cause Solution
Some problem related to launching an external application has occurred. Check settings related to launching an external application.

Corresponding error


SCRIPT0009E

This message code is output when the script execution was interrupted.

Cause Solution
The script has been requested to stop, and the execution has been interrupted. Do not request the script to stop.

Corresponding error


SCRIPT0010E

This message code is output when a command execution in launching of an external application was not completed within [Timeout].

Cause Solution
A timeout error has occurred in launching of an external application. Check [Timeout] of Launch External Application.

Corresponding error


SCRIPT0011E

This message code is output when you call the same project as another project in Call Script operation.

Cause Solution
The same project is called as another project by Call Script component. Specify another project.

Corresponding error


SCRIPT0012E

This message code is output when failing to load a script.

Cause Solution
The loading of the script called by Call Script component failed. Check the script's execution log, etc.

Corresponding error