Bulk Loader within Virtual Appliance for the Identity Suite is not working. Is there an example of how the Bulk Loader properties file should be setup?
Release : 14.x
Component : CA Identity Suite Virtual Appliance
Here is an example of how the Bulk Loader properties should be provided:
serverUrl=http\://<hostname>\:8080/iam/im/TEWS6/identityEnv
uniqueIdentifierAttrName=%USER_ID%
actionToTaskMapping=create.Create User;modify.Modify User;delete.Delete User
primaryObject=USER
user=imadmin
feederParserClass=com.ca.identitymanager.feeder.parser.CSVParser
actionAttrName=action
isProtectedBySiteMinder=false
password=<Insert current password here>
Make sure you replace <hostname> with the appropriate value the virtual machine has assigned. The password field should already have a password include. If this value is empty or seems incorrect, an option would be to put the file in plaintext and upon first run the password will be encrypted.