Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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\
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.
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\
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.