February 2013
Intermediate to advanced
304 pages
8h 26m
English
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 ...
Read now
Unlock full access