SmartObject Site List and Libraries

  • 30 July 2012
  • 2 replies
  • 0 views

Badge +2

Hi,


I am trying to create a Smartobject over Sharepoint - K2 SmartObject Site Lists and Libraries 


but now i do get always the error


"SmartObject Server Exception: Timeout expired.  The timeout period elapsed prior to completion of the operation or the server is not responding. "


I set the connectiontimeout through the Sql server to 120 but still the same result.


Last week it was working fine.


Regards


Helo


2 replies

Badge +9

Try adding below key value to ..Host ServerBinSourceCode.SmartObjects.Runtime.config file 


<configuration>


  <appSettings>


       <add key="commandtimeout" value="300" />


Let me know if it doesnt work.


 

Badge +2

Problem solved.


Thank you.


Nevermind that 120 as parameter would be too less

Reply