Question:
How do you set the password for the Bulk Loader: imbulkload.properties file when it is missing?
Answer:
If the password is missing you can simply put the password in cleartext and then run the imbulkloadclient.bat file located in the ~/Bulk Loader/bin folder
This is the command you should run: imbulkloadclient.bat -e "..\conf\imbulkloadclient.properties" -S
The format for the imbulkloadclient.properties files is this:
serverUrl=http\://<hostname>\:<port>iam/im/TEWS6/<environment-name>
uniqueIdentifierAttrName=uid
actionToTaskMapping=create.Create User;modify.Modify User;delete.Delete User
primaryObject=USER
user=<System Manager username>
feederParserClass=com.ca.identitymanager.feeder.parser.CSVParser
actionAttrName=action
isProtectedBySiteMinder=false
password=<insert-password-here>