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

Macro folder with a server

Hello All,

I am new to QlikView and am trying to develop some script. I would greatly appreciate any help!

My problem is this:  I want to Set locations for the QlikView data so it's easy to change

SET QVFOLDER = C:\Documents and Settings\off_my_desktop\;

I want to put it on a server using my Y drive.

I tried:

SET QVFOLDER= Y:\\Server_name\file_1\file_2\;

but it didn't work.

How should I label the QVFOLDER so it will put the files from the server instead of from my desktop?

Thank you for the help.

--SHapeman

1 Solution

Accepted Solutions
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

     Use IP Address instead of Server Name.

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!

View solution in original post

5 Replies
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

     Use only ..\\Server_Name\File1

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!
Not applicable
Author

Mr. Solanki,

Thank you for replying. I still received an error (below)

"The network name cannot be found."

Could you please advise me further?

Thank you,

SHapeman

kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

     Use IP Address instead of Server Name.

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!
jerrysvensson
Partner - Specialist II
Partner - Specialist II

Hi

Can you give som more information?

Are using the folder in a macro where you export files to?

Does it work in developer but not client side, ie Plugin or Ajax.

Not applicable
Author

It ended up being a permissions issue. Solved now. Thanks all!