Attached is a .zip that contains everything needed to run the DPDTrace and step by step instructions are included.
DPD stands for Dynamic Product Detection. It’s the method our scan engine uses to determine what supported products are installed on the machine.This tool was created for troubleshooting patch scan issues where we need to know what is going on during the DPD process.
- Extract the DPDTrace.zip file into a folder on the root of C:\
- Read Disclaimer.txt.
- Open Command Prompt and change directory to the DPDTrace folder.
- Enter the following command, replacing {MACHINE_NAME} {ADMIN_USER_NAME} and {PASSWORD} with corresponding values. ({MACHINE_NAME} has to be the Target machine that is having the detection problem)
DPDTrace.bat {MACHINE_NAME} {ADMIN_USER_NAME} {PASSWORD} {VERSION}
Notes:
- VERSION is optional. If it is not specified, it will use the 9.0.651 scan engine. Possible values:
- 7.8.5
- 8.0.43
- 9.0.651
- Failure to supply any one of these values ({MACHINE_NAME} {ADMIN_USER_NAME} and {PASSWORD}) will cause the test to fail.
- {ADMIN_USER_NAME} needs to be in the format domain\username
- If you want to use a specific hf7b.xml, just copy it into the Extracted folder\HF7B.
- When the command line is run, a window titled 'Rename HF.1 Log' will appear with an OK button. Do not close this window as the scan continues.
- When the scan has completed the command prompt window will say 'Test Complete Please zip up HFCLi folder and send it back to us'. At this point zip the directory "C:\DPDTrace\HFCLI" and send it back for analysis.