Hitachi

Job Management Partner 1 Version 10 Job Management Partner 1/Automatic Operation Service Template Developer's Guide


4.3.11 Return values of content plug-ins

The following table lists the return values of content plug-ins:

Table 4‒10: Return values of content plug-ins

Return value

Description

-1

The plug-in was forcibly terminated during execution.

0 to 63#

The meaning of the return value differs between content plug-ins.

64

A command executed in the content plug-in terminated with a return value outside the 0 to 63 range.

65

The connection to the JP1/AO server failed. For example, the JP1/AO server might have stopped during plug-in execution.

66

The following user is mapped to the JP1 user:

  • A user who does not belong to the Administrators group

  • A user with UAC enabled who is not the built-in Administrator of the Administrators group

68

The system cannot find information for the applicablejob execution ID.

69

An attempt to acquire an environment variable for the task processing engine failed.

70

The connection to the remote host failed.

71

An attempt to call a command failed.

72

The status of command execution could not be acquired.

73

File transfer failed.

74

File deletion failed.

76

The connection timed out.

77

The host name of the remote host could not be resolved.

78

Authentication with the remote host failed for one of the following reasons:

  • Password authentication failed.

  • Public key authentication has not been set up on the operation target device.

  • In public key authentication, the private key does not match the pass phrase.

  • In public key authentication, the private key does not correspond to the public key registered in the operation target device.

  • In public key authentication, an invalid private key was used.

80

Task execution has stopped.

81

The plug-in was called in an invalid status.

82

The request message from the task-processing engine could not be correctly parsed.

83

The environment of the JP1/AO server is corrupted.

84

Information about the specified plug-in could not be obtained.

86

The specified property value is invalid.

127

An unspecified error has occurred.

#

For plug-ins created in the Editor window, the return values are the same as for the command or script the plug-in is executing. If the plug-in is a content plug-in provided by JP1/AO, see the description of the content plug-in in the Job Management Partner 1/Automatic Operation Service Template Reference.

Related topics