- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-10-2019 03:14 PM
Hello
We are looking forward to retrieve the CSV file from a server and push it on a custom table. However, when I tried to fetch the data based on given credentials via datasource. Retrieval method is SFTP but there was an error stating that
com.glide.db.impex.datasource.DataSourceException: java.io.IOException: SSH authentication failed, DNS cannot resolve host \\xxxxxxxxxxx to an IP address while opening an SSH TCP connection
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-10-2019 03:37 PM
Hi Ya,
Your data source should be set-up like the following:
You'll need to know the server name as well as the file path in order to create the connection. File path should not have a forward slash at the start i.e. svmtAdirec01/Adirec$.csv
Hope this makes sense.
Brent
P.S. If my suggestion helped then please mark as helpful and/or correct so other community members can benefit from this information.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-10-2019 04:02 PM
Can you send me a screenshot of your data source configuration?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-10-2019 04:07 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-11-2019 11:38 AM
Hi Brent,
Thanks for Helping me out!
You answer helped me but didn't resolved the issue yet.Therefore we are no more using SFTP server.
Do you know any alternative solution to fetch the records from Server "\\svmtAdirec01\Adirec$.csv" (My computer C - drive).
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-10-2019 04:30 PM
Hi Ya,
Can you please retest with the following changes:
- Server - make sure this is the fully qualified domain name - example.acme.com
- File Path - Replace your file path with the following (exactly, including forward slash) - hsvmpsoft/psoft$.csv
- User Name - Remove the "hs\" prefix, should just be the user name itself - pcexample
Connection URL should look something like the following:
sftp://pcexample:${scp_password}@example.acme.com/hsvmpsoft/psoft$.csv
Retest with these changes and let me know how you get along.
Brent
P.S. If my suggestion helped then please mark as helpful and/or correct so other community members can benefit from this information.