dbTalk Databases Forums  

dts reverse engineer

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


Discuss dts reverse engineer in the microsoft.public.sqlserver.dts forum.



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

Default dts reverse engineer - 05-24-2004 , 04:36 AM






hi, I have to take over on a 500 dts project....and I'm tryng to understand in wich way I can easily document this "monster". one idea is to use visio reverse engineer via oledb for dts (DTSPackageDSO) but, even if the data source is ok, nothing works...colud anybody help me even suggesting thirdy parts software

thanks in advanc
lavez

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

Default Re: dts reverse engineer - 05-24-2004 , 08:30 AM






DTSPackageDSO is a provider that allows you to expose a package data pump as
a consumable data source from outside. It is not about exposing the package
meta-data.

There is no off the shelf product I'm afraid. Best bet would be to look at
the old ScriptPkg utility that shipped with SQL 7.0. This produced VB code
from a package. The important bit is that it will show you how to write code
that enumerates objects, and using this method you should be able to write a
documenter.

The basics is just about loading a package and enumerating any collection
you can find. The object model is documented in Books Online, so from there
you can see the main three collections are tasks, steps and connections.


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

"lavez" <lavez (AT) msn (DOT) com> wrote

Quote:
hi, I have to take over on a 500 dts project....and I'm tryng to
understand in wich way I can easily document this "monster". one idea is to
use visio reverse engineer via oledb for dts (DTSPackageDSO) but, even if
the data source is ok, nothing works...colud anybody help me even suggesting
thirdy parts software?
Quote:
thanks in advance
lavez



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

Default Re: dts reverse engineer - 05-24-2004 , 05:21 PM



thank you very much, Darren; I will try in this way; the thing that "sound" very strange to me is that appereantly nobody else have this kind of problem..


----- Darren Green wrote: ----

DTSPackageDSO is a provider that allows you to expose a package data pump a
a consumable data source from outside. It is not about exposing the packag
meta-data

There is no off the shelf product I'm afraid. Best bet would be to look a
the old ScriptPkg utility that shipped with SQL 7.0. This produced VB cod
from a package. The important bit is that it will show you how to write cod
that enumerates objects, and using this method you should be able to write
documenter

The basics is just about loading a package and enumerating any collectio
you can find. The object model is documented in Books Online, so from ther
you can see the main three collections are tasks, steps and connections


--
Darren Gree
http://www.sqldts.co

"lavez" <lavez (AT) msn (DOT) com> wrote in messag
news84FABE4-30DF-40D5-B406-2ED00DB05EA2 (AT) microsoft (DOT) com..
Quote:
hi, I have to take over on a 500 dts project....and I'm tryng t
understand in wich way I can easily document this "monster". one idea is t
use visio reverse engineer via oledb for dts (DTSPackageDSO) but, even i
the data source is ok, nothing works...colud anybody help me even suggestin
thirdy parts software
Quote:
thanks in advanc
lave




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

Default Re: dts reverse engineer - 05-25-2004 , 01:29 AM



It has been asked several times before, but nobody has ever produced
anything publicly available. There was a product that produced an XML
representation, which could then be used with XSL to document a package, as
suggested in their own description, but that company is no more.

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

"lavez" <lavez (AT) msn (DOT) com> wrote

Quote:
thank you very much, Darren; I will try in this way; the thing that
"sound" very strange to me is that appereantly nobody else have this kind of
problem...
Quote:

----- Darren Green wrote: -----

DTSPackageDSO is a provider that allows you to expose a package data
pump as
a consumable data source from outside. It is not about exposing the
package
meta-data.

There is no off the shelf product I'm afraid. Best bet would be to
look at
the old ScriptPkg utility that shipped with SQL 7.0. This produced VB
code
from a package. The important bit is that it will show you how to
write code
that enumerates objects, and using this method you should be able to
write a
documenter.

The basics is just about loading a package and enumerating any
collection
you can find. The object model is documented in Books Online, so from
there
you can see the main three collections are tasks, steps and
connections.


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

"lavez" <lavez (AT) msn (DOT) com> wrote in message
news84FABE4-30DF-40D5-B406-2ED00DB05EA2 (AT) microsoft (DOT) com...
hi, I have to take over on a 500 dts project....and I'm tryng to
understand in wich way I can easily document this "monster". one idea
is to
use visio reverse engineer via oledb for dts (DTSPackageDSO) but,
even if
the data source is ok, nothing works...colud anybody help me even
suggesting
thirdy parts software?
thanks in advance
lavez






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.