You need to sign in to do that
Don't have an account?

DataLoader: How do I prevent Success files from generating
What is the magical combination of variables to not include in config.propertiers and/or command line when executing the DataLoader (v21) so that successfiles aren't generated? I keep getting a autogenerated success file unintentionally, which is a big impact to me since I'm loading a significant amount of data, and only care about the Errors (which I am getting, and have configured that way).
Here is my configuration (between my referenced config.properties, and the properties I override when I call Dataloader directly via javaw:
I thought I had this working before, but apparently not because I'm still getting a success[timestamp]csv file being created in the directory indicated in process.statusOutputDirectory.
This is a big deal because I have limited space on my processing server, and I'm processing 5-30Gb depending on the day (our org has increased loading limits.
Thanks,
Dave
I received an answer from SFDC support that the variable "process.statusOutputDirectory=D:\temp" needs to not be set, otherwise the success files are downloaded any way.