Good Morning ,
I have a package that i'm trying to run in BIDS. The source and destination are both SQL Server databases. I'm just loading the data using the fast load, and the data flow task is failing with the following errors, these are the errors that i see under the execution results tab.
An OLE DB record is available. Source: "Microsoft SQL Server Native Client 10.0" Hresult: 0x80040E21 Description: "Multiple-step OLE DB operation generated errors. Check each OLE DB status value, if available. No work was done."
[Destination 3 - FUNGUIDE_Facility [309]] Error: Cannot create an OLE DB accessor. Verify that the column metadata is valid.
[SSIS.Pipeline] Error: component "Destination 3 - FUNGUIDE_Facility" (309) failed the pre-execute phase and returned error code 0xC0202025.
I think the problem is with a field name "Blurb". It has a datatype of "DT_STR" and the destination has a data type of "DT_TEXT". I tried the following options.
I right clicked on the source advance editor and changed the data type (still no luck), then i used the derived column transformation and still no luck. Can anyone please guide me in the right direction or tell me where i should be looking for or where i'm going wrong?
Thanks
SV