Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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é
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.
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 !
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