Hitachi

JP1 Version 12 JP1/Data Highway - Server Administrator Guide


C. List of CSV Error Messages

The following table describes and lists CSV error messages.

Table C‒1: List of error messages that are output to the CSV file

No.

Error message

Description

1.

Unit verification failures exist.

An invalid line was found somewhere in the entire CSV file. See the error message for details and correct the invalid line.

2.

Joint verification failures exist.

This message is output when the user attempts to create inconsistent data such as a user without group definition.

Create a correct CSV file.

3.

Previous registration failed.

An error occurred on a line prior to this message.

Correct the error on that line.

4.

Previous deleting failed.

An error occurred on a line prior to this message.

Correct the error on that line.

5.

Users, groups, binders or managers cannot be parsed (usersParsed=XXX,groupsParsed=XXX,bindersParsed=XXX,managersParsed=XXX).

Any of the following identifiers was not defined for import: [users], [groups], [binders], and [managers]

Either true or false is output to XXX.

  • true: The identifier is defined.

  • false: The identifier is not defined.

In the CSV file, every definition section must have its identifier and header, even with no record in the definition section.

Add the identifier and/or header to the definition section.

6.

A XXX column is too long.Please confirm the number of columns.

The record has a greater number of columns than the valid value. Make sure that the record has the valid number of columns.

One of the followings is output to XXX:

[users], [groups], [binders], or [managers]

7.

A XXX column is too short.Please confirm the number of columns.

A record has a smaller number of columns than the valid value. Make sure that the record has the valid number of columns.

One of the followings is output to XXX:

[users], [groups], [binders], or [managers]

8.

Unknown XXX's field detected

This message is output when one of the header columns is incorrect. The header cannot be modified. Specify the correct header.

One of the followings is output to XXX:

user, group, binder, or manager

9.

Unexpected problems occured.

An unexpected exception occurred. Your server might be overloaded. Try again after a while. If the same error keeps occurring even after some retries, contact our sales representative or support contact.

10.

The number of XXX lines exceeds 300.Please input XXX within 300 lines.

The number of records in the file exceeds 300 records. Make sure that each definition section has 300 records or less. One of the followings is output to XXX:

users, groups, binders, or managers

11.

A user ID is null or empty. (USER_ID)

The user ID is not provided.

Provide the user ID.

12.

A user email is null or empty. (EMAIL)

The email address is not provided.

Provide the email address.

13.

A user password is null or empty. (PASSWORD)

The password is not provided.

Provide the password.

14.

An english user name is null or empty. (NAME_EN)

The name (English) is not provided.

Provide the name (English).

15.

A group english name is null or empty. (XXX)

The group name (English) is not provided.

Provide the name for the column indicated by XXX. One of the followings is output to XXX:

NAME_EN or GROUP_NAME_EN

16.

Japanese name/Chinese name of the group is null or empty. (NAME_JA)

The group name (Japanese/Chinese) is not provided.

Provide the group name (Japanese/Chinese).

17.

A parent group english name is null or empty. (PARENT_NAME_EN)

The parent group name (English) is not provided.

Provide the parent group name (English).

18.

Please enter a user ID (includes static ID following @) within 100 characters maximum. (USER_ID)

The user ID has 100 characters or more in length.

Make sure that the value for user ID does not exceed 100 characters.

19.

Please enter a user's email address within 256 characters maximum. (EMAIL)

The email address has 256 characters or more in length.

Make sure that the value for email address does not exceed 256 characters.

20.

Please enter a user's name within 256 characters maximum. (XXX)

The user name has 256 characters or more in length.

The value for the column indicated by XXX cannot exceed 256 characters. One of the followings is output to XXX:

NAME, NAME_EN, or NAME_KANA

21.

The length of a user password(text:HEX) is wrong. (PASSWORD).

The length of the digest password is invalid.

Make sure that the digest is 40 characters in length.

22.

Please enter a memo within 4096 characters maximum. (MEMO)

The note is 4,096 characters or more in length.

Make sure that the value for the note does not exceed 4,096 characters.

23.

Please enter a group name within 200 characters maximum. (XXX)

The group name is 200 characters or more in length.

The value for the column indicated by XXX cannot exceed 200 characters. One of the followings is output to XXX:

NAME_EN, NAME_JA, PARENT_NAME_EN, or GROUP_NAME_EN

24.

Please enter a user ID. You cannot use a user ID which includes some symbols (/\?*:|""<>#@^) including white spaces or is a white space or a period only. (USER_ID)

The user ID contains an illegal character or characters.

Do not use these characters.

25.

A password includes restricted strings. (PASSWORD)

The password contains an illegal character or characters. Do not use these characters.

26.

A mismatch in domain part of user ID. (XXX,YYY)

The domain specified for the user ID is incorrect. Provide the correct domain.

The specified incorrect domain is output to XXX and the correct domain is output to YYY.

27.

The domain is not included in user ID. Please input user ID including the domain. (USER_ID)

The user ID does not have the domain. The valid format is user@domein, in which the symbol @ must be followed by the domain name.

28.

Please enter an e-mail address. You cannot use an email string which includes some symbols (/\?*:|""<>) or white spaces. (EMAIL)

The email address has an invalid format or contains an illegal character.

Provide a valid email address.

29.

You cannot use a name which includes some symbols (/\)?*:|""<>@^) or is a white space or a period only. (XXX)

Any of the name, name (kana), and group name (Japanese/Chinese) columns contains an illegal character or characters, or consists of only spaces or periods (.).

Do not use these characters in the column indicated by XXX. Provide a string that also contains characters other than spaces or periods.

One of the followings is output to XXX:

NAME, NAME_KANA, or NAME_JA

30.

Please enter an english name. You cannot use an english name which includes some symbols (/\?*:|""<>@^) or is a white space or a period only. (XXX)

The name (English) or group name (English) column contains an illegal character or characters, or consists of only spaces or periods (.).

Do not use these characters in the column indicated by XXX. Provide a string that also contains characters other than spaces or periods.

One of the followings is output to XXX:

NAME_EN, PARENT_NAME_EN, or GROUP_NAME_EN

31.

Unknown user locale (XXX). It should be 'ja', 'en' or 'zh'. (LANG).

A string unavailable for the user language is provided.

Provide one of the following for the user language: ja, en, or zh.

32.

A user expire date is after 2031/12/31. (EXPIRE_DATE)

The expiration date of the user account is after December 31, 2031.

Provide a date on or before December 31, 2031 for the expiration date of the account.

33.

A group expire date is after 2031/12/31. (EXPIRE_DATE)

The expiration date of the group account is after December 31, 2031.

Provide a date on or before December 31, 2031 for the expiration date of the account.

34.

A user expire date is before the current date & time. (EXPIRE_DATE)

The expiration date of the user account is before current date.

Provide a date on or after the current date for the expiration date of the account.

35.

A group expire date is before the current date & time. (EXPIRE_DATE)

The expiration date of the group account is before current date.

Provide a date on or after the current date for the expiration date of the account.

36.

A date format may be invalid because of 'The input date does not exist.'. (EXPIRE_DATE).

The provided expiration date does not exist.

Specify a date that exists on the calendar for the expiration date of the account.

37.

A date format may be invalid because of 'The input is not a date format (yyyy/mm/dd or yyyy-mm-dd).'. (EXPIRE_DATE)

The expiration date has an invalid format.

Provide the date in yyyy/mm/dd or yyyy-mm-dd format.

38.

A quota size is not a number. (QUOTA)

The provided amount of storage space is not a number.

Provide a numeric value, ranging from 0 to 8796093022207.

39.

A quota size is not a natural number. (QUOTA)

The provided amount of storage space is not a natural number.

Provide a numeric value, ranging from 0 to 8796093022207.

40.

A quota size is greater than 8796093022207. (QUOTA)

The provided amount of storage space exceeds 8796093022207 MB.

Provide a numeric value, ranging from 0 to 8796093022207.

41.

The format of use_user_option is wrong. Please input 'TRUE' or 'FALSE'. (USE_USER_OPTION)

The USE_USER_OPTION column has an invalid format.

Provide one of the following values: TRUE or FALSE.

42.

The format of use_guest_user is wrong. Please input 'TRUE' or 'FALSE'. (USE_GUEST_USERS)

The USE_GUEST_USERS column has an invalid format.

Provide one of the following values: TRUE or FALSE.

43.

The format of for_guest is wrong. Please input 'TRUE' or 'FALSE'. (FOR_GUEST)

The FOR_GUEST column has an invalid format.

Provide one of the following values: TRUE or FALSE.

44.

The format of user_registerable is wrong. Please input 'TRUE' or 'FALSE'. (USER_REGISTERABLE)

The USER_REGISTERABLE column has an invalid format.

Provide one of the following values: TRUE or FALSE.

45.

The format of input_any_address is wrong. Please input 'TRUE' or 'FALSE'.(INPUT_ANY_ADDRESS)

The INPUT_ANY_ADDRESS column has an invalid format.

Provide one of the following values: TRUE or FALSE.

46.

The format of flag_delete is wrong. Please input 'TRUE' or 'FALSE'. (FLAG_DELETE)

The FLAG_DELETE column has an invalid format.

Provide one of the following values: TRUE or FALSE.

47.

The guest group (XXX) does not allow user registerable. (USER_REGISTERABLE)

For a guest group, the value TRUE cannot be specified for the USER_REGISTERABLE column. Make sure that FALSE is specified.

The specified group name (English) is output to XXX.

48.

You can not create the root group manager. (GROUP_NAME_EN)

The top-most group in the hierarchy cannot be specified to GROUP_NAME_EN when creating a group manager. Specify the second or lower level group when creating a group manager.

49.

You exceeded limits of your number of users. Please delete users before you create this user. (USER_ID)

The maximum number of users has been reached, and more users cannot be created.

Delete extra users before creating additional users.

50.

This user(XXX)'s belonging is undefined. Please define this user's belonging in [binders]. (USER_ID)

The user cannot be deleted because the system cannot determine the group of the user.

Associate the user with a group by using the binder definition section. The provided user ID is output to XXX.

51.

The user (XXX) already exist. (USER_ID)

The user cannot be created because a user with the same user ID already exists. Specify a different user ID.

The specified user ID is output to XXX.

52.

The e-mail (XXX) already exist. (EMAIL)

The user cannot be created because a user with the same email address already exists. Specify a different email address.

The provided email address is output to XXX.

53.

The group (XXX) already exist. (YYY)

The group cannot be created because a group with the same English group name or with the same Japanese/Chinese group name already exists. Specify another group name (English) or group name (Japanese/Chinese).

The provided English group name or Japanese/Chinese group name is output to XXX. For YYY, either of the following is output: NAME_EN or NAME_JA

54.

There is no parent group. (PARENT_NAME_EN)

The specified parent group name (English) does not exist. Specify an existing group name (English).

55.

The user (XXX) does not exist. (USER_ID)

The specified user does not exist. Specify the user ID of an existing user.

The specified user ID is output to XXX.

56.

The group (XXX) does not exist. (GROUP_NAME_EN)

The specified group name (English) does not exist. Specify an existing Group name (English).

The specified group name (English) is output to XXX.

57.

This user(XXX) already belongs to this group (YYY). (USER_ID)

The specified user is already in the group.

The specified user ID is output to XXX.

58.

This user(XXX) cannot be removed from the group(YYY) because the user doesn't belong to it. (USER_ID)

The specified user cannot be disassociated from the group because the user is not a member of the group.

The specified user ID is output to XXX and the specified group name is output to YYY.

59.

It is not possible to belong to both a general group and a guest group. (USER_ID)

A user cannot be a member of a user group and a guest group at the same time.

60.

A guest user can belong to only 1 group. (USER_ID)

The guest user cannot be a member of the specified group because the user can be only in a single group.

61.

This user(XXX) is already a group manager of this group(YYY). (USER_ID)

The specified user is the group manager of the group.

62.

You can not create the root group manager. (GROUP_NAME_EN)

The group manager cannot be specified for the top-level group in the hierarchy.

63.

This user(XXX) cannot become the group manager of this group because this user doesn't belong to this group(YYY). (USER_ID)

The specified user cannot be the group manager because the user is not a member of the group. The user must be a member of the group before being assigned to the group manager.

64.

This user(XXX) cannot become the group manager of this group because this user is already a group manager of another group(YYY). (USER_ID)

The specified user cannot be the manager of the group because the user is already the manager of another group.

The user must be unassigned from the group manager before the user can be a group manager of another group.

65.

You cannot delete yourself. (USER_ID)

The user that represents yourself cannot be deleted.

66.

You cannot delete this user (admin@hoge) because some approval routes have only this user as approvers. (USER_ID)

The specified user cannot be deleted because the user is the only approver set in the approval route.

Specify a different user as the approver before deleting the user.

67.

The user was not deleted since the user does not exist. (USER_ID)

The specified user cannot be deleted because the user does not exist.

68.

The group hierarchical depth is over the limit 10.

The group is nested to a depth of over 10 levels.

Make sure that the parent group is specified so that the entire depth of groups is 10 levels or less.

69.

User cannot belong to more than 10 groups.

The user cannot be a member of 11 groups or more.

Make sure that the user belongs to no more than 10 groups.