Data Pump Exception Log not very helpful -
04-13-2006
, 07:41 PM
I would like some suggestions on getting better output in a DTS Data
Pump Exception Log. I've tweaked the
DataPumpTask2.ExceptionFileOptions with varous DTSExceptionFileOptions
values but I still get in my log only one "Step Name:" and a whole
bunch of pairs of "Execution Started:" and "Execution Completed:" but
they don't say what the CustomTask was.
After the package Execute I am looking at the DTS.Package
Steps(xxx).ExecutionResult for DTSStepExecResult_Failure and putting
the data in my own log but since I've got this DTS Data Pump Exception
Log going when the DTS package runs, I would like to get more use out
of it or perhaps I should just drop it entirely. |