Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
missMac
Posting Yak Master
124 Posts |
Posted - 2009-09-04 : 18:38:48
|
Hello,when i try to import data, i get this error- Validating (Error)MessagesError 0xc0202049: Data Flow Task 1: Failure inserting into the read-only column "myID". (SQL Server Import and Export Wizard) Error 0xc0202045: Data Flow Task 1: Column metadata validation failed. (SQL Server Import and Export Wizard) Error 0xc004706b: Data Flow Task 1: "component "Destination - sms_bulksms_filter" (46)" failed validation and returned validation status "VS_ISBROKEN". (SQL Server Import and Export Wizard) Error 0xc004700c: Data Flow Task 1: One or more component failed validation. (SQL Server Import and Export Wizard) Error 0xc0024107: Data Flow Task 1: There were errors during task validation. (SQL Server Import and Export Wizard) what do i do ? |
|
YellowBug
Aged Yak Warrior
616 Posts |
Posted - 2009-09-05 : 05:12:47
|
quote: MessagesError 0xc0202049: Data Flow Task 1: Failure inserting into the read-only column "myID". (SQL Server Import and Export Wizard)
You can't insert into the column myID, so remove this column in the destination mapping in the data flow task |
 |
|
|
|
|