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

how to copy application

Hi all,

I have a requirement where i need to copy application in production environment and i have to paste it in developement environment

Thanks

7 Replies
Roop
Specialist
Specialist

I am not sure why you would want to do this as the production data would also get copied to the develoment environment and there should be a copy of your code elsewhere. Has the original code source been lost?

You can just copy the application (assuming that you have access to the production drives etc.)

maxgro
MVP
MVP

if you have access to both environment it's just a copy and paste

if not could you add some dtail to your question?

Anonymous
Not applicable
Author

Not sure bout your requirement, but if your purpose is to do an automatic copy ao your app, use the Execute command. Look at this http://community.qlik.com/message/409845#409845

Marc.

Anonymous
Not applicable
Author

can we use the binary load to copy the application

Anonymous
Not applicable
Author

I assume it is a question. Binary load will load your data model, but not your layout. If you want a copy of your app better use cmd call.

Marc.

Anonymous
Not applicable
Author

please provide me the sample

Thanks

Peter_Cammaert
Partner - Champion III
Partner - Champion III

Create a QVW and in the LOAD script, enter just this:

EXECUTE CMD.EXE /C COPY FileSource.QVW FileTarget.QVW;

Change the source and target names into a valid UNC paths if your files are located on different machines.