The smart device management information file is used to define the information that associates smart devices and user IDs managed by Systemwalker Desktop Patrol.
The smart device management information file is created using either of the following procedures:
Create directly
Create the file by using an editor. After the file is created, the data is reflected by specifying the relevant options when executing SWDTP_sdmap.exe.
Reference the management data.
If the data has already been built, you can execute SWDTP_sdmap.exe to output a CSV file.
File format
The file is in CSV format. Each item is separated by a comma. The third and subsequent lines of the file become smart device management information data.
Download file
The creation datetime is output to the first line, and the data item names are output to the second line of the file.
Upload file
The first and second lines can contain any strings. Blank lines are allowed.
The table below describes the format of the third and subsequent lines of the file.
Item No. | Mandatory/Optional | Item name | Description | Input length | Characters that can be specified |
---|---|---|---|---|---|
1 | Mandatory | User ID | User ID registered in the user management information | 1 to 20 characters | Halfwidth alphanumeric characters |
2 | Optional | UDID | Unique Device Identifier (code used to identify a device) allocated to an iOS device | 1 to 64 characters | Halfwidth alphanumeric characters |
3 | Optional | Wi-Fi MAC Address | Wi-Fi MAC address | 1 to 17 characters | Halfwidth alphanumeric characters |
4 | Optional | Telephone Number | Telephone number | 1 to 20 characters | Halfwidth numbers |
5 | Optional | IMEI | International Mobile Equipment Identifier (device identification number) | 1 to 20 characters | Halfwidth numbers |
*1: Enter only one of the optional items.
Example
"2016/06/26 16:35:40" |
Note
The first two lines are comment lines, and the subsequent lines are management information data lines.
When registering, updating and deleting, download the smart device management information CSV file and then edit, register, update and delete the information as required.
Take note of the following points when creating a new CSV file:
Line 1: Enter anything in the comment line
Line 2: Enter anything in the comment line
Line 3 and subsequent lines: Enter the smart device management information
When creating the CSV file, any halfwidth or fullwidth spaces entered before or after each item will be ignored. For example, if you specify " aaa", it will be registered as "aaa".
When deleting, all items other than the user ID are ignored.