Hitachi

JP1 Version 12 JP1/Service Support Configuration and Administration Guide


jssmemberimport (imports member information)

Organization of this page

Description

This command adds members to the roles that are registered in the JP1/Service Support database.

Format

jssmemberimport -i role-member-entry-file-name
               [-f]

Required execution permission

Administrator permissions

Storage folder

JP1/SS-path\bin\

Arguments

-i role-member-entry-file-name

Use 255 bytes or less to specify the name of a role member entry file. Count two bytes for full-width characters in the file name. You can use an absolute path or a relative path to specify the file name. When you use a relative path, make sure that it will be 255 bytes or less after it is converted to a absolute path. For the file name, you cannot specify a character string beginning with a hyphen (-). For details about role member entry files, see File for member information entries (Optional) in Chapter 13. Definition Files.

-f

Continues processing even if some of the data in the role member entry file is incorrect. When you specify the -f option, the command skips a role member in the role member entry file if the information about the member is incorrect and proceeds to add the next member to a role.

If you do not specify the -f option and the command fails to add even a single role member in the role member entry file to a role, the command is canceled and the remaining members will not be added to roles.

Return values

Return value

Meaning

0

Normal end

1

Abnormal end

Prerequisites for executing the command

Remarks

Example

The following example shows how to use the role member entry file (c:\member\member01.csv) to add members to roles without stopping even if the file contains incorrect data.

jssmemberimport -i c:\member\member01.csv -f