|
Why am I getting the error: “The specified argument is outside the range of valid values. Parameter name: MaxDegreeOfParallelism”?
.png)
This error typically occurs when the laptop or virtual machine (VM) being used does not have enough available CPU threads. To resolve this issue, follow the steps below:
Open the SCLWebUpdater.exe.config file using Notepad or Notepad++.
oThis file is located in the SCLWebUpdater folder within the Scan2x installation directory.
oThe default path is:
C:\Program Files (x86)\Scan2x\SCLWebUpdater\SCLWebUpdater.exe.config
2.Add the following configuration under the <configSections> area (or within the configuration file if <appSettings> already exists):
<appSettings> <add key="SimultaneousTransfers" value="1"/> </appSettings>
.jpg)
3.Save the file and then re-run the SCLWebUpdater.exe located in the same SCLWebUpdater folder.
|