Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
sanal_ELM
Partner - Contributor III
Partner - Contributor III

Need to fetch the Qvd from server location through Qlik view application

Hi Team,

How to fetch the qvd from different server location through the Qlik view application.

My application resides on this Server:172.31.229.229

My qvd resides on this Server:172.31.229.228

Here I am giving my script below for your reference.It showing this error"Can not open file '\\172.31.229.228\ D\Development Main\5.Qvd\QlikMart.qvd' The Network Can not be found. " while running the script below.

 

Load

Service_count,

Hour,

Month,

...

From [\\172.31.229.228\ D\Development Main\5.Qvd\QlikMart.qvd](qvd);

Regards,

Sanal

Labels (3)
1 Solution

Accepted Solutions
sanal_ELM
Partner - Contributor III
Partner - Contributor III
Author

Hi All,

The issue got resolved,I have created the shared drive and fetched the qvds from there.

Regards,

Sanal

View solution in original post

3 Replies
marcus_sommer

Either the path isn't valid (for example there is a space before the drive ... / D/...) or this path isn't available from your other server and/or your user hasn't the proper access rights. What happens if tries to create this load-statement again with the wizard?

- Marcus

markovalexsey
Contributor III
Contributor III

may be try "D$":
From [\\172.31.229.228\ D$\Development Main\5.Qvd\QlikMart.qvd]
and you must be admin on server, or access on share resourse "\Development Main\5.Qvd\"
sanal_ELM
Partner - Contributor III
Partner - Contributor III
Author

Hi All,

The issue got resolved,I have created the shared drive and fetched the qvds from there.

Regards,

Sanal