Batch configuration

These are the non-accumulated batch thread size settings that are used to control the configuration in the com.pb.engageone.server.batch.na namespace.

Configuration setting Description
jdbc.driverClassName JDBC driver class name.
Use jdbc driver of com.pb.engageone.server.batch namespace
jdbc.url JDBC url
Use JDBC URL of com.pb.engageone.server.batch namespace
jdbc.username Database user name
Use jdbc user name of com.pb.engageone.server.batch namespace
jdbc.password Database encrypted password
Use jdbc password of com.pb.engageone.server.batch namespace
default.file.encoding Default file encoding
Use file encoding of com.pb.engageone.server.batch namespace
csv.report.encoding File encoding used for delimited report/index generation.
Use file encoding of com.pb.engageone.server.batch namespace
fixed.report.encoding File encoding used for fixed length report/index generation.
Use file encoding of com.pb.engageone.server.batch namespace
dij.report.encoding File encoding used for journal index generation.
Use file encoding of com.pb.engageone.server.batch namespace
xml.report.encoding File encoding used for XML report/index generation.
Use file encoding of com.pb.engageone.server.batch namespace
document.error.level Threshold value for documents in error during batch process before the process is halted.
Use value from com.pb.engageone.server.batch namespace
batch.work.dir Work folder
batch.cache.path cache folder where template resources, and answer files are temporarily stored
batch.temp.dir Temporary folder
error.folder.path Directory at which the errors are being dumped into
workerThread.pool.size Number of active running threads in processing record for partial composition
recomposition.workerThread.pool.size Number of active running threads in processing record for re-composition/concatenation process
documentInfo.list.page.size Page cache size for internal DocumentInfo List
batch.dca.pool.size.maximum The number of DCA adapters to use during pre-composition. Also available in the com.pb.engageone.server.batch namespace.
sort.db.vendor The vendor for the sorting database - MSSQL or ORACLE
sort.db.server.name The server name or IP address of the sorting database server
sort.db.name The name of the sorting database - database name or Service name of the database for Oracle
sort.db.port The port of the sorting database
sort.db.user.name The user name of the user connecting to the sorting database
sort.db.password The password of the user connecting to the sorting database
sort.db.connection.pool.size The number of pooled connections to the sorting database
Note: that this connection pool is separate from the pool used on the application server. Make sure that the database can handle the total number of connections you expect to use.
worker.queue.size This is the maximum number of XML records (not files) that are held in memory at any given time during processing
doc1gen.time.out Time out value of Generate
doc1gen.path Directory where the document server is located