Symantec IGA

 View Only
  • 1.  Bulk task problems with big loads

    Posted Mar 06, 2019 09:59 AM

    CA Identity Suite 14.2

     

    I am executing a bulk task with about 800 users as input. It should modify some fields, if needed.

    The task is not working properly. Every time I run it, just few users are modified out of the total of users that need to be modified.

     

    If I run the same task with 100 users it perfectly works.

     

    Why is this happening? I have read that the system should give no problem with less 1000 users.

     

    Thank you



  • 2.  Re: Bulk task problems with big loads

    Broadcom Employee
    Posted Mar 06, 2019 10:09 AM

    Can you run imbulkloadclient.bat with -v (verbose) switch?  Any errors?  I recommend getting the output of command line.  Any information in the imbulkloadclient.log from C:\Program Files (x86)\CA\Identity Manager\Bulk Loader\logs?

     

    Thank you.



  • 3.  Re: Bulk task problems with big loads
    Best Answer

    Posted Mar 07, 2019 07:19 AM

    Try to use parameter --batchSize 100 (suggested value <= 100)

    E.g. com.ca.iam.imbulkloadclient.IMBulkLoadClientApp --inputFile %importfile% --format CSV --configFile %configfile% --verbose --batchSize 100