Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Question on Migrating files between servers

Is there a tool which can be implemented to move QVW & QVD files from one environment to another with managers approval.

Suppose I setup the souce folder and destination folder, it should ask my manager to aprove this move.

I read about Microsoft Team foundation server can be used for version control between multiple developers, Can this also be used for moving files from one environment to other?

Labels (1)
2 Replies
Not applicable
Author

Hi All,

Please let me know, how to manage moving files between servers.

shree909
Partner - Specialist II
Partner - Specialist II

u can use Execute command to move the files from source directory to the destionation directory based on the condition

EXECUTE

cmd.exe /c move  "SourceDirectoty"  "DestinationDirectory";