Format of File That Is Read in Client Registration (List Selection)

By clicking the [Acquire List from File] on the Client Registration (List Selection) dialog box, you can read client information from a file.

To do so, you must create a CSV file in the format shown below that contains the information of the client that you want to register.

 

<Table> Fields That Must Be Described in File That Is Read in Client Registration (List Selection)

No. CSV Header Description Default Value Available Settings Maximum Length Specification
1 composition-title Structure Type   client 20 Mandatory
2 ServerName Host name of the Controlling Server   Alphanumeric characters and specific symbols *1 68 Optional
3 ServerServiceName Service name of the Controlling Server   Alphanumeric characters 100 Optional
4 HostName Host name of the client   Alphanumeric characters and specific symbols *1 44 *2 Mandatory
5 DomainName Domain name of the client   Alphanumeric characters and specific symbols *1 44 *2 Optional
6 HostServiceName Service name of the client   Alphanumeric characters 100 Optional
7 DispName Alias of the client   Alphanumeric characters 256 Optional
8 ManagementClient Clients under Control 1 1: Client under Control 1 Optional
2: Client outside of Control (with Relay)
3: Client outside of Control (without Relay)
9 HostType Host Type *3   H: Mainframe 1 Optional
L: Linux
W: Windows
I: IBMi
10 ProductType Product Type *3 8 10: HULFT10 1 Optional
8: HULFT8
7: HULFT7
11 UserIdNotify Notify User Details 0 0: No 1 Optional
1: Yes
12 KanjiCodeType Kanji Code Type   S: S-JIS 1 Optional
J: JEF
E: EUC
I: IBM Kanji
8: UTF-8 (*4)
G: GB18030 (*6)
13 JISYear JIS Year 83 78: JIS78 2 Optional
83: JIS83, JIS90
14 ReceivePortNo Receive Port No. 30000 From 1 to 65535 5 Optional
15 OBSPortNo Request Acknowledge Port No. 31000 From 1 to 65535 5 Optional
16 ReceiveOverRetry Server Retry at Receive Multiplex Level Over 1 0: Do Not Retry 1 Optional
1: Retry
17 ConnectUserId User ID   Alphanumeric characters 20 Optional
18 ConnectPassword Password   Alphanumeric characters 14 Optional
19 ConnectId Connect ID   Alphanumeric characters 16 Optional
20 Comment Comment   Alphanumeric characters 60 Optional
21 Nickname Notification Host Name   Alphanumeric characters and specific symbols *1, *5 68 Optional
22 StrongKeyMode Forced Strong Key Mode 0

0: Disabled

1: Enabled

1 Optional
*1: The only symbols allowed are '-' (hyphen) and '.' (period).
*2: If you skip the setting for the domain name of the client (DomainName), specify the host name of the client (HostName) with the length of 44 bytes or less.
When you specify the domain name of the client (DomainName), make sure that the length of [Host Name] + ‘.’ + [Domain Name] does not exceed 44 bytes.
*3: For details on the relationship between the product that is installed on the client and the host type or the product type that is specified, refer to the table of Client Types and Corresponding Product Types.
*4: You can specify this value when the Controlling Server is HULFT-HUB Server Ver.2.2 or higher.
*5: You can specify this field when the Controlling Server is HULFT-HUB Server-ENT Ver.3.5 or higher.
*6: You can specify this field when the Controlling Server is HULFT-HUB Server-ENT Ver.3.6 or higher.
*7: For clients outside of control, the setting value for the Forced Strong Key Mode cannot be acquired. Therefore, when registering a client that meets the following conditions, you must set the same value as the client's Forced Strong Key Mode.
  - Set '8' (HULFT8) for the Product Type (ProductType)
  - Set '2' (Client outside of Control (with Relay)) for the Clients under Control (ManagementClient)
 

This field is used if the Controlling Server is HULFT-HUB Server Ver.3.9 or higher.

[Note]  
- Always describe a header in the first row of the CSV file.
- Describe the information of one client per row, starting in the second row of the CSV file.
- Use a double quotation mark (") to enclose characters, and a comma (,) as the delimiter, regardless of the settings in the System Environment Settings of HULFT-HUB Manager.
  Do not enter spaces or tabs between the enclosing character (") and the delimiter (,), or at the end of a row.
- When you specify the host name of the Controlling Server and the service name of the Controlling Server, if the settings of these fields do not match the host name and the service name of the server to which you want to register the client, an error occurs in the registration.
 

When you do not specify the host name of the Controlling Server and the service name of the Controlling Server, the client is registered to the specified server.

- The character code of files must be UTF-8.

Example:

"composition-title","ServerName","ServerServiceName","HostName","DomainName","HostServiceName","DispName","ManagementClient","HostType","ProductType","UserIdNotify","KanjiCodeType","JISYear","ReceivePortNo","OBSPortNo","ReceiveOverRetry","ConnectUserId","ConnectPassword","ConnectId","Comment","Nickname","StrongKeyMode"
"client","","","HQ01UX","","","Client at Headquarters","1","U","7","0","E","83","30000","31000","1","","","","","",""
"client","","","WIN01","","","","1","W","7","0","S","83","30000","31000","1","","","","","",""
[Note] If you copy and use the above example as a template, remove the spaces at the end of each row.