Skip to main content

I'm attempting to build my first application, and when clicking on finish after building a SmartObject, I'm getting and Operation Timed Out error

 

15521i16292B6BB58AE670.png

 

My K2 environment:

Blackpearl 6.1.1

Windows Server 2012

8 CPU

14gb RAM

Hi,

 

How big is your smartobject??

 

try the following:

 

Go to the web.config of the designer, can be found under:

 

C:Program Files (x86)K2 blackpearlK2 smartforms Designer

 

Find this node:

 

<httpRuntime maxRequestLength="16384" enableVersionHeader="false" sendCacheControlHeader="false" executionTimeout="320"/>

Change the maxRequestLength to the maximum "2097151" KB

and increase the executionTimeout

 

Note: Remember to take backup from the file before editing :)

 

wish it helps.


Hi,

This issue is passed from the SQL side.

Are you perhaps limiting your SQL Instance memory usage to less that 2048MB? I Found 2048MB to be suitable for a K2 Dev system, not less though.

Other than that, try creating a SmartObject through VS or K2 Studio and see if it successful.

If you face the same error in your client applications, then we can perhaps look at your Service Instances which the SmartObject is based off of. do a refresh and attempt to save the SMo again. I have seen this where the GUID of the Service Instance was incorrect, to check this View XML Of SMO through SMO Tester tool and compare service GUID in the SMO XML with the Service instance GUID.

Regards
Pieter


Reply