Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
TusharDev_Qlik
Creator II
Creator II

Reload Qliksense task from external Linux server

@Lisa_Sun 

we have a requirement where we are trying to connect to QlikSense enterprise windows environment from  linux server to trigger QMC task from that server externally. Please provide steps to authenticate and achieve this task if possible

6 Replies
Chernov
Creator
Creator

For example...

- install powershell on linux (https://docs.microsoft.com/en-us/powershell/scripting/install/installing-powershell-on-linux?view=po...

- connect to win-server using Enter-PSSession (https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/enter-pssession?view=po...)

- then you can run commands from console in remote server from linux, for example use qlik-cli (https://github.com/ahaydon/Qlik-Cli-Windows)

hakana
Employee
Employee

Chernov
Creator
Creator

Qlik-Cli (for linux) only for Qlik SaaS, not for windows-server

hakana
Employee
Employee

NO there is support for QSEoW as well 😀

qlik qrs -h
Qlik Sense Enterprise on Windows Repository Commands (Experimental)

Usage:
  qlik qrs [flags]
  qlik qrs [command]

Available Commands:
  app                           Manage apps
  appcontent                    Upload or remove content used in apps
  applicationlog                Get the log for a specific application
  appstatus                     Get migration status of an app
  binarydownload                Download binary
  cache                         Empty the cache in the Qlik Sense Repository Service (QRS)
  compositeevent                Manage composite event triggers for specific tasks e.g. reload
  compositeeventoperational     Get the status of a composite event
  compositeeventruleoperational Get the rule status of a composite event
  contentlibrary                Manage static content that can be used in e.g. Qlik Sense apps
  custom                        Manage custom resources
  custompropertydefinition      Manage custom properties that can be applied to a resource
  dataconnection                Manage data connections that enables selection and loading of data from different data sources
  download                      Download exported apps, reload tasks or SAML metadata
  executionresult               Get the execution result for a specific task
  executionsession              Get the status of a specific task during execution
  extension                     Manage extensions used for apps
  managementconsolelog          Get the log for the management console
  reloadtask                    Create reload tasks and corresponding triggers (events)
  reloadtaskoperational         Get the status of a reload task
  schemaevent                   Manage schema event triggers
  schemaeventoperational        Get the status of a schema event
  selection                     Manage selections that refer to a specific enitity type
  servicestatus                 Get status of the service
  staticcontent                 Get a list of the static content files in, for example, a content library.
  staticcontentreference        Get the mapping between the external path and the physical file in the repository for all static content
  staticcontentreferencebase    Get the mapping between the external path and the physical file in the repository for base static content
  stream                        Manage streams that are used for published apps
  tag                           Manage tags that can be applied to a resource
  task                          Manage tasks that can be executed by the Qlik Sense Scheduler
  taskoperational               Get status of a task
  user                          Manage resources owned by a specific user
  userdirectory                 Manage user directory connectors (UDCs)
TusharDev_Qlik
Creator II
Creator II
Author

any sample example to authenticate our QlikSense server to the external Linux server?

we do not looking to share our Qlik certificates to the external server due to security reasons. Please provide  alternative approach if any.