Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
k21
Contributor II
Contributor II

Install QlikSence via ansible

Hi All, 

Currently, I am trying to install Qlik_Sense_setup.exe via ansible, and I am getting this error :

    "msg": "unexpected rc from 'C:/Bootstrap/QlikSense/setup/Qlik_Sense_setup.exe silent log C:/Bootstrap/QlikSense/setup/Installation.log bundleinstall=dashboard,visualization accepteula=1 desktopshortcut=1 skipvalidation=1 skipstartservices=1 userwithdomain=BDPME/USRQLSAWSU userpassword=9ycNxju5LU-e8Rp senddata=0 sharedpersistenceconfig C:/Bootstrap/QlikSense/setup/spc.cfg': see rc, stdout, and stderr for more details",
    "rc": -10,
    "reboot_required": false,
    "stderr": "",
    "stderr_lines": [],
    "stdout": "",
    "stdout_lines": []

Here is the core code of my task Ansible: 

- name: Install Qlik Sense
  win_package:
    path: "{{setup_target_folder}}\\Qlik_Sense_setup.exe"
    product_id: "{68D523AB-0FBE-4F73-874F-035FF2BC4147}"
    arguments:
      -silent
      -log "{{target_folder}}\Installation.log"
      bundleinstall=dashboard,visualization
      accepteula=1
      desktopshortcut=1
      skipvalidation=1
      skipstartservices=1
      userwithdomain="{{qls_service_username}}"
      userpassword="{{qls_service_user_password}}"
      senddata=0
      sharedpersistenceconfig="{{setup_target_folder}}\spc.cfg"
    state: present

 Can anyone help me with this .. 
Thanks in advance ^^! 

Labels (5)
1 Reply
Vicky_Z
Support
Support

 I am not familiar with Ansible. By looking at the parameters in the task code, dbpassword seems missing. 

 

https://help.qlik.com/en-US/sense-admin/May2023/Subsystems/DeployAdministerQSE/Content/Sense_DeployA...