Previous Topic: Bulk Load Client Localization

Next Topic: Authenticating to the Identity Manager Server

Allow Bulk Loader to Load Tasks with Localized Names

If the bulk loader has been localized, it will not be able to perform a load. This is because the task name is a localized bundle location map. For example:

${bundle=resourceBundles.FDC-RoleDefinitions_Tokenized:key=property.CreateIdentityPolicySet.Profile.name}

By default, the bulk loader uses actions mapped to task names. When the task names have been translated into a different language, the bulk loader client cannot find the mapped task names to perform the load.

To avoid this problem, you can map the Create, Modify, and Delete actions to the task tag. If the Task Name search fails, the Feeder searches for the task tag.

There is no need to map the task tag if the task names have not been localized.

Follow these steps:

  1. In a text editor, open the properties file of the bulk loader. This file is in the following location:
    Bulk Loader\conf\imbulkloaderclient.properties
    
  2. Find the actionToTaskMapping property.

    The default setting for this property is:

    actionToTaskMapping=create.CreateUser;modify.Modify User;delete.Delete User
    

    Note: There is no space between Create and User.

  3. Change the property to map to the new task tag.
  4. Save the properties file. Your changes take effect immediately.