This section explains the messages output by the Web API.
[Description]
Authentication information are not set.
[Parameter]
%1: Error code
[System Action]
Suspends processing.
[Corrective Measures]
There is no Authorization header in the request header, or there is an error in the settings.
Take the following actions from the error code, and then retry.
Error code | Meaning | Action |
---|---|---|
00001 | Authorization header is missing. | Add Authorization header. |
00002 | Basic authentication information is not set in the Authorization header. | Set basic authentication information in the Authorization header. |
00003 | The basic authentication information is invalid. | Base 64 decoding failed. Make sure the Basic authentication information are a Base 64 encoded string. |
00004 | Username and password are not concatenated with ":". | The user name and password are specified incorrectly. Basic authentication information must be a Base 64 encoded string of user name and password concatenated with ":". |
00005 | No user name specified. |
[Description]
The specified user ID or password is invalid.
[System Action]
Suspends processing.
[Corrective Measures]
The user ID or password specified in the authentication information is invalid.
Make sure that the specified user ID or password is correct, and then try again.
[Description]
The specified user ID does not have administrator privileges.
[System Action]
Suspends processing.
[Corrective Measures]
This request requires system administrator privileges.
Try again with system administrator (user/superuser belonging to the Administrators group) privileges.
[Description]
The specified user ID does not belong to the swadmin group.
[System Action]
Suspends processing.
[Corrective Measures]
The "Restrict so that only users included in the swadmin group can start demand jobs, start jobnet Job execution control attributes or use Jobscheduler command functions." Is specified.
Try again with a user ID that belongs to the swadmin group, or ask your system administrator to add the specified user ID to the swadmin group.
[Description]
The request parameter is set incorrectly.
[Parameter]
%1: Parameter name
%2: Value
[System Action]
Suspends processing.
[Corrective Measures]
The value specified for the parameter name specified for the request parameter is invalid.
Check the request parameters and try again.
[Description]
A required parameter is not specified. Or, the required parameter value is empty.
[Parameter]
%1: Parameter name
[System Action]
Suspends processing.
[Corrective Measures]
Refer to the Web API Reference and specify the appropriate values.
[Description]
An invalid parameter has been set.
[Parameter]
%1: Parameter name
[System Action]
Suspends processing.
[Corrective Measures]
Refer to the Web API Reference and specify the appropriate values.
[Description]
More than one parameter with the same name is specified.
[Parameter]
%1: Parameter name
[System Action]
Suspends processing.
[Corrective Measures]
Check the request parameters and try again.
[Description]
The specified resource is not registered.
[System Action]
Suspends processing.
[Corrective Measures]
The path parameter might be specified incorrectly.
Refer to the Web API Reference and specify the appropriate values.
[Description]
You do not have permission to access the specified resource.
[System Action]
Suspends processing.
[Corrective Measures]
Check that the specified project exists and that you have access to it.
[Description]
An I/O error occurred.
[System Action]
Suspends processing.
[Corrective Measures]
Check the following, eliminate the cause of the error, and then retry the operation.
There is not enough free disk space.
You have disk read/write permissions for the OS administrator user.
There any problems with the disk itself.
[Description]
Failed to communicate with the communications management daemon (tskwnsrv).
[System Action]
Suspends processing.
[Corrective Measures]
If the communications management daemon (tskwnsrv) is not started, start it.
Check the event log or system log for errors.
Check the above and if there is no problem contact your Fujitsu SE.
[Description]
Failed to communicate with the Systemwalker Operation Manager authentication process (mpjmsrv).
[System Action]
Suspends processing.
[Corrective Measures]
If the Systemwalker Operation Manager authentication process (mpjmsrv) is not started, start it.
Check the event log or system log for errors.
Check the above and if there is no problem contact your Fujitsu SE.
[Description]
An internal error occurred.
[Parameter]
%1: Detailed information
[System Action]
Suspends processing.
[Corrective Measures]
Check the event log or system log for errors.
Check the above and if there is no problem contact your Fujitsu SE.
[Description]
Failed to process projects resource.
[Parameter]
%1: Detailed information
[System Action]
Suspends processing.
[Corrective Measures]
Refer to the detailed information and check for errors in the specified parameters of the Web API and the status of the target project.
Eliminate the cause of the error, and then re-execute it.
[Description]
Failed to process jobnets resource.
[Parameter]
%1: Detailed information
[System Action]
Suspends processing.
[Corrective Measures]
Refer to the detailed information and check whether the Web API specification parameters and the status of the target job net are correct.
Eliminate the cause of the error, and then re-execute it.
[Description]
Failed to process jobs resource.
[Parameter]
%1: Detailed information
[System Action]
Suspends processing.
[Corrective Measures]
Refer to the detailed information and check whether the Web API specification parameters and the status of the target job are correct.
Eliminate the cause of the error, and then re-execute it.
[Description]
Failed to process queues resource.
[Parameter]
%1: Detailed information
[System Action]
Suspends processing.
[Corrective Measures]
Check if the message for detailed information is written in "3.9 Messages Output by Job Execution Control Command".
Refer to the detailed information and check the specified parameters of the Web API and the status of the target queue for errors.
Eliminate the cause of the error, and then re-execute it.
[Description]
Failed to process contained-hosts resource.
[Parameter]
%1: Detailed information
[System Action]
Suspends processing.
[Corrective Measures]
Check if the message for detailed information is written in "3.9 Messages Output by Job Execution Control Command".
Refer to the detailed information and check whether the specified parameters of the Web API and the status of the target host group and the configuration host are correct.
Eliminate the cause of the error, and then re-execute it.