Login  
Search All Forums
Dart Home | Custom Development Reply | General Questions Topics | Forums   
AuthorForum: General Questions
Topic: The requested name is valid, but no data of the requested type was found
bsardak

From: Cambridge, MA USA
Posts: 8
Member Since: 03/11/11
posted March 11, 2011 11:32 AM

Why I am getting this error:
The requested name is valid, but no data of the requested type was found
My code looks like this:

 With ftpExport
 .Server=DestinationFolderOnServer      
.Username = SFTPExportUsername
.Password = SFTPExportPassword
 End With
 Dim FileToStore As String = SourceFilePathWithFileName

 Dim file As Dart.PowerTCP.Ftp.FtpFile

    Try
       file = ftpExport.Put(FileToStore, New System.IO.FileInfo(FileToStore).Name)
    Catch ex As Exception

    End Try
Nick B (Admin)

From: Utica, NY USA
Posts: 619
Member Since: 05/25/10

Extra Support Options
Custom Application Development

posted March 11, 2011 1:54 PM

Hello,

This message indicates that there is an entry in your dns server for the requested hostname, but there is no ip address listed for it.
bsardak

From: Cambridge, MA USA
Posts: 8
Member Since: 03/11/11
posted March 14, 2011 8:09 AM

I am no familiar with server set up. Could you explain what needs to be done?
Nick B (Admin)

From: Utica, NY USA
Posts: 619
Member Since: 05/25/10

Extra Support Options
Custom Application Development

posted March 14, 2011 8:49 AM

Hello,

I'm afraid we can only offer support for our products.

As a workaround, one thing you could do is try to connect to your server by IP address, rather than by hostname.
Reply | General Questions Topics | Forums   
This site is powered by PowerTCP WebServer Tool PowerTCP WebServer for ActiveX