FTP DTS Package will run from SQL Server but not from VB.NET -
01-09-2004
, 12:16 PM
Hi there
I have created one FTP task which copy one Database's files and paste them in to other server
Both Servers are in different machines. I can run this task in SQL Server and it work fine but when i try to run same package through VB.NET application it run but donot copy the files
objDTS.LoadFromSQLServer(Server,user,Pass,default, PackageName
what am i doing wrong, other packages from VB.NET are running fine but only this FTPPackage is not working properly
Please give me any suggestion
Abid Malik |