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

Source deployment steps into DEV server to PROD server in real time.

Hi QV Experts,

I have required help from your face ,

Please help me deployment methods step by step,

For Ex,

I have developed QVW document in development server, Now I want move all sources from Development server to testing server or production server.

In generally what are steps to be followed in real time?.

  1. When you are moved documents only like QVW documents,QVD fills or (all XML files like AllProperties,DocBinary,DocInternals,DocProperties,LoadScript,Module,QlikViewProject,SH01,TopLayout)
  2. Have you using any third party tools move source into production server or directly copy paste into DEV to PROD.
  3. What happened old QVW file in production server, that QVW document having data For Ex, 4 yrs data?
  4. How load data new document (changing document from DEV environment) in real time.

Regards,

Raja

13 Replies
salto
Specialist II
Specialist II

Hi Raja,

I do have two folders in the same server, one of them for developing purposes and the other one has the published QlikView documents. Apart from the QV docuements, there are some folders that hold idifferent files (qvs files, xls files...) with exactly the same folder structure.

What I do is set a realtive path in the Qlik documents when it comes to read a qvs or xls file. This way, I only need to copy the QVW file from the DEV folder to to the real folder, and then reload.

It is useful to reload the DEV QVW file before putting it in real folder, this way you ensure you have the latest information without the need to wait for next reload.

Hope this helps!

Miguel_Angel_Baeyens

Hi,

The best you can do is to use the QlikView Deployment Framework. Sign up to the QDF group, then download the documentation and software.

Generally, none of those steps should be taken real time, rather than from DEV to PRE, then after being thoroughly tested, from PRE to PRO, and then tested again.

1.- I'd only move the QVW files, reload them according to the tasks imported or created in PRO, and let this QVW create fresh new QVD files.

2.- In regards to tools, the QlikView Deployment Framework as mentioned above.

3.- Do you mean you want to append two QVW files? Why don't you move the historic QVW to PRO as well?

4.- You will need to either create the tasks as they are in the DEV server or using the Remote Management Services within the QMC in the PRO server and connect to the DEV server to import tasks.

Miguel

Not applicable
Author

Hi Salto,

Very much help your answer,

Please help me,

In Development server I have one QVW document (Cust_Sal_Det.qvw) and in this file empty data file. But production server have same QVW document and have data (For Ex 3yrs data..). Now I move empty file into PROD to DEV server, what happened production server QVW document data. How to move data old file to new file .Now I am creating relative path in the QlikView document, data and new changes(for ex, enhancements changes like chart properties)  are automatically it will update?.

Regards,

Raja.

salto
Specialist II
Specialist II

Hi Raja,

     if you move the empty file from DEV to PROD, the PROD file will be empty and will not be populated with data until next successful scheduled reload. That ir why I usuarlly reload the DEV files before moving them to PROD. Then I move them.

     All changes in the DEV document will be updated in PROD... becuase you are copying the file from DEV to PROD; aren't you?

Cheers.

Not applicable
Author

Hi Miguel Angel Baeyens,

Thanks for your help and valuable time for me,

Please help me,

3- Do you mean you want to append two QVW files? Why don't you move the historic QVW to PRO as well?.

        Yes- I want append two files.

         a. I want append the new changes (enhancements).

         b. But my Dev server file I am cleaned and this completely empty(no data).

         c. You move only QVW document or (all XML files like AllProperties,DocBinary,DocInternals,DocProperties,LoadScript,Module,QlikViewProject,SH01,TopLayout,QVD).


Regards,

Raja.

Not applicable
Author

Ho Salto,

Thanks for your help and valuable time for me,

Please help me,

In DEV server only limited data and some values are null, missing.


Regards,

Raja.

Not applicable
Author

Hi,

Please bestow me one example, QlikView Production Server folder structure ( for ex, c:\Users\UserName\Appdata\BFSI\QlikTec\Customer_Det\Customer_dt.qvw).

Regards,

Raja

Miguel_Angel_Baeyens

Hi,

The way to merge two files, unless you have been using some kind of source control, namely TFS, is copying and pasting from one file to the other, so the QVW that will go into PRO will have all objects both new and old.

Moving the XML files will not help unless as mentioned you have been using TFS.

Miguel

salto
Specialist II
Specialist II

Hi,

Is it possible in your case to reload the data in the DEV document?

Regards