Skip to content

Question: running multiple "process" beans on batch mode #738

Closed Answered by ashitsalesforce
fmertins asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @fmertins ,

bean id is an optional parameter because it can be specified as a command line option or can be specified in config.properties file according to the documentation:
(optional) The id of the batch process bean of class com.salesforce.dataloader.process.ProcessRunner defined in the process-conf.xmlfile. If not provided, then the value of the process.name property in the config.properties file is used.

Data loader executes a single operation in batch mode. The operation is specified by its process id. If you want to execute multiple operations specified in your process-conf.xml, you can write a wrapper script to invoke process.bat multiple times, each time with a different proc…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by ashitsalesforce
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #575 on July 28, 2023 17:50.