06-28-2022 09:08 AM
Hi All,
I am trying to access a data set which is present in mainframe…the dataset name looks like this : ‘PSSP.CUS.INBND.CUSTOMER’ .
When I try to access same dataset/file through filezilla…i am able to access…
But when am trying from file reader/directory browser by giving path as ftp://host/‘PSSP.CUS.INBND.CUSTOMER’ … Snap sends out error and it says path doesn’t not exist…
Could you please help us if there is any specific format to give dataset name in file reader.
07-11-2022 07:37 AM
Te dataset starts with single quote and ends with single quote.
I tried with quotes , without quotes , and also the way u have given …but it is not showing any result.
07-11-2022 08:50 AM
Do you have access to the ftp using filezilla or any other third party app? If so, you can right click and copy url path to file. Send the url or just the filename here, while wraping it in `. Additionally send a screenshot of the file.
07-11-2022 11:23 PM
yes. URL → ftp://host/'TSSP.CUS.BFO.INBND.CUSTOMER'
I copied and pasted same url in file* filereader snap but it doesnt give any output.
07-11-2022 11:29 PM
Well, as I can see, the TSSP.CUS.BFO.INBND.CUSTOMER
Is not a filename, but folder structure path. Per my opinion the dots should be changed to slashes.
TSSP/CUS/BFO/INBND/CUSTOMER
07-12-2022 12:25 AM
Didnt work