This section explains messages starting from 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.
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.
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.
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.
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.
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).
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.
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.
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.
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.
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.
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.
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).
Authorization Required.
Description
Authentication information has not been specified.
Corrective Action
Check whether basic authentication has been specified in the request.