Description:
I am working with the bulk loader, specifically the bulk loader client, and I am submitting a .csv file with the action "disable". When I do this interactively, meaning through the system tab and uploading the file, the task completes successfully. However, when I call this task using the bulk loader client I get an error message as stated below:
Failed to submit data to server ImsException caught: Fault Code: Client Fault String: Error performing operation Exceptions: Name: Feeder Code: 500 Description: Not all action types are mapped to tasks ProcessStep: DataValidate TabName: FeederActionsMapping ERRORLEVEL: Error
Solution:
There is no bulk loader action type "disable" for the task Enable/Disable user. The correct action type to use here is
MULTI-SELECT_MODIFYand will appear in the task drop down when setting up the bulk loader task.