dbTalk Databases Forums  

DTS package log question

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


Discuss DTS package log question in the microsoft.public.sqlserver.dts forum.



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

Default DTS package log question - 02-24-2005 , 08:43 AM






I have a DTS package that is doing some unexpected things.
I know the log shows which steps in the package were executed.
Is there any way to track more detailed information like what the Global
variables are at each step or what lines of code are executed
in an ActiveX script.

Terry



Reply With Quote
  #2  
Old   
Allan Mitchell
 
Posts: n/a

Default Re: DTS package log question - 02-24-2005 , 01:56 PM






Short answer - nope

Long answer

For Global Variables in a package you can query the package in code.
For which lines were hit in AX code. You would have to have a lookup
perhaps that write to a table but that is probably not what you want so
I guess the answer is no.

Sorry



"Terry" <terry (AT) xxx (DOT) com> wrote

Quote:
I have a DTS package that is doing some unexpected things.
I know the log shows which steps in the package were executed.
Is there any way to track more detailed information like what the Global
variables are at each step or what lines of code are executed
in an ActiveX script.

Terry


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.