SQL Server Service

  • 21 January 2013
  • 1 reply
  • 0 views

Badge +8

I'm having problems removing an Instance of a 'SQL Server Service' service object.  When I try to edit or remove the profile through either K2 Workspace or the SmartObjects Services Tester I select the option to either update/change Service instance and after 5mins exactly it fails with a timeout message.  Has oneone had similar problem?  I'm connected on same network so no bandwith issues?


1 reply

Userlevel 3
Badge +10

If you have a large database it could be taking enough time that the timeout message gets thrown.  One idea would be to give it enough time to run by increasing the "commandtimeout" value in SoureCode.SmartObjects.Runtime.config (K2 blackpearlHost ServerBin) by adding or modifying the line: <add key="commandtimeout" value="1200" /> (value is in seconds).  You'll want to restart the K2 service after modifying the config.

Reply