Skip to main content
Nintex Community Menu Bar

Does K2Server SP4 support SQL database mirroring ???

  • March 26, 2007
  • 2 replies
  • 20 views

Forum|alt.badge.img+4
Hi All,

We have implemented SQL 2005 database mirroring in our environment for high availability.

Does K2 Server SP4 support this feature?

Is it possible to specify Failover Partner in the connection string located at k2server.config?

Does it support automatic failover?

Pls advice.

Siva

2 replies

Forum|alt.badge.img+6
  • April 16, 2007
Hi Siva,

Unfortunately this is not supported in SP4 or any version of K2.net.

You should however be able to implement this yourself though:

The only references to the K2 databases are located in the following 2 files:
K2Server.config (C:Program FilesK2.net 2003Bin)
web.config (C:Program FilesK2.net 2003K2WSWorkspaceService)

You can use a windows service to monitor the availability of SQL. In the event of unavailability, stop the K2 Server (using the K2MNG API), replace the config files with ones pointing to the mirrored instance, start the K2 Server.

HTH,
Conrad

Forum|alt.badge.img+4
  • Author
  • April 16, 2007
ok, thanks for the info.


Siva