A "pre-execution script error check" task is generated when a pre-execution script has been registered and settings have been configured to terminate processing when an error occurs. For scripts, "0" is handled as normal termination, whereas values other than "0" are handled as errors. Refer to "Creating Scripts" in the Operation Guide for information on pre-execution scripts.
If a "pre-execution script error check" task is generated, a log will be output to the Details field in the Pre-execution script error check tab, indicating the type of error that has occurred.
Refer to the "returnCode" information. The following table shows the expected values and their meaning:
Keyword | returnCode | Meaning |
---|---|---|
executeCommand[<Script path>] | Other than 0 | Logs are output using the following format: Example: <2012-04-17 16:25:09>:executeCommand ["C:/Fujitsu/Systemwalker/SWCFMGA/var/process/75974/pre_script.bat"] message: The operation component was successful. command_stdout: command_stderr: command_rcode:1 returnCode:1 The value of "command_rcode" is the return value output by the script. If the value of "command_rcode" is other than "0", this will be treated as an error. Check the script by referring to the return value. |
All | 189 | If one of the following values has been output for "message", this means that the connection for network communications with the business server has failed. [LinkExpRBA] CategoryCode: 50 [LinkExpRBA] ErrorCode: 80 [Actions] Check the following items:
|
If one of the following values has been output for "message" or "server_check_result", this means that a timeout has occurred during communications with the business server. [LinkExpRBA] CategoryCode: 50 [LinkExpRBA] ErrorCode: 60 [Actions] The following are the possible causes of the problem:
Check these possible causes and then try again. If the situation still does not change despite the retry attempt, collect investigation data using the problem investigation data collection command (swcfmg_collectinfo), and then contact Fujitsu technical support. | ||
If one of the following values has been output for "message", this means that a timeout has occurred during communications with the business server. [LinkExpRBA] CategoryCode: 50 [LinkExpRBA] ErrorCode: 60 [Actions] The following are the possible causes of the problem:
Check these possible causes and then try again. If the situation still does not change despite the retry attempt, collect investigation data using the problem investigation data collection command (swcfmg_collectinfo), and then contact Fujitsu technical support. | ||
Other | Collect investigation data using the problem investigation data collection command (swcfmg_collectinfo), and then contact Fujitsu technical support. |
Make Choice panel
Click Retry to execute the script again.
Click Continue to ignore the error and continue processing.
Click Cancel to end the process.