How to change the multi-threaded processing, for the web user console bulk loader, to be mono-threaded.
search cancel

How to change the multi-threaded processing, for the web user console bulk loader, to be mono-threaded.

book

Article ID: 33157

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 to change the multi-threaded processing, for the web user console bulk loader, to be mono-threaded.

Environment

Release:
Component: IDMGR

Resolution

From the Web User Console there is no option to change the multi-threaded processing for the bulk loader.
By design, for performance reasons, actions from input file are processed simultaneously into multi-threads.

Only the Bulk Loader in batch can offer this facility via the "-b" option.
e.g.:
C:\Program Files (x86)\CA\Identity Manager\Bulk Loader\bin>imbulkloadclient -b 1
-i %SAMPLES%\feeder_create_users.csv -c ..\conf\imbulkloadclient.properties -f CSV

You will see as many transaction IDs as you have requests from the csv file, one after the other.