Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Why does this error occur?
Let me know if you need confirmation or if you can tell me the cause.
Error: QVClient.Execute to 'njvpd160:4747' failed: System.Exception: The communication with QlikView Server failed (TimedOut)! || at QlikTech.NetClient.QvClient.GetMessageDataFromSocket(Byte[] buffer) || at QlikTech.NetClient.QvClient.GetMessageSizeFromSocket() || at QlikTech.NetClient.QvClient.SendAndReceive(Byte[] request) || at QlikTech.NetClient.QvClient.Execute(Byte[] request) || at QlikTech.NetClient.QvClient.Execute(String request) || at QVSWrapper.QlikViewServer.ExecuteXml(Action`2 i_Logger, String i_Command)
The timeout can be increased. Note that increasing the timeout may only address a symptom of a different issue, such as network latency, a slow harddrive, or an application that needs to be reviewed and streamlined.
This setting is only available in QlikView 12.10 and later.
<!-- Adjust the time the reload engine waits for the QVS to finish writing to disc during distribution -->
<add key="SocketTimeOutInSeconds" value="120" />
Note: If the section does not exist, add it under:
<!-- ************ QlikView Engine and Distribution Settings ************ -->
Start the Distribution Service.
You can change the timeout to whatever you want. The problem would be that if there is a "real" reason that the server is not responding, it will take longer for the tasks to timeout and fail.
You need to investigate what the actual issue is. Why are the publisher not able to reach the server?
Is the server stable, is it restarting, network issues?
Below is a troubleshooting guide.
https://community.qlik.com/Troubleshooting t5/Knowledge/Troubleshooting-QlikView-Server-resource-problems-and-crashes/ta-p/1715551
The timeout can be increased. Note that increasing the timeout may only address a symptom of a different issue, such as network latency, a slow harddrive, or an application that needs to be reviewed and streamlined.
This setting is only available in QlikView 12.10 and later.
<!-- Adjust the time the reload engine waits for the QVS to finish writing to disc during distribution -->
<add key="SocketTimeOutInSeconds" value="120" />
Note: If the section does not exist, add it under:
<!-- ************ QlikView Engine and Distribution Settings ************ -->
Start the Distribution Service.
Can I set the value to 120?
How much can I increase it?
Is there anything wrong with increasing it a lot?
Note that increasing the timeout may only address a symptom of a different issue, such as network latency, a slow harddrive, or an application that needs to be reviewed and streamlined.
You can change the timeout to whatever you want. The problem would be that if there is a "real" reason that the server is not responding, it will take longer for the tasks to timeout and fail.
You need to investigate what the actual issue is. Why are the publisher not able to reach the server?
Is the server stable, is it restarting, network issues?
Below is a troubleshooting guide.
https://community.qlik.com/Troubleshooting t5/Knowledge/Troubleshooting-QlikView-Server-resource-problems-and-crashes/ta-p/1715551
If the value is 120, you mean 120 seconds?
yes,120 Seconds