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.