By design, the Web User Console bulk loader processes input files using multi-threaded execution to maximize performance. In specific scenarios where strict transaction ordering or simplified debugging is required, you may need to configure the bulk loader to process inputs as a mono-threaded (single-threaded) operation using the command-line interface.
Identity Manager 14.5
Multi-threaded processing is the default configuration for the Web User Console bulk loader to optimize throughput. Mono-threaded processing is only available via the command-line interface (CLI) and is intended for specific operational requirements.
To execute the bulk loader in mono-threaded mode, use the command-line utility with the -b 1 parameter:
C:\Program Files (x86)\CA\Identity Manager\Bulk Loader\bin).imbulkloadclient -b 1 -i <path_to_file>.csv -c <path_to_properties_file>.properties -f CSVNote: Replace <path_to_file> and <path_to_properties_file> with the actual paths to your source CSV file and configuration properties file.