Hello:
I am inserting data in my SSIS Data Flow Task from Source to destination.
In my destination table, i have Identity column & that column is also member of Primary Key.
When i run my data task i get following error as shown below. i am trying to see if i can avoid\remove that ID Column in destination to carry on my INSERT.
I right click on that OLE DB Destination & selected Show Advance Editior - Input & Output Properties -- Ole DB Destination Input -- External Column and from there i can remove that ID Column, but that column again pops up & i get the same error message as shown below.
any help or pointer is greatly appreciated.
Thanks
Error:-
[Final Insert Log - 2 [283]] Error: SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code: 0x80040E2F.
An OLE DB record is available. Source: "Microsoft OLE DB Provider for SQL Server" Hresult: 0x80040E2F Description: "The statement has been terminated.".
An OLE DB record is available. Source: "Microsoft OLE DB Provider for SQL Server" Hresult: 0x80040E2F Description Cannot insert the value NULL into column table column does not allow nulls INSERT fails