Top
ServerView Resource Orchestrator V3.4.0 Messages
FUJITSU Software

15.2 Messages PAPI40000 to PAPI40109

This section explains messages starting from PAPI40000.


PAPI40000

An required parameter is not set.:{0}

Description

A required parameter has not been specified.

Parameter

{0}: Parameter name

Corrective Action

Refer to "Chapter 2 L-Platform API Reference" in the "Reference Guide (API) CE" and specify a suitable value.

PAPI40001

An unnecessary parameter is set.:{0}

Description

An inappropriate parameter has been specified.

Parameter

{0}: Unnecessary parameter name

Corrective Action

Refer to "Chapter 2 L-Platform API Reference" in the "Reference Guide (API) CE" and specify a suitable value.

PAPI40002

API({0}) doesn't exist.

Description

The specified L-PLATFORM API does not exist.

Parameter

{0}: Specified L-PLATFORM API (the value specified in "Corrective Action")

Corrective Action

Refer to "Chapter 2 L-Platform API Reference" in the "Reference Guide (API) CE" and specify a suitable value.

PAPI40003

Type conversion({1})of parameter({0}) was not possible to do.

Description

Parameter conversion has failed.

Parameter

{0}: Specified parameter

{1}: Parameter class

Corrective Action

Refer to "Chapter 2 L-Platform API Reference" in the "Reference Guide (API) CE" and specify a suitable value.

PAPI40100

User [{0}] is not found.

Description

The specified user (*) cannot be found.

* Note: The user specified for basic authentication.

Parameter

{0}: User ID

Corrective Action

Check whether there is a problem with the user information specified for basic authentication, and whether the user for L-Platform API authentication has been registered.

PAPI40101

User [{0}] [{1}] is not equal to userId [{2}].

Description

The value {1} of user attribute {0} does not match the user ID {2}.

Parameter

{0}: User attribute (*)

{1}: User attribute value

{2}: User ID

* Note: "sn" is displayed for {0}.

Corrective Action

Check whether the user for L-Platform API authentication has been registered correctly.

The same value must be set for "sn" and "cn" (user ID).

PAPI40102

Password is empty.

Description

The password has not been specified.

Corrective Action

Check whether there is a problem with the user information specified for basic authentication.

PAPI40103

AuthenticationException while binding user DN [{0}].

Description

An authentication error has occurred.

Parameter

{0}: DN value

Corrective Action

Check whether there is a problem with the user information specified for basic authentication.

PAPI40104

Can't bind user DN [{0}].: [{1}]

Description

Authentication has failed.

Parameter

{0}: DN value

{1}: Detailed error information

Corrective Action

Check whether there is a problem with the user information specified for basic authentication.

PAPI40105

User DN [{0}] doesn't contain ssoRoleName=.

Description

The specified user does not have the necessary role.

Corrective Action

Check whether there is a problem with the user information specified for basic authentication.

PAPI40106

Exception while accessing LDAP server.: [{0}]

Description

An error has occurred during communications with the authentication server.

Parameter

{0}: Detailed error information

Corrective Action

Check the status of the L-Platform API server and the authentication server, and try again.

PAPI40107

Role Name is invalid.

Description

The role name is invalid.

Corrective Action

Check whether there is a problem with the user information specified for basic authentication.

PAPI40108

Parameter [{0}] is invalid.

Description

Parameter {0} in the configuration file is invalid.

Parameter

{0}: Parameter name

Corrective Action

Check whether parameter {0} has been specified correctly in the configuration file for the L-Platform API (api_config.xml).

PAPI40109

Authorization Required.

Description

Authentication information has not been specified.

Corrective Action

Check whether basic authentication has been specified in the request.