Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
abhaysingh
Specialist II
Specialist II

Application Move from Dev Server to Production Server

Hi All,

I have one scenario in which i have to move qliksense Development Application to Production Server.

Like Qlikview with the help of publisher can we move Devlopment app to production Server ?

If yes than how?

7 Replies
Not applicable

Do you mean from QlikSense desktop to production server?

If yes, then via QMC provided you have access/rights to upload and publish an app.

abhaysingh
Specialist II
Specialist II
Author

Let say i m developing Qliksense app on development server and published at development server as well,

but for live users i want to publish it on other server say production server.

so how i can do this activity?

Not applicable

See if you can connect to your QlikSense App folder on dev server from your Prod server. Then using QMC upload the app to PROD server.

abhaysingh
Specialist II
Specialist II
Author

how i will automate this process?

Not applicable

Is this an repetitive activity?

Im not sure how to automate this process. Uploading vis QMC is an manual process and would require rights to do.

Levi_Turner
Employee
Employee

The manual process is:

  • QS Dev > QMC > Apps > Export, QS Prod > QMC > Apps > Import
  • Keep in mind that exporting an app does not include the data connections, embedded images, or the community sheets

In terms of automation, you can always do this with the export export and import API calls. There will be a non-trivial amount of development work required here to write up the scripts to do this though.

vajid4525
Contributor II
Contributor II

Hi,

Using rest API can we export the app to any other folder rather than the temp folder?

Thank you