Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have the QMC, QVS, QDS and QVWS on different machines
In my QMC, when the reload part is done and it starts distribution, I see the below error
QVClient.ExecuteWithAttachments failed. Exception=System.Exception: The communication with QlikView Server failed (TimedOut)!
Does someone have any idea what this error is about? If it is about some network loss to QVS (I doubt that we have any network issue) but if there would be any, it could be for a very small time. Can someone tell me where to increase the timeout so that the task does not fail?
Shah
Did you solve?
What value you have inserted in?
THX.
I changed the 60 to 300 and it fixed it on my server. Probably overkill, but it did work.
<add key="SocketTimeOutInSeconds" value="60"/>
became
<add key="SocketTimeOutInSeconds" value="300"/>
Hi Andy ,
Where can we find this setting ?