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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
nkosinde13
Creator
Creator

Storing data into a new text file

Good day

I'm trying to load data into a text file but I get the following error. What am I doing wrong? 

Any help will be highly appreciated.

Below is my statement for storing the data:

STORE Utilization into \\Directory\M\Matlotlo\AllLeads.txt(txt)

This is the error:

Cannot open file: '\\Directory\M\Matlotlo\AllLeads.txt'

   System error: Failed to open file in write mode for file: \\Directory\M\Matlotlo\AllLeads.txt

Thanks

Matlotlo

 

2 Solutions

Accepted Solutions
Anil_Babu_Samineni

Can you try to load any data from given path "\\Directory\M\Matlotlo\" and then see how it is generating? I am not seeing any Network path here. Can you ping that path from your node and see, If that is pinging?

Command:

ping \\Directory\M\Matlotlo\

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful

View solution in original post

nkosinde13
Creator
Creator
Author

Thank you Anil. I eventually managed to store into txt file , I think the problem was space in the drive I was storing into because I did put the full path name. I use the same drive to store my qvd's so I couldn't understand why I was now having an issue with Txt. 

View solution in original post

2 Replies
Anil_Babu_Samineni

Can you try to load any data from given path "\\Directory\M\Matlotlo\" and then see how it is generating? I am not seeing any Network path here. Can you ping that path from your node and see, If that is pinging?

Command:

ping \\Directory\M\Matlotlo\

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
nkosinde13
Creator
Creator
Author

Thank you Anil. I eventually managed to store into txt file , I think the problem was space in the drive I was storing into because I did put the full path name. I use the same drive to store my qvd's so I couldn't understand why I was now having an issue with Txt.