February 2013
Intermediate to advanced
304 pages
8h 26m
English
Scenario/Problem: You need to modify the maximum conversion attempts in Word Services.
Solution: Use the MaximumConversionAttempts parameter with the Set-SPWordConversionServiceApplication cmdlet.
Use the MaximumConversionAttempts parameter to configure how many attempts should be taken before a conversion is considered a failure. The default is 2 (attempts), and the range of valid values is 1 to 10. Listing 25.7 shows a sample modification of the maximum conversion attempts setting.
Listing 25.7. Changing the Maximum Conversion Attempts Setting
Set-SPWordConversionServiceApplication -Identity "Word AutomationServices" -MaximumConversionAttempts 3
The default is two attempts, but three seems like a ...
Read now
Unlock full access