Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
We are facing an issue in Qlik Sense Enterprise on Windows (May 2025 Patch 17) where the Data Connections panel keeps spinning for 3 minutes after opening the data load editor. When it loads webconnectors and webstorage connectors are missing in the create new connection window .Below error is displayed in web console
connector: error executing connector method getConnectionInfo, retrying: QvWebConnectorPackage.exe undefined
connector: error executing connector method getConnectionInfo, retrying: QvWebStorageProviderConnectorPackage.exe undefined
In the custom connector logs C:\ProgramData\Qlik\Custom Data\QvWebConnectorPackage\Log below is displayed
09 Jun 2026 11:44:16,488 [1] - ERROR - PipeName=command_1437881e13dd5ca493b8ad2efc37aecd044f4d40 Source=QWC ReloadId=NA TenantId=NA UserIdType=NA UserId=NA EngineSessionId=NA AppId=NA RequestGuid=NA ConnectorId=NA Sender=Program Message=Unhandled exception.
APIConnectorInterfaces.Exceptions.QwcException: Could not get key with id prefix 'qseow_tmp' ---> System.Security.Cryptography.CryptographicException: Key not valid for use in specified state.
at System.Security.Cryptography.ProtectedData.Unprotect(Byte[] encryptedData, Byte[] optionalEntropy, DataProtectionScope scope)
at Qlik.Connectors.WebPackage.Startup.KeyProvider.ReadKey(String keyFilePath, Byte[] entropy)
at Qlik.Connectors.WebPackage.Startup.KeyProvider.GetKeyInternal(Boolean autoCreate)
--- End of inner exception stack trace ---
at Qlik.Connectors.WebPackage.Startup.KeyProvider.GetKeyInternal(Boolean autoCreate)
at Qlik.Connectors.WebPackage.Startup.ProductServices_QSEoW.Init(KeyState keyState, Boolean isWebStorageProvider)
at QvWebConnectorPackage.Program.Main(String[] args)
The same error is also observed for QvWebStorageProviderConnectorPackage
Has anyone encountered this issue before?
Admin has force updated Service account password recently.
All Qlik services were restarted with the new password.
Server has been rebooted.
Hi, searching about your error the IA returns:
<runtime> <generatePublisherEvidence enabled="false"/> </runtime>
And I remember that years ago I edited this file in a customer to solve a similar issue. I don't remember if it was the same tag but I think it worth to give a try.
The 2nd point the IA returns is:
I've also done this some times but I don't remember any time that it solved the situation, but it's a quick test to do.
The error points to an encryption key issue after the service account password change. It looks like the Web Connector keys can no longer be decrypted (Key not valid for use in specified state). I'd verify all Qlik services are running under the correct account and consider regenerating the connector keys/configuration. If that doesn't help, opening a Qlik Support case is probably the fastest path.
I encountered a similar issue and resolved it by recreating the encryption key for the affected connectors. You can find the steps in the article below:
However some users have reported that this solution did not work for them. In that case, you can check alternative solution discussed in my previous thread here: