Modify the Maximum Translation Attempts


Scenario/Problem: You need to modify the maximum conversion attempts in Word Services.


Solution: Use the MaximumTranslationAttempts parameter with the Set-SPTranslationServiceApplication cmdlet.

Use the MaximumTranslationAttempts parameter to configure how many attempts should be taken before a translation is considered a failure. The default is 2 (attempts), and the range of valid values is 1 to 10. Listing 20.10 shows a sample modification of the maximum translation attempts setting.

Listing 20.10. Changing the Maximum Translation Attempts Setting


Set-SPTranslationServiceApplication
-Identity "Machine Translation Services" -MaximumTranslationAttempts 3


The default is two attempts, but three seems like a normal setting. Anything more than five is probably too optimistic. If the translation fails after three times, there is a 90% chance that it will continue to fail.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.21.76.0