Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Jun 29, 2023 7:41:03 AM
Aug 22, 2017 5:03:05 AM
The QlikView Desktop client or IE Plugin return the error:
Connected server OK, negotiations timed out Switching to HTTP tunneling Connected to server OK, No reply received
Documents cannot be opened and Licenses cannot be leased. Port 4747 is available.
If extended error logging is enabled on the QlikView server, in the extended error log, users may see the following error:
2017-08-15 17:22:58 Info General QVDoc.cpp 4297 Trying TCP/IP connection [<servername>:4747] 0
2017-08-15 17:22:58 Warning Connect CryptAcquire.cpp 97 Could not CryptSetProvParam 1008 An attempt was made to reference a token that does not exist.
2017-08-15 17:23:02 Error Connect ClientKeyExchange.cpp 59 Could not CryptGenKey 5 Access is denied.
2017-08-15 17:23:02 Warning General Context_qv.cpp 527 Server closed connection 0
2017-08-15 17:23:02 Warning Connect ClientServerSupport.cpp 585 Server denied connection: "" 0
There are two common root causes for this scenario:
This indicates that the user running the QlikView client does not have permissions to read/write to and from the RSA\MachineKeys directory. Contact a System Administrator to grand full-access right to:
Timeout value set is not long enough for the client and server to negotiate the connection. This can happen if the client is not in the same geographic location as the QVServer or other network latency issues are occurring in the environment.
To configure the timeout setting:
Open in Server fails using QlikView Desktop May 2023 or later against earlier version of QlikView Se...
Communication to QlikView server fails: Switching to HTTPS tunneling
Had this issue
Antivirus was blocking the access to the RSA MachineKeys path
C:\ProgramData\Microsoft\Crypto\RSA\MachineKeys\*************
Just had the issue on an (old) Windows Server 2012R2 which I upgraded to May2023 SR2
Had to revert to SessionAlgorithm=CALG_AES_128 as mentioned in https://community.qlik.com/t5/Official-Support-Articles/QlikView-12-80-set-a-different-Session-Algor...
Changed:
QlikView client and Server settings.ini
Add: SessionAlgorithm=CALG_AES_128
QlikView server
Add: <add key="SessionAlgorithm" value="CALG_AES_128"></add>
If you are using IIS, also change
Start all Qlik services, start the QlikView desktop and Open in Server should work.
I fixed this issue.
1. Validate the read and write permission in the path, for the users and local administrators.
C:\ProgramData\Microsoft\Crypto\RSA\MachineKeys
2. If the owner is System, change the owner to Administrator (local groups).
3. Enable Heritance