My encrypted password is missing for Bulk Loader
search cancel

My encrypted password is missing for Bulk Loader

book

Article ID: 39341

calendar_today

Updated On:

Products

CA Identity Manager CA Identity Governance CA Identity Portal CA Risk Analytics CA Secure Cloud SaaS - Arcot A-OK (WebFort) CLOUDMINDER ADVANCED AUTHENTICATION CA Secure Cloud SaaS - Advanced Authentication CA Secure Cloud SaaS - Identity Management CA Secure Cloud SaaS - Single Sign On

Issue/Introduction

How do you set the password for the Bulk Loader: imbulkload.properties file when it is missing?

 

 

Environment

Release: CAIDMB99000-12.6.7-Identity Manager-B to B
Component:

Resolution

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>