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 ...

Get PowerShell™ for SharePoint® 2013 How-To now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.