Functionality
This command updates CS with the latest detected device information files (*.adt).
Refer to "Import Detected Device Information" in the Operation Guide for Administrators for details on detected device information files.
Record format
DTPA_OffileADT.exe | /i detectedDeviceFileFolder [/r] |
Option
Specify the storage folder for detected device files using its full path of up to 110 fullwidth characters or 220 halfwidth characters, and if the path includes spaces, enclose it in quotation marks.
Specify this option to rename and keep the files that have been successfully applied to CS. The file extension for these files is changed to ".old". If this option is omitted, the original files are deleted.
Return value
0: ended normally
Other than 0: ended abnormally
Command saving location
The following folder in CS:
DTP Installation Directory \DTPA |
Authority required for execution/executing environment
Execute by using user with Administrator authority.
This command shall be executed in CS.
Cautions
When applying multiple detected device files, even if an error occurs for just one of those files, the return value will be an abnormal end.
If deletion or renaming of a detected device file fails after it has been applied, an error message will be output, however, if the process itself ends normally, then the return value will be a normal end.
To use this command in Windows Server(R) 2008, Windows Server(R) 2012, and Windows Server(R) 2016, right-click to display the menu and then select Run as administrator and execute this command on the Command Prompt window.
Command execution example
Specify "C:\ADTResult", where the detected device files are stored, and apply the detected device information.
"C:\Program Files\Fujitsu\Systemwalker Desktop Patrol\DTPA\DTPA_OfflineADT.exe" /i C:\ADTResult /r |
Execution result/output format
Ended normally:
"C:\Program Files\Fujitsu\Systemwalker Desktop Patrol\DTPA\DTPA_OfflineADT.exe" /i C:\ADTResult /r Device Information was Registered. Detail:ADT_201510211141010.adt (192.168.1.0/24) Device Information was Registered. Detail:ADT_201510211142011.adt (192.168.2.0/24) Command ended. Normal num./Abnormal num.=1/0 |
Ended in error:
"C:\Program Files\Fujitsu\Systemwalker Desktop Patrol\DTPA\DTPA_OfflineADT.exe" /i C:\ADTResult /r Detector Device File does not Exist in Specified Folder (C:\ADTResult). |