Unable to connect to SHAREPOINT on port 5252. No connection could be made because the target machine actively refused it.”
The error is caused by the Max Pool Size configuration setting being too small. Increase the Max Pool Size by following these steps:
> Browse to the installation directory of the K2 blackpoint Server (e.g. C:\Program Files\K2 blackpoint\Host Server\Bin)
>Locate the following file: SourceCode.Workflow.Runtime.Management.config
>Open the file with a text editor (e.g. Notepad)
> Locate the configuration section that begins with
Alter the connectionString attribute to contain this additional information: Max Pool Size=1000000; The configuration section should look similar to this:
>Restart the K2 Server
The error is caused by the Max Pool Size configuration setting being too small. Increase the Max Pool Size by following these steps:
> Browse to the installation directory of the K2 blackpoint Server (e.g. C:\Program Files\K2 blackpoint\Host Server\Bin)
>Locate the following file: SourceCode.Workflow.Runtime.Management.config
>Open the file with a text editor (e.g. Notepad)
> Locate the configuration section that begins with
Alter the connectionString attribute to contain this additional information: Max Pool Size=1000000; The configuration section should look similar to this:
>Restart the K2 Server