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