uploadDpx command

Use this command to upload Digipass tokens in a .dpx file to the IMS Server so that an entire batch of Digipass tokens is recognized.

Description

You must upload the tokens before you use the Digipass tokens.
uploadDpx.bat [-i inputFileName] [-v] [--encryptKey encryptKey]
[-o outputFileName] [--error error-file] [-h] [-f folder]
[--overWrite option]
uploadDpx.bat-i c:\digipass.dpx --overwrite true

Parameters

-i<input file name>
Specifies the path to the .dpx file, including the name of the .dpx file.
--encryptKey <encryptKey>
Specifies the encryption key for the .dpx file.
-o, --output <outputFileName>
Specifies the output file name to which debug and output information are printed.
--error<error-file>
Specifies the error output file name.
-h, --help
Prints the help message.
-v, --version
Prints the version number of the tool.
-- overWrite <option>
Specifies if the .dpx information in the IMS Server for existing tokens in the unassigned list is overwritten (not enabled by default). <option> can be either true or false.
If enabled, existing tokens such as tokens recognized by the IMS Server that do not display in the .dpx files are not modified.
For existing tokens in the unassigned list that are in the .dpx files, the .dpx information in the IMS Server is overwritten with the ones in the .dpx files.
Note: Use the --overWrite <option> command when tokens go out-of-sync.

Examples

uploadDpx.bat-i c:\digipass.dpx --overwrite true