Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE

DSC Cluster did not respond to request. Last exception (for http://<servername>:4730/DSC/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

No ratings
cancel
Showing results for 
Search instead for 
Did you mean: 
Chip_Matejowsky
Support
Support

DSC Cluster did not respond to request. Last exception (for http://<servername>:4730/DSC/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

Last Update:

Jun 2, 2021 3:27:53 AM

Updated By:

Sonja_Bauernfeind

Created date:

Mar 7, 2018 7:58:30 AM

The QlikView Management Console (QMC) shows the following error:

DSC Cluster did not respond to request. Last exception (for http://<servername>:4730/DSC/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 error above may also be seen in the QlikView Distribution Services when a publishing task fails.

20190527T002737.055-0500    Error    The task "APEx - Dashboard" failed. Exception: || QDSMain.Exceptions.TaskFailedException: Task execution failed with errors to follow. ---> QDSMain.Exceptions.LogBucketErrorException: Searching for "<list of users>" using UserAndGroupName failed. Time=120037ms. Exception=System.ServiceModel.CommunicationException: DSC did not respond to request.
Last exception (for http://<servername>:4730/DSC/Service): The request channel timed out while waiting for a reply after 00:02:00. 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:

 

Environment:

 

Due to the large amount of data being transferred between the Source Directory, the Directory Service Connector (DSC), and QlikView Management Service (QMS) or Distribution Services (QDS) a communication timeout occurred.

 

Resolution:


Note: In many cases increasing the timeout mentioned below may not fully resolve the issue OR generate unfeasible delays due to an underlying issue with communication between the QlikView Directory Service Connector (DSC) services and the source directory (i.e. Active Directory, LDAP source, etc).

For the QlikView Management Console: 

There is a default timeout value of 30 seconds (30000 milliseconds) for any other QlikView service communicating with the Directory Service Connector (DSC). It's a general timeout, handling all calls to DSC for that specific service. To increase this timeout value, a change is needed to the QlikView Management Service (QMS) configuration file - QVManagementService.exe.config located in %ProgramFiles%\QlikView\Management Service.

To make this change follow the below steps:

  1. Stop QMS and DSC services
  2. Navigate in Windows File Explorer to %Program Files%\QlikView\Management Service and open the QVManagementService.exe.config file for editing
  3. Under the under the QlikView Management Service - BACKEND heading, edit or insert (if not present)
    <!-- Timeout for DSC Query --> 
    <add key="DSCQueryCommunicationDefaultTimeoutMilliseconds" value="60000"/>​
  4. Save QVManagementService.exe.config
  5. Restart QMS and DSC services


For QlikView Distribution Services: 

In order to increase this timeout value, a change is needed to the QlikView Distribution Service (QDS) configuration file located under %Program Files%\QlikView\Distribution Service\QlikviewDistributionService.exe.config.

  1. Stop QDS and DSC services
  2. Navigate in Windows File Explorer to the file mentioned above for editing
  3. Edit or insert (if not present)
    <!-- Timeout in seconds for calls to the DSC-->
        <add key="DSCTimeoutSeconds" value="240"/>​
  4. Save the file.
  5. Restart QDS and DSC services.


Important: Something to make note of, when an upgrade of QlikView is implemented any changes made to the config files are reverted to their default values, so the above change previously implemented would be overwritten. Please document any changes you make to these files so that the necessary configurations can be made when upgrading QlikView in the future.

Labels (1)
Contributors
Version history
Last update:
‎2021-06-02 03:27 AM
Updated by: