Article ID: 2446955 - Last Review: December 20, 2010 - Revision: 5.0 SSIS package may encounter an error 0xC0014100 on a computer that is running Windows Server 2008 or Windows Vista
SYMPTOMSConsider the following scenario:
Error 1: HResult = 0xC0014100 Integer Error = -1073659648 Symbolic Constant = DTS_E_NAMEALREADYADDED Text Description = The object cannot be added because another object with the same name already exists in the collection. Use a different name to resolve this error. Error 2: HResult = 0xC0047008 Integer Error = -1073451000 Symbolic Constant = DTS_E_DUPLICATENAMESINCOLLECTION Text Description = The package contains two objects with the duplicate name of "%1" and "%2". CAUSEThe problem occurs because the function SSIS internally uses to compare locale specific strings (LCMapString
( http://msdn.microsoft.com/en-us/library/dd318700(VS.85).aspx)
) has a bug that causes two different strings to be classified as the same. When you use localized characters for object names, those may be reported incorrectly as being identical by the LCMapString function, which causes SSIS to report the errors discussed in the Symptoms section. RESOLUTIONYou can resolve the problem by applying the hotfix described in the following article:
WORKAROUNDIf you are unable to apply the fix documented in the Resolution section, you can workaround the problem either by renaming the tasks to just use ASCII based characters (for example "Task1") or by reducing the number of SSIS packages that you execute in parallel. Note This is a "FAST PUBLISH" article created directly from within the Microsoft support organization. The information contained herein is provided as-is in response to emerging issues. As a result of the speed in making it available, the materials may include typographical errors and may be revised at any time without notice. See Terms of Use
(http://go.microsoft.com/fwlink/?LinkId=151500)
for other considerations. | Other Resources Other Support Sites
CommunityGet Help Now
|






Windows Live
Facebook
Twitter
Linkedin
Digg it
Yahoo
Delicious
StumbleUpon
Yammer
Reddit
Technorati
FriendFeed
Email
Back to the top
