Wrox Programmer Forums
Go Back   Wrox Programmer Forums > SQL Server > SQL Server DTS
|
SQL Server DTS Discussion specific to Data Transformation Service with SQL Server. General SQL Server discussions should use the general SQL Server forum. Readers of the book Professional SQL Server 2000 DTS with questions specific to that book should post in that book forum.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the SQL Server DTS section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old June 23rd, 2004, 11:25 AM
Registered User
 
Join Date: Jun 2004
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default Error description from DDQ OnInsertFailure

Hello!
I have scanned my DTS book and several sites and have not been able to find this. I am logging the insert or transform errors in SqlServer, but cannot figure out how to access the specific error message (the one that comes up in the text log file) like "..insert of x column failed because of NULL .. ".

The closest was an Error Code from the DTSTransformPhaseInfo object, but I have no idea what error description this correlates to or even if it is the same error. I am sure this can be accessed from *somewhere*, since after all, it is being written to the exception file.

(I had to go through this exercise to begin with because I need to continue processing subsequent rows if I encounter an error as well as save details on the error rows. SqlServer replaces rather than appends information in the .Dest and .Source tables that capture row details (when the package is re-executed). Secondly, it appears that only DTSTransformStat_OK continues further processing BUT this does not write details to the exception file.)

Any help will be much appreciated!
Aarti





Similar Threads
Thread Thread Starter Forum Replies Last Post
description != '' equivalent XMLUser XSLT 3 March 1st, 2008 12:58 PM
to get description of table MunishBhatia SQL Server 2000 2 December 5th, 2006 01:26 PM
DDQ Update Only timsweet SQL Server DTS 1 July 21st, 2005 10:14 AM
Problem with the ddq task.... HELLLPP!!! lucinda SQL Server 2000 0 July 14th, 2003 07:09 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.