Skip to main content

Hi,


I'm am encountering this error while trying to connect to K2 and start a process instance. This error happens rarely and it gets resolved after we restarted the K2 service. We didn't change any user credentials to make it work. In our code, it is basically doing the below:


 connection = new Connection();


connection.Open(k2ConnectionData.ServerName,connectionString.ToString());


connection.StartProcessInstance(processInstance)


where connectionString is crafted using the SCConnectionStringBuilder. What could be causing this error to happen sometimes? Could it be due to changes in the windows service account we use to connect to K2?


Cheers

Be the first to reply!

Reply