Consider the following scenario:
Error 1:
Error 2:
- In your environment, you execute multiple Microsoft SQL Server Integration Services (SSIS) packages at the same time.
- Object names in these SSIS packages use localized characters, for example characters from fareast languages such as Chinese, Japanese, Korean, Thai, etc. This may include names of various objects such as Tasks, Dataflow Components, Variables, or other objects used within the package design.
- SSIS package is run on a computer that is running Windows Vista or Windows Server 2008.
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.
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".
Integer Error = -1073451000
Symbolic Constant = DTS_E_DUPLICATENAMESINCOLLECTION
Text Description = The package contains two objects with the duplicate name of "%1" and "%2".