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.
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.