Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Jan 31, 2023 6:09:40 AM
Jan 31, 2023 6:09:40 AM
Reviewing the QlikView Source Documents list may show missing entries.
The QlikView Management Console log shows the following entry:
QDS did not respond to request.Last exception (for
http://qlikserver1:4720/QDS/Service The request channel
timed out while waiting for a reply after 00:00:30. Increase the timeout value
passed to the call to Request or increase the SendTimeout value on the Binding.
The time allotted to this operation may have been a portion of a longer timeout.
—> System.TimeoutException: The request channel timed out while waiting for a
reply after 00:00:30. Increase the timeout value passed to the call to Request
or increase the SendTimeout value on the Binding. The time allotted to this
operation may have been a portion of a longer timeout. —>
System.TimeoutException: The HTTP request to
'http://qlikserver1:4720/QDS/Service' has exceeded the
allotted timeout of 00:00:30. The time allotted to this operation may have been
a portion of a longer timeout. —> System.Net.WebException: The operation has
timed out
QlikView 12.50 and above
We can further configure the timeout using a setting for the QVManagementService.exe.config.
<appSettings>
<!-- ****** General ****** -->
</appSettings>
<!-- Setting in seconds which the QMS will wait for the QDS to deliver the list -->
<add key="GetSourceDocumentTimeoutSeconds" value="120" />
The Management Console will now wait for two minutes to read all its files to build the list. Should you have a far larger amount of source documents, the timeout may need to be increased further.
The default timeout is 30 seconds.