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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Is there any way we can create a qvw which copy and paste access database automatically from local pc into server?


Hi,

Is there any way we can create a qvw which copy and paste access database automatically from local pc into server?

Please can anyone suggest me.

Thanks in advance.

5 Replies
ashfaq_haseeb
Champion III
Champion III

Hi,

Not Naively Supported by Qlik.

You have to look at some Macros.

You can do the same with task scheduler.

Regards

ASHFAQ

Not applicable
Author

Thanks. will task scheduler work to copy and paste database from local pc to server?

ashfaq_haseeb
Champion III
Champion III

Yes

Regards

ASHFAQ

Not applicable
Author

Thanks. any example please

I have to copy the database from local pc 34.098.21(ip address) to 45.098.1 server(ip address)

ashfaq_haseeb
Champion III
Champion III

HI,

Google is best source.

Code is

XCOPY C:\Temp C:\Temp2 /S

Have a look at the attached links.

Regards

ASHFAQ