Quantcast
Channel: SSIS: Custom Logging Using Event Handlers
Viewing all articles
Browse latest Browse all 119

re: SSIS: Custom Logging Using Event Handlers

$
0
0

Hi Jamie,

I've got an issue concerning ErrorCode/ErrorDescription ...

For example when my package end with success the ErrorCode returned at the OnInformation event handler level is :

0x4001100B

1073811467

DTS_I_COMMITTINGTRANSACTION

Committing distributed transaction started by this container.

Instead of :

0x40013001

1073819649

DTS_MSG_PACKAGESUCCESS

Package "__" finished successfully.

And, it's always the same scenario, I don't get the real final message.

cf http://forums.microsoft.com/TechNet/ShowPost.aspx?PostID=2868942&SiteID=17&mode=1

Do you know why and how to get it ?

Thanks a lot. Your blog is such the an SSIS treasure.

Cheers,

Bertrandr


Viewing all articles
Browse latest Browse all 119

Trending Articles