Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Team,
I’m Sai, and I need help with installing Qlik Sense Enterprise on a Windows VM using PowerShell. Could you guide me through the process or provide any steps to get started?
Thanks in advance!
Best,
Sai
Qlik Sense Desktop
Hi,
You can try the Silent Install option, here the reference documentation:
Silent installing | Qlik Sense for administrators Help
How to install Qlik Sense server in silent mode - Qlik Community - 1713644
Regards
Hi,
Thanks for the Information, But How can i download the Qlik_Sense_setup.exe file using the PowerShell?
I assume you can try this: Downloading a file with PowerShell - Stack Overflow
How to verify that after Silent installing, all Qlik application is completely installing or not? and how can I start the Qlik sense UI in the Windows VM?
One way would be to check if port 443 is up and running
Test-NetConnection localhost -p 443
Then ServiceDispatcher / Repository / Proxy are up and running
4747 is the engine port, with the same check as above you can also check if its up.
You need first to open the QMC and attach a license. Which you could do with a API call if you want it totally as silent install https://help.qlik.com/en-US/sense-developer/May2023/Subsystems/RepositoryServiceAPI/Content/Sense_Re...
You con otherwise just open the QMC and enter it manually. https://hostname/qmc
Hello @Sebastian_Linser @mpc ,
I am created the Shared folders, and Shared config file as well and I am also get the Administrator Credentials also, But the Silent installation Is not getting done, Can you help me, and i am also attach the Screen shorts as well. I am using Non interactive windows VM.
I am use this commmand:
PS C:\Users\clouduser> C:\Users\clouduser\Downloads\Qlik_Sense_setup.exe -s spc="\\QLIKVM2\configpath\spc.cfg" userwithdomain=QLI
KVM2\clouduser userpassword=Taaa@aicloud dbpassword=sai123 accepteula=1
and i am not getting any output, it is only executing, but there is no files are created.
and i also created spc.cfg file also:
Can everyone help me!
Hi,
When you said No file is created, you are talking about the Qlik Share or the Qlik Sense executable or both ?
Best
regards
Hi @mpc ,
I am trying to install the Qlik sense Enterprise on windows application using Silent method
Yes, but what files are missing ?
To generate log, you can use -log "path/to/file" it might help you