• GeneralConnection Connection timeout
    Forum Post Jul 25, 2013
    Hi, I am using ConnectionHelper class to create connection object using below method. GeneralConnection cn = ConnectionHelper.GetConnection(); I have called one query to fetch data from database using this connection and it takes time to execute due to large amount o...

  • RE:GeneralConnection Connection timeout
    Forum Post Jul 25, 2013
    Hi Atul, You can set the connection timeout property and you can also cache the data. Caching would be good for performance so it is recommended. Regards, Sandro

  • RE:Admin Timout as a webpart
    Forum Post Aug 5, 2013
    Hello, You can update the following values in your Web.config to extend the timeout: <sessionState mode="InProc" stateConnectionString="tcpip=127.0.0.1:42424" sqlConnectionString="data source=127.0.0.1;Trusted_Connection=yes" cookieless="false" timeout="20" /> and/or ...

  • Session timeout kentico web part
    Question Oct 5, 2018
    hello kentico dev i try to apply a custom web part to search for company code and i set the session and but the problem is sessiontimeout here is my code but its not working is ther any methode to set time out for session Session["CompanyCode"] = CompanyCode.Text;...

  • Macro timing out
    Question Jan 17, 2019
    I have a transformation that includes some variables, a for loop, and some HTML and ultimately applies a transformation to children of a folder like this: Documents[accordion].Children.ClassNames("customProducts_Literature.Literature_Products").WithAllData.ApplyTransforma...

  • File upload cancels with timeout for large files
    Question Mar 16, 2016
    Hello, When I upload large files (more than 200 MB) as a file page in the Kentico page tree, the upload cancels after a while with a timeout error. This is the error message I get: [DataConnection.HandleError]: Query: INSERT INTO CMS_Attachment ([AttachmentN...

  • RE:CSV import
    Forum Post Mar 30, 2012
    Are you running it within a request? You may try to create a new thread for that task (see .NET documentation for instructions), or extend the request timeout in the web.config: <httpRuntime executionTimeout="43200" maxRequestLength="2097151" ... /> the value is in sec...

  • Re: get documentid with NodeParentID
    Forum Post Dec 20, 2006
    Ok thank you but i receive error "Timeout expired" becouse table is locked i can canceled Transaction mode in CMS ? thanks alex

  • Re: TimeOut in Custom event handlers
    Forum Post Dec 7, 2006
    Unfortunately, this information is not available in the Data Handler. The Data Handler is only used for simple items, such as user, role, site, but not for documents. Regards,

  • RE:Repeated login dialogues
    Forum Post Mar 9, 2012
    My forms timeout was 60000 so I reduced it to 60 as suggested. I can't find session.timeout in thenweb part when in the adminstrator screens. Where is it?

  •   ... 11 12 13 14 15 16 17 18 19 20 ...