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

Reloading from Management Console

I have been working in QV (rather than the management console) in order to create the loading of source data into QVDs etc....

I am trying to reload the source data via the Management console, which isn't currently working because the scripting is looking at a filepath:

I am assuming that this is because the Management console doesn't recognise the "Y", as this is local to the laptop.

How do I change this to allow the Management console to reload the scripts?

Thank you

1 Solution

Accepted Solutions
swuehl
MVP
MVP

Replace the Y: with \\Server\SharedFolder

or replicate the local drive mapping on your server.

[in above sample, you'll need to replace Server and SharedFolder with your appropriate Server name and shared folder name of course]

View solution in original post

2 Replies
swuehl
MVP
MVP

Replace the Y: with \\Server\SharedFolder

or replicate the local drive mapping on your server.

[in above sample, you'll need to replace Server and SharedFolder with your appropriate Server name and shared folder name of course]

Miguel_Angel_Baeyens

Hi,

You will have to set UNC paths instead, meaning

\\SERVER\SharedFolder\Folder

Note that this shared folder must be available for the account running the QlikView Services (you can check the Windows Services Console), which is likely to be different than your own account of development.

Hope that helps.

Miguel