Application Configuration for TranslationBuilder

Modify the translationbuilder.exe.config file parameters noted below to configure or customize TranslationBuilder.

The file is located on the Content Manager server: \Infoshare\App\TranslationBuilder\Bin\translationbuilder.exe.config

All the parameters are configured in the <settings> element in the trisoft.infoShare.translationBuilder section.

NameDescription
maxObjectsInOnePushTranslationMaximum number of objects in a single push translation. The default value is 1000.
maxTranslationJobItemsCreatedInOneCallMaximum number of items created in a single transaction. The default value is 10000
maxTranslationJobItemsUpdatedInOneCallMaximum number of items updated in a single transaction. Default value is 100. Maximum allowed value is 999.
completedJobLifeSpanThe time after which the completed/cancelled job is deleted. Default value is 90.00:00:00.000
jobProcessingTimeoutThe time that a job can be processed by a single step without updating the job lease before it is considered dead. Default value is 01:00:00.000.
userNameThe name of the user to access Content Manager. This value is initialized from install parameters.
passwordThe password of the user to access Content Manager. This value is initialized from install parameters.
jobPollingIntervalInterval at which jobs are polled for processing. Default value is 00:05:00.000.
pendingJobPollingIntervalInterval at which jobs that are pending the push translations are polled for processing. Default value is 00:15:00.000.
updateLeasedByPerNumberOfItemsNumber of items that have to be updated before the translation job is updated. Default value is 100.