all groups > sql server dts > june 2005 >
You're in the

sql server dts

group:

SSIS - How to use the old DTSStepScriptResult_DontExecuteTask?


Re: SSIS - How to use the old DTSStepScriptResult_DontExecuteTask? Jamie Thomson
6/30/2005 12:00:00 AM
sql server dts: Per,
Workflow constraints are the most analogous "thing" in SSIS. They are one of
the few things that bear some resemblance to DTS although they have the
added bonus of instead of being just Success|Failure|Completion you can also
evaluate expressions within them. So, within the workflow constraint you can
evaluate a variable and if the expression is true, the next task will
execute.

Much easier than in DTS believe me!

Regards
Jamie Thomson
An SSIS blog - http://blogs.conchango.com/jamiethomson/category/71.aspx


[quoted text, click to view]

SSIS - How to use the old DTSStepScriptResult_DontExecuteTask? Guruper
6/30/2005 2:44:39 PM
I'm just trying to get an overview of the new "DTS" of SQL Server 2005. I've
tried to convert an old DTS 2000 package to SSIS Package. The package simply
consist of a transformation from one file to another. The transformation has
a Workflow ActiveX script task which says
Main=DTSStepScriptResult_DontExecuteTask if a given package variable is
False. If the variable is true, then Main =
DTSStepScriptResult_ExecuteTask.

After converting the package to SQL Server 2005, this functionality seems to
be gone. The transformation is executed no matter what the value of the
variable is.

Any hints on how to execute tasks and transformations like this in SSIS?

Per :-)

Re: SSIS - How to use the old DTSStepScriptResult_DontExecuteTask? Allan Mitchell
6/30/2005 8:54:05 PM
Maybe this article will help

Introduction to Expressions on Workflow
(http://www.sqlis.com/default.aspx?306)

--



Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.SQLDTS.com - The site for all your DTS needs.
www.SQLIS.com - You thought DTS was good. here we show you the new stuff.
www.konesans.com - Consultancy from the people who know


[quoted text, click to view]

Re: SSIS - How to use the old DTSStepScriptResult_DontExecuteTask? Jamie Thomson
6/30/2005 10:50:14 PM
Did I forget to link to that? Dang...I did!! :)



[quoted text, click to view]

Re: SSIS - How to use the old DTSStepScriptResult_DontExecuteTask? Guruper
7/1/2005 12:00:00 AM
Thank you guys! This saved my day, 5 hrs b4 a crucial deadline and 8 hrs b4
going on a 4 week vacation :-)


[quoted text, click to view]

AddThis Social Bookmark Button