What's new in ImportUsers tool 4.7.0
ImportUsers tool 4.7.0 contains the following enhancement.
-
Removed Oracle Java dependency. The ImportUsers tool now officially supports open source implementations of Java SE 8.
- New -retrycount command-line parameter. This optional parameter specifies the maximum number of times the tool resends a request to the CMX server when it encounters a timeout-related error. The default is 5.
- New -outputprefix command-line parameter. This optional parameter specifies the string that replaces the name of the CSV file in the tool's audit file name. The default name of the audit file is
csvFileName-MD5Checksum.txt
. -
New retry logic. The ImportUsers tool includes logic that enables it to reprocess a CSV file and act on only the entries that previously failed or were not processed due to network issues or heavy system load.
To invoke this retry logic, rerun the tool without changing the CSV file (so it has the same MD5 checksum) and specify the same output location (
-outputDir
option) for its audit file. Keeping the CSV file unchanged quickens the retry process by ensuring the tool retries only rows that failed or were not processed due to timeout or server error.