Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
6.9k views
in .NET FTP by
I am relatively new to C# and using the edt library. So far it has worked great. Everything compiles great, but after I install the application and schedule it to run via a DTS package in SQL, it gives me an error message.

Is there something that needs to be done that I am missing for installing the .Net application using the edtftpnet-1.1.5.dll library. I feel that it is something small, but I am out of ideas. Any help would be appreciated.

4 Answers

0 votes
by
I am relatively new to C# and using the edt library. So far it has worked great. Everything compiles great, but after I install the application and schedule it to run via a DTS package in SQL, it gives me an error message.

Is there something that needs to be done that I am missing for installing the .Net application using the edtftpnet-1.1.5.dll library. I feel that it is something small, but I am out of ideas. The installation is on Windows 2000 Advanced Server with the .Net 1.1 framework. Any help would be appreciated.
0 votes
by (51.6k points)
I am relatively new to C# and using the edt library. So far it has worked great. Everything compiles great, but after I install the application and schedule it to run via a DTS package in SQL, it gives me an error message.

Is there something that needs to be done that I am missing for installing the .Net application using the edtftpnet-1.1.5.dll library. I feel that it is something small, but I am out of ideas. Any help would be appreciated.


Could you please tell us what sort of error you're getting. edtFTPnet can produce a log file (see Developer's Guide). It would be useful if you include the part of the log that shows the error.

Also, please tell us a bit more about how you're using edtFTPnet from DTS.

- Hans (EDT Support)
0 votes
by
Sorry for the dump here, but this is exactly what my SQL Error status gives me. Upon dumping the EDT debug info, it is character by character the same, so I only included it once. I do not really get anything else. Do you have to register the DLL? I tried to do so and got that the dll was loaded but the DllRegisterServer entry point was not found. I appreciate the help. If I can get this working, then I will be doing more work with it soon. Sincerely, Donny

*********Logger Output File*******
INFO [ftplogic.ftpfile] 21 Feb 2005 12:53:26.420 : Connecting
DEBUG [EnterpriseDT.Net.Ftp.FTPClient] 21 Feb 2005 12:53:26.873 :
Connecting to 172.16.1.127:21
DEBUG [ftplogic.ftpfile] 21 Feb 2005 12:53:27.967 : at System.Net.Sockets.Socket.Connect(EndPoint remoteEP)
at EnterpriseDT.Net.StandardSocket.Connect(EndPoint remoteEP)
at EnterpriseDT.Net.Ftp.FTPControlSocket.ConnectSocket(BaseSocket socket, IPAddress address, Int32 port)
at EnterpriseDT.Net.Ftp.FTPControlSocket.Initialize(BaseSocket sock, IPAddress remoteHost, Int32 controlPort, Int32 timeout)
at EnterpriseDT.Net.Ftp.FTPControlSocket..ctor(IPAddress remoteHost, Int32 controlPort, Int32 timeout)
at EnterpriseDT.Net.Ftp.FTPClient.Connect(IPAddress remoteAddr, Int32 controlPort, Int32 timeout)
at EnterpriseDT.Net.Ftp.FTPClient..ctor(IPAddress remoteAddr, Int32 controlPort, Int32 timeout)
at EnterpriseDT.Net.Ftp.FTPClient..ctor(String remoteHost)
at ftplogic.ftpfile.DoIt(String host, String user, String password, Strin
*******Logger Output File*********
0 votes
by
I just wanted to let you know that I was able to resolve my problem. The logger for whatever reason was truncating my data. I either did not do something correctly or the message exceed some maximum length. I created my own log file and was able to get the message and fix my problem. The key there is my problem not EDT. I appreciate you help and attention anyway. I would like to know if there is a problem with the logger class or if I was doing something incorrectly.

Thanks again,
Donny

Categories

...