Failed to set property "%1!s!" on "%2!s!". The property could not be set for an unknown reason.
Community Notes
Examples of this error can be seen when calling SetComponentProperty method of CManagedComponentWrapper, such as when building the Data Flow programmatically. Causes for this are usually simple mistakes when programming for example:
Component is incorrect. Check the Count of IDTSComponentMetaData90.CustomPropertyCollection.
Forgot to call ProvideComponentProperties, which will create the properties you intend to set. Until this is called the IDTSComponentMetaData90.CustomPropertyCollection will be empty.
The property value is not valid, the component may validate the value and reject it. This can be difficult to spot depending on how the packages is being built. Programmatically you may just get a COMException without any real explanation, but the designer may give a full message.
Could not set the property value:
Error at DFT Fuzzy Lookup [FZL Fuzzy Lookup [1015]]:
The MinSimilarity threshold property on the Fuzzy Lookup transformation must be
a value greater than or equal to 0.0 but less than 1.0.
add a one or paragraph summary or description of what's discussed here; put yours after 'Summary:'
11/21/2006 6:53:43 AM - rraj
add a one or paragraph summary or description of what's discussed here; put yours after 'Summary:'
11/21/2006 6:53:43 AM - rraj
Component HRESULT codes for SQL Server Integration Services. Each code has an individual topic page with the full description and related codes. You can also include any additional information about symptoms, cases and fixes as you find the. Please contribute your findings.