Building SSIS

I'm stuck with the below errors

[OLE DB Destination [31]] Error: SSIS Error Code DTS_E_OLEDBERROR.  An OLE DB error has occurred. Error code: 0x80040E2F.
An OLE DB record is available.  Source: "Microsoft SQL Server Native Client 11.0"  Hresult: 0x80040E2F  Description: "The statement has been terminated.".
An OLE DB record is available.  Source: "Microsoft SQL Server Native Client 11.0"  Hresult: 0x80040E2F  Description: "Cannot insert duplicate key row in object 'dbo.EmailAddresses' with unique index 'XAK1EmailAddresses'. The duplicate key value is ().".

September 14th, 2015 4:02pm

You have a unique index on your EmailAddresses table and trying to insert an address that already exists. Put a lookup just prior to determine if the address exists and process accordingly
Free Windows Admin Tool Kit Click here and download it now
September 14th, 2015 4:06pm

Thanks this is my first SSIS

So could you please be more specific and please provide me any link that can help

Thanks Ryan

September 14th, 2015 4:33pm