Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Congratulations to the new Qlik Luminary and Partner Ambassador class! Meet them here
cancel
Showing results for 
Search instead for 
Did you mean: 
rishu8
Contributor
Contributor

Windows Silent Installer Failing

Hi members,

I am trying to setup an automation script for installing qlik replicate in windows as a bootup script .Though the script fails intermittently wth error 

[responseresult]resultcode=-3 

How to see a detailed message of this error .Anyone knows what command to execute to get detailed log ?  

Labels (1)
1 Solution

Accepted Solutions
OritA
Former Employee
Former Employee

Hi, 

In general Replicate uses installshield  for the installation. So when you get an error during silent install you should check its message in installshield errors details see link below. 

https://www.ibm.com/docs/en/sgfmw/5.3.1?topic=troubleshooting-installshield-error-messages

In addition, you can control the logging level by using the /le option. 

For more details see the link below under 'logging options'

https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/msiexec

 

Regards,

 

Orit

 

View solution in original post

2 Replies
OritA
Former Employee
Former Employee

Hi, 

In general Replicate uses installshield  for the installation. So when you get an error during silent install you should check its message in installshield errors details see link below. 

https://www.ibm.com/docs/en/sgfmw/5.3.1?topic=troubleshooting-installshield-error-messages

In addition, you can control the logging level by using the /le option. 

For more details see the link below under 'logging options'

https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/msiexec

 

Regards,

 

Orit

 

rishu8
Contributor
Contributor
Author

Thanks heaps community members . We found its an access related issue of the user with which we were installing . Figured out and resolved.