Configure the Translation Processes


Scenario/Problem: You need to modify the number of conversion processes on each server running Translation Services.


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

The TotalActiveProcesses parameter determines the how many active translation processes can occur on each server running the Word Services service application. The default is only one process. The valid entries range from 1 to 5, with the default being 1. Listing 20.5 shows a sample modification of the active translation processes.

Listing 20.5. Setting the Total Active Translation Processes


Set-SPTranslationServiceApplication
-Identity "Translation Services" -TotalActiveProcesses 5



Tip

The default identity of the Machine Translation Service application is “Translation Services.” To find the correct name or GUID, use Get-SPServiceApplication.


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

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