SQLIS Wiki
User: Guest
Login
Wiki Home Wiki Home
Topic Index Topic Index
Edit Edit
Print View Print View
What's New What's New
Search
RSS 2.0 RSS 2.0
Recent Topics
0xC020201F 0xC020201F

Current Version:
6/26/2006 3:09 PM DarrenSQLIS
0xC020201 F
.

The custom property "%1!s!" needs to be of type %2!s!.

Constant DTS_E_INCORRECTCUSTOMPROPERTYTYPE
HRESULT 0xC020201F
Error -1071636449
Code 8223
Facility Component (DTS_FACILITY_COMPONENT)
Severity Error (DTS_SEVERITY_ERROR)

Community Notes

The following example code failed with this error because the AccessMode property of the Excel or OLE-DB Destination requires an integer to represent the OpenRowset member fo the underlying enumeration.

 destinationInstance.SetComponentProperty("AccessMode", "OpenRowset");

The correct code is shown below.

 destinationInstance.SetComponentProperty("AccessMode", 0);

Add your experiences and workarounds here. If you have solved this issue, why not help the next person?

ComponentErrorCodes

Copyright © 2001-2005 SQLDTS.com. All Rights Reserved. TermsOfUse, Powered by FlexWiki 1.8.0.1677