Is there a list of all the SSIS Error codes and what they
mean Ex. -1071607778 is an error code output when a
lookup task fails to find a match.
I haven't been able to find any information on the
different error codes. Is there a description file or
enumeration file that exists somewhere

SSIS error listing
Budoray
I have two databases A and B for the sake of discussion. A is a transactional database, and B is a dimensional design I am exploring. The A database contains a table with lots of constants. I populated a table in B from a subset of the constants as one of my dimensions.
Later when trying to populate a fact table, I needed to do a look up to go from meaningless Id in A to meaningless Id B. I was matching on a string that existed in both A and B.
If I ran without redirection, the error message is
[Lookup 1 [239]] Error: The "component "Lookup 1" (239)" failed because error code 0xC020901E occurred, and the error row disposition on "output "Lookup Output" (241)" specifies failure on error. An error occurred on the specified object of the specified component.
If I ran with redirection, error code was -1071607778.
Both should have been the same because I populated one from the other. Because the string existed in a table where many potential constants could be stored, the field size needed to be much larger. I shortened the field size in B, because I knew the content. However the look up failed because the strings were different lengths. A very subtle problem. But I finally found it.
Richard Arnoldx
papst13
The error codes seem stange, they are not hex but they look liek hex. 0xC0202002L is teh value listed, so why the L on th end When the errors are rasied and shown in the UI, they do not include the L.
Que
Wytze
Display Name*
Good to know! Thanks for sharing this - I certainly wasn't aware of this issue.
-Jamie
Matt84
Kazuya Ujihara
Jim,
What is the issue perhaps you could start another thread and we could try and help out.
Regards
Jamie
unknwn
-S
diling00
This makes it really hard to develop components!
Microsoft team, will the listing of error codes be made available (and when)
Thanks.
Drasko
Even looking at the header file doesn't add much information. Why did the look up fail
I have been staring at a look up for nearly a day now and I don't have a clue why the look up is failing. It is a text-to-text compare. I have played with trimming, converting to/from Unicode. I don't see the reason for the failure. I am just stumped.
MarAng
I found the errors in the following file:
\Microsoft SQL Server\90\SDK\Include\dtsmsg.h