[font="Comic Sans MS"]
Here is an 'always fail' is a custom script component - you can use. Simply create a script task and add the following line:
Imports System
Imports System.Data
Imports System.Math
Imports Microsoft.SqlServer.Dts.Runtime
Public Sub Main()
'
' Add your code here
'
Dts.TaskResult = Dts.Results.Failure
End Sub
End Class
You can also use Dts.Events.FireError to throw appropriate message ..
[/font]
[font="Comic Sans MS"]--
Sabya[/font]