dbTalk Databases Forums  

SkipFetch results committed by another Transformation in same task

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


Discuss SkipFetch results committed by another Transformation in same task in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
dan_steel1@hotmail.com
 
Posts: n/a

Default SkipFetch results committed by another Transformation in same task - 10-21-2004 , 05:26 AM






Has anyone come across this problem?

I have been using SkipFetch to split up comma separated values in the
source field to create multiple rows in the destination.

When I click 'Test' from within the script editor there's no problems
but when I run the task 'live' ie: with other transformations I get
errors to do with global variables not having been reset.

I managed to narrow it down to a DTSTransformStat_OK statement in
another transformation which seemed to be committing the previous
transformations inserts and effectively ignoring the hold I placed on
the record. A counter wasn't reset and so the code crashed on the next
iteration.

Is there a simple explanation for this? Is it the case that I shouldn't
use more than one ActiveX script in any one task ie: bundle all the
transformations together?

Thanks

Dan


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.