dbTalk Databases Forums  

Packaging DTS Components with .NET Application

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


Discuss Packaging DTS Components with .NET Application in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
John Wildes
 
Posts: n/a

Default Packaging DTS Components with .NET Application - 05-18-2005 , 04:14 PM






Hello all

I have a small app that does some file exporting from an SQL server. On
this SQL server a DTS package is run to draw in data from a dBase
datasource. In the application I have written a routine that will run
the DTS package on the server and report success or failure, the
application runs fine on the server or on a workstation where SQL 2000
client tools are installed. I would like to install this application on
a workstation where SQL client tools are not installed. How do I go
about packaging the mssqldts.dll i believe so that the references /
components are available on the workstation? Does that make sense?
Please help

john

Reply With Quote
  #2  
Old   
Helge C. Rutz
 
Posts: n/a

Default Re: Packaging DTS Components with .NET Application - 05-18-2005 , 04:40 PM






Hi John,

John Wildes wrote:
Quote:
Hello all

I have a small app that does some file exporting from an SQL server. On this SQL server a DTS package is run to draw in data from
a dBase
datasource. In the application I have written a routine that will run
the DTS package on the server and report success or failure, the
application runs fine on the server or on a workstation where SQL 2000
client tools are installed. I would like to install this application
on a workstation where SQL client tools are not installed. How do I
go about packaging the mssqldts.dll i believe so that the references /
components are available on the workstation? Does that make sense?
look on the SQL Server CD. There is a redist.txt file describing which files you are allowed to redistribute, which you need for
which SQL Server Component, and which components must be registered.
Also look here http://www.sqldts.com/default.aspx?225

HTH
Helge



Reply With Quote
  #3  
Old   
Bart
 
Posts: n/a

Default Re: Packaging DTS Components with .NET Application - 05-19-2005 , 12:35 PM



Take a look at http://www.sqldev.net/download/dts/DotNETCookBook.pdf

If you create the file Microsoft.sqlServer.DTSPkg80.dll based on that
document, thats the only file you need to include in the .NET package.

Bart

On Wed, 18 May 2005 16:14:55 -0500, John Wildes <jwildes (AT) gmail (DOT) com>
wrote:

Quote:
Hello all

I have a small app that does some file exporting from an SQL server. On
this SQL server a DTS package is run to draw in data from a dBase
datasource. In the application I have written a routine that will run
the DTS package on the server and report success or failure, the
application runs fine on the server or on a workstation where SQL 2000
client tools are installed. I would like to install this application on
a workstation where SQL client tools are not installed. How do I go
about packaging the mssqldts.dll i believe so that the references /
components are available on the workstation? Does that make sense?
Please help

john


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

Default Re: Packaging DTS Components with .NET Application - 05-19-2005 , 01:53 PM



In message <5gjp8193c1snki52st8firh3ajuei37khg (AT) 4ax (DOT) com>, Bart
<?@?.?.invalid> writes
Quote:
Take a look at http://www.sqldev.net/download/dts/DotNETCookBook.pdf

If you create the file Microsoft.sqlServer.DTSPkg80.dll based on that
document, thats the only file you need to include in the .NET package.


No, you will still need all of the other DTS DLLs listed in Redist.txt.
All that does is give you a RCW that allows you to call the DTS COM Dlls
from .Net, which has probably already been done by adding a reference in
the project. This is probably a better way, but you still need both.

--
Darren Green (SQL Server MVP)
DTS - http://www.sqldts.com

PASS - the definitive, global community for SQL Server professionals
http://www.sqlpass.org



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.