Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Qlik DataTransfer is installed correctly, but it shows only a white screen when it is started.
The DataTransfer logs show this error message:
ERROR Error generating certificates,Command failed: Import-PfxCertificate -FilePath "C:\ProgramData\Qlik\DataTransfer\DataUpload\certificate\temp\server.pfx" -CertStoreLocation Cert:\LocalMachine\My -Password (ConvertTo-SecureString -String "password" -Force -AsPlainText) -Exportable Import-PfxCertificate : Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))
At least one between the client.pfx and server.pfx certificates may not be present in C:\ProgramData\Qlik\DataTransfer\DataUpload\certificate.
It is possible to fix the problem by following the instructions in this Microsoft article.
This behavior is by design in Windows and it occurs when one or more of the following conditions are true:
There are other causes that can lead to a blank screen when DataTransfer is opened. They are described here.
Please, follow this article if the problem occurs during the installation.
There is an other possible cause of Blank screen the certificates aren't create.
If you navigate to C:\ProgramData\Qlik\DataTransfer\DataUpload the folder certificate do not exist or is empty.
This usually is related to missing user right. Check if the user that execute the Qlik Data Transfer Service is member of the followings local groups:
The user should be member of Administrators, otherwise the setup stop when you insert the user credentials anyway if the user is not member of the two groups try the following:
I tried this one but it is not working. Please advice