Extracting bulk PUK codes

Principle

It may be useful to bulk export the list of PUK codes corresponding to defined users.

Procedure

PUK codes are extracted using the WCLI (Watchdoc Command Line) tool. Ideally, the command should be launched from the folder in which WCLI is stored (c:\program files\doxense\watchdoc\ or c:\Programs\doxense\watchdoc\ by default).

 

  1. On the Watchdoc server, using a text editor, create an ‘Account’ file in which you enter all the accounts (logins) of the users whose PUK code you wish to extract;

  2. Save this file in the c:\temp\ folder;

  3. Run a command prompt to go to the c:\program files\doxense\watchdoc\ folder and enter the following command:

    • wcli.exe /configpath=‘c:\program files\doxense\watchdoc\data\config.xml’ /path=‘c:\temp\account.txt’ /outputpath=‘c:\temp\result.txt’ FINDPUK

      or

    • wcli.exe /configpath=‘c:\programs\doxense\watchdoc\data\config.xml’ /path=‘c:\temp\account.txt’ /outputpath=‘c:\temp\result.txt’ FINDPUK

  4. the file c:\temp\account.txt is generated: it contains the PUK codes corresponding to the user accounts.