Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Method "DoReload" timed out

Hi,

I want to reload an app in debug mode with a predefined number of rows. Setting the fetchlimit and then reloading the app with debug mode true has the result that an TimeoutException occurs ("Method 'DoReload' timed out").

Has anybody a solution for this issue?

Thank you

René

12 Replies
Not applicable
Author

Hello Robert,

I'm using the DoRealoadAsync method at the moment. Do you have an idea how to set the debug = true parameter with the doReloadEx() method? Thank you.

Not applicable
Author

Hi René,

give a try like that, althought i'm not 100 % sure

app.DoReloadAsync(0, false, true);

here is the documentation of the method :

https://help.qlik.com/sense/2.1/en-us/apis/net%20sdk/html/M_Qlik_Engine_IApp_DoReloadAsync__1.htm

Have a nice day  !

Not applicable
Author

Hello René,

if you prefer to have a log file, you can also use doReloadExAsync();

https://help.qlik.com/sense/2.1/en-us/apis/net%20sdk/html/M_Qlik_Engine_IApp_DoReloadExAsync_1.htmhttps://help.qlik.com/sense/2.1/en-us/apis/net%20sdk/html/M_Qlik_Engine_IApp_DoReloadExAsync_1.htm

with the ex , the method return you the path of the log file , 1 log file and path per query.

best regards