dbTalk Databases Forums  

Upload the file using FTPTask

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss Upload the file using FTPTask in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Yunus's Group
 
Posts: n/a

Default Upload the file using FTPTask - 08-04-2005 , 11:14 AM






Hello,

Does anyone has the example for uploading the file to a different
server from the server where the DTS process runs using FTPTask.

I have done downloading the file to the server where DTS runs. I need
the example for uploading.

Thanks.


Reply With Quote
  #2  
Old   
Peter A. Schott
 
Posts: n/a

Default Re: Upload the file using FTPTask - 08-04-2005 , 03:07 PM






Look into the custom DTS Task from www.sqldts.com to upload files. Easier to
use if the file names are always the same, but still doable.

-Pete

"Yunus's Group" <yunusasmath (AT) gmail (DOT) com> wrote:

Quote:
Hello,

Does anyone has the example for uploading the file to a different
server from the server where the DTS process runs using FTPTask.

I have done downloading the file to the server where DTS runs. I need
the example for uploading.

Thanks.


Reply With Quote
  #3  
Old   
Yunus's Group
 
Posts: n/a

Default Re: Upload the file using FTPTask - 08-04-2005 , 03:42 PM



Thanks for your reply.

I did look check the article on "Custom DTS Task". When I tried running
the package. I got an error.

Task "DTSTask_SQLDTSFTPTask.xxxxCustomTask1" not found.

Also, when I tried some of the properties that are mentioned in the
article, for example: "Direction" property, I got an error.

Property "Direction" not found.

Have you done anything of this sort?

Thanks in advance.


Reply With Quote
  #4  
Old   
Darren Green
 
Posts: n/a

Default Re: Upload the file using FTPTask - 08-05-2005 , 07:51 AM



You need to install the SQLDTS FTP Task.
Any code sample that references a task by name, will need verifying to
ensure your task name matches.


--
Darren Green
http://www.sqldts.com
http://www.sqlis.com

"Yunus's Group" <yunusasmath (AT) gmail (DOT) com> wrote

Quote:
Thanks for your reply.

I did look check the article on "Custom DTS Task". When I tried running
the package. I got an error.

Task "DTSTask_SQLDTSFTPTask.xxxxCustomTask1" not found.

Also, when I tried some of the properties that are mentioned in the
article, for example: "Direction" property, I got an error.

Property "Direction" not found.

Have you done anything of this sort?

Thanks in advance.




Reply With Quote
  #5  
Old   
Peter A. Schott
 
Posts: n/a

Default Re: Upload the file using FTPTask - 08-15-2005 , 12:42 PM



Along those lines, you'll need to install it on any machine that may need to
design that package as well as those that will run it. Had problems in the
past when we added this custom task to a couple of jobs and people couldn't
open them anymore.

-Pete

"Darren Green" <darren.green (AT) reply-to-newsgroup-sqldts (DOT) com> wrote:

Quote:
You need to install the SQLDTS FTP Task.
Any code sample that references a task by name, will need verifying to
ensure your task name matches.


Reply With Quote
  #6  
Old   
Yunus's Group
 
Posts: n/a

Default Re: Upload the file using FTPTask - 08-16-2005 , 05:34 PM



Thanks Pete. That was helpful.


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.