Skip to main content

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

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.


 


Problem solved.


Thank you.


Nevermind that 120 as parameter would be too less


Reply