Skip to main content
Announcements
Jan 15, Trends 2025! Get expert guidance to thrive post-AI with After AI: REGISTER NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
sai007
Contributor II
Contributor II

How to Install the Qlik senes Enterprise on Windows using the Windows VM PowerShell

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

Labels (1)
12 Replies
mpc
Partner - Specialist II
Partner - Specialist II

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 

From Next Decision and mpc with love
sai007
Contributor II
Contributor II
Author

Hi, 

Thanks for the Information, But How can i download the Qlik_Sense_setup.exe file using the PowerShell?

mpc
Partner - Specialist II
Partner - Specialist II

I assume you can try this: Downloading a file with PowerShell - Stack Overflow

From Next Decision and mpc with love
sai007
Contributor II
Contributor II
Author

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?

Sebastian_Linser

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

 

Help users find answers! Don't forget to mark a solution that worked for you! 🙂
sai007
Contributor II
Contributor II
Author

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:

<?xml version="1.0"?>
<SharedPersistenceConfiguration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <DbUserName>saiqlik</DbUserName>
  <DbUserPassword>sai123</DbUserPassword>
  <DbHost>qlikvm2</DbHost>
  <DbPort>4432</DbPort>
  <RootDir>\\QLIKVM2\qliksense</RootDir>
  <StaticContentRootDir>\\QLIKVM2\qliksense\StaticContent</StaticContentRootDir>
  <ArchivedLogsDir>\\QLIKVM2\qliksense\ArchivedLogs</ArchivedLogsDir>
  <AppsDir>\\QLIKVM2\qliksense\Apps</AppsDir>
  <CreateCluster>true</CreateCluster>
  <InstallLocalDb>false</InstallLocalDb>
  <ConfigureDbListener>true</ConfigureDbListener>
  <ListenAddresses>*</ListenAddresses>
  <IpRange>0.0.0.0/0,::/0</IpRange>
  <MaxConnections>100</MaxConnections>
  <!--<JoinCluster>true</JoinCluster>-->
  <HttpPortNumber>80</HttpPortNumber>
  <HttpsPortNumber>443</HttpsPortNumber>
  <EnableHttpPort>false</EnableHttpPort>
  <DbMaximumConnectionPoolSize>90</DbMaximumConnectionPoolSize>
</SharedPersistenceConfiguration>


Can everyone help me!

mpc
Partner - Specialist II
Partner - Specialist II

Hi, 

When you said No file is created, you are talking about the Qlik Share or the Qlik Sense executable or both  ? 

Best

regards

From Next Decision and mpc with love
sai007
Contributor II
Contributor II
Author

Hi @mpc ,

I am trying to install the Qlik sense Enterprise on windows application using Silent method

mpc
Partner - Specialist II
Partner - Specialist II

Yes, but what files are missing ? 

To generate log, you can use -log "path/to/file" it might help you

From Next Decision and mpc with love