Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
I have alot of QVWs that reloads every day. Sometimes I get this error:
So naturally I thought that the settings on the QV server could fix this. On the server, I found (in Documents -> [pick the correct QVW file] -> Reload -> Timeout seconds) and it showed 21600 seconds or 360 minutes. Still, the error log tells me it tried only for 45 minutes before stopping.
Am I missing something here, or maybe looking at the wrong settings? I can post more info if needed.
Regards,
Gunnar
That timeout is for how long will the task be allowed to run, once it has already started, until it's killed.
If you set the max simultaneos QVB to 2, and a 3rd process wants to start in will wait for 45 minutes for one of those 2 QVBs to become free. If none does then you will get the error you posted first.
If the process starts but doesn't finish for 21600 seconds, then QlikView will kill it assuming something went wrong.
You should look into configuring more Qv Engines available for distribution. Pick the minimun value between your server cores and 9.
If you want to change the 45 mins timeout you need to edit the following line in the file C:\Program Files\QlikView\Distribution Service\QVDistributionService.exe.config.
<!-- The number of minutes to wait for a free Qlikview engine -->
<add key="QvbWaitTimeoutMinutes" value="45"/>
Thank you.
But in that case, what is the purpose of
in the QEMC if you can change the timeout in QVDistributionService.exe.config for all reloads instead?
Regards,
Gunnar
That timeout is for how long will the task be allowed to run, once it has already started, until it's killed.
If you set the max simultaneos QVB to 2, and a 3rd process wants to start in will wait for 45 minutes for one of those 2 QVBs to become free. If none does then you will get the error you posted first.
If the process starts but doesn't finish for 21600 seconds, then QlikView will kill it assuming something went wrong.
I have the same issue but i can't find the folder "Distribution Services" in my QMC,
Is there a Reason why?
Thanks.
What does your task status shows when you experience this.
Hi @idogridish2,
Typically the reason why Distribution Services isn't listed in QMC > System > Setup is that a Publisher license hasn't been applied and the QlikView Server is running as Reload Engine.
Hope this helps you
Best Regards