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.
| Name | Description |
|---|---|
| maxObjectsInOnePushTranslation | Maximum number of objects in a single push translation. The default value is 1000. |
| maxTranslationJobItemsCreatedInOneCall | Maximum number of items created in a single transaction. The default value is 10000 |
| maxTranslationJobItemsUpdatedInOneCall | Maximum number of items updated in a single transaction. Default value is 100. Maximum allowed value is 999. |
| completedJobLifeSpan | The time after which the completed/cancelled job is deleted. Default value is 90.00:00:00.000 |
| jobProcessingTimeout | The 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. |
| userName | The name of the user to access Content Manager. This value is initialized from install parameters. |
| password | The password of the user to access Content Manager. This value is initialized from install parameters. |
| jobPollingInterval | Interval at which jobs are polled for processing. Default value is 00:05:00.000. |
| pendingJobPollingInterval | Interval at which jobs that are pending the push translations are polled for processing. Default value is 00:15:00.000. |
| updateLeasedByPerNumberOfItems | Number of items that have to be updated before the translation job is updated. Default value is 100. |