Received: by 10.224.72.211 with SMTP id n19mr1627923qaj.7.1334772518609; Wed, 18 Apr 2012 11:08:38 -0700 (PDT) X-BeenThere: cozyroc@googlegroups.com Received: by 10.224.33.144 with SMTP id h16ls1490575qad.4.gmail; Wed, 18 Apr 2012 11:08:38 -0700 (PDT) Received: by 10.224.184.137 with SMTP id ck9mr1631011qab.1.1334772518307; Wed, 18 Apr 2012 11:08:38 -0700 (PDT) Received: by 10.224.203.4 with SMTP id fg4msqab; Wed, 18 Apr 2012 09:48:56 -0700 (PDT) MIME-Version: 1.0 Received: by 10.236.180.36 with SMTP id i24mr400800yhm.3.1334767736085; Wed, 18 Apr 2012 09:48:56 -0700 (PDT) Authentication-Results: ls.google.com; spf=pass (google.com: domain of nawa...@gmail.com designates internal as permitted sender) smtp.mail=nawa...@gmail.com; dkim=pass header...@gmail.com Received: by t16g2000yqt.googlegroups.com with HTTP; Wed, 18 Apr 2012 09:48:56 -0700 (PDT) Date: Wed, 18 Apr 2012 09:48:56 -0700 (PDT) User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.3; .NET4.0C; .NET4.0E; ),gzip(gfe) Message-ID: Subject: Partylist column assign From: Mohammed Nawaz To: CozyRoc Content-Type: text/plain; charset=ISO-8859-1 Hi, I have created an SSIS to import a contact and a campaign response record . After i create the contact , i am capturing the contact id and trying to stick into customer column of the campaign column. It creates the campaignresponse record but the customer column is not able to map the id to the contact record. it stores the customer value as ? + contactidvalue + as th entity. the value is passed as "contact;" + ((DT_WSTR,150)Id) . What is it that i am doing wrong?.