A Bulk Load task fails to submit when using a custom "Create User" task. The failure occurs during the validation phase of the task submission.
When submitting a Bulk Load file using a custom task, the submission fails and the Identity Manager (IM) server logs record the following exception:
java.lang.NullPointerException at com.ca.identitymanager.feeder.adapter.BLTHAnalyticsForBulkLoader.handleValidation
All Identity Manager
The BLTHAnalyticsForBulkLoader Business Logic Task Handler (BLTH) requires the Provisioning Roles tab to be present on the task to perform its internal validation. If a custom task is created without this tab, the handler cannot find the expected object reference, resulting in a NullPointerException.
To resolve this issue, you must add the missing tab to the custom task configuration. You can hide the tab so it remains invisible to end users while still being available for the BLTH.