Skip to main content
Nintex Community Menu Bar

Blackpearl Service dies after loss of DB Connection

  • September 23, 2016
  • 0 replies
  • 2 views

Forum|alt.badge.img+9


 

Symptoms


Is it possible to prevent the K2 server from shutting down when it loses contact with the DB?

 

Diagnoses


n/a
 

Resolution

Yes. There are two keys in the K2HostServer.exe.config file that can be manipulated:

andltadd key="dbconnretries" value="100" /andgt
andltadd key="dbconnretrydelay" value="60000" /andgt

The first one is how many times the server will retry connecting to the db and the second one is the time between retries in milliseconds.