Customer Portal

Problem while reading file from remote FTP location

Comments 4

  • Avatar
    dpavlis
    0
    Comment actions Permalink
    Your URL seems correct to me, not sure what is the problem. I have forwarded this to Clover's support team ( support@opensys.com ).

    Anyway, any reader/component which contains fileURL attribute should be able to read data through any of the supported protocols:
    • ftp
    • sftp
    • http
    • https


    Therefore XMLExtract should be able to read data (XML) through FTP protocol.
  • Avatar
    avackova
    0
    Comment actions Permalink
    Hello,
    this exception suggests that the file really doesn't exist. Please check the file existence and the path one more time.
    And what CloverETL version do you use?
    Can you show the definition of your reader node?
  • Avatar
    pgargdd
    0
    Comment actions Permalink
    Hi Agata,

    File exists at the given FTP location and I am using clover 2.7.2 java api.
    Using the Universal Data Reader node, I am able to read file using file and http protocol but it is not working in case of FTP.

    Thanks
    Pushpendra
  • Avatar
    avackova
    0
    Comment actions Permalink
    I can't reproduce the problem. Reading by ftp works properly in 2.7 as well as in 2.8 version. Try to connect to ftp server from command line and check if file really exist.

Please sign in to leave a comment.