Exchange07 Bulk CSV Import error
I recently migrated to Exchange07 from 2003 and I have been using CSVDE to import 4500+ contacts. Seeing the new Exchange Shell commands I wanted to switch so I could more easily import more contact details. I'm using the script below to import the contacts. After the import all contacts appear as expected with SMTP addresses listed and set to the primary address. However when I send to these new contact I get the following error in the undeliverable. I've also erased the cache in Outlook in case that was a problem, but I'm stuck at the moment and nothing seems to be working. Does anyone know what would cause this error or why contacts imported through the shell would be different than the ones I used to make with CSVDE? Please send me any suggestions, thanks! Diagnostic information for administrators: Generating server: server1.domain.org IMCEAEX-_O=NT5_ou=95730a2602ff4f45be376297424d291d_cn=117c67970ae06b40ab4d27301695b37d@domain.org #550 5.1.1 RESOLVER.ADR.ExRecipNotFound; not found ## Original message headers: Received: from server1.domain.org ([fe80::24cc:7fe8:2f5b:9303]) by server1.domain.org ([fe80::24cc:7fe8:2f5b:9303%11]) with mapi; Mon, 20 Dec 2010 14:27:35 -0500 Content-Type: application/ms-tnef; name="winmail.dat" Content-Transfer-Encoding: binary From: "User1, User1" user1@domain.org To: "Doe, John" <IMCEAEX-_O=NT5_ou=95730a2602ff4f45be376297424d291d_cn=117c67970ae06b40ab4d27301695b37d@domain.org> Date: Mon, 20 Dec 2010 14:27:35 -0500 Subject: Test Outbound e-mail Thread-Topic: Test Outbound e-mail Thread-Index: Acuge/M5ieRq6KX/QIGrtmeb9edgEg== Message-ID: <73FD6C12035A484DA4772E2FEB13805D939E42F9FC@Server1.domain.org> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: 73FD6C12035A484DA4772E2FEB13805D939E42F9FC@Server1.domain.org MIME-Version: 1.0 X-EXCLAIMER-MD-CONFIG: b05d01dd-5f02-41b4-be33-8a9eb5f6b7e1 $OU = 'OU=Contacts,OU=SITE,DC=DOMAIN,DC=ORG' import-csv 'adimport.csv' | foreach{ $entry = $_ $DN = $_.Ind_Last_Name+", "+$_.Ind_First_Name; New-MailContact $DN -DisplayName $DN -FirstName $_.Ind_First_Name -LastName $_.Ind_Last_Name -organizationalunit $OU -Alias $_.Username -ExternalEmailAddress $_.Email -PrimarySmtpAddress $_.Email Set-Contact $DN -Company $_.Org_Name_1 -Title $_.Title_Description -Fax $_.Fax_Number -MobilePhone $_.Cell_Phone -Office $_.Location -Phone $_.Phone_Number }
December 20th, 2010 3:25pm

On Mon, 20 Dec 2010 20:21:05 +0000, wcorkill wrote: >I recently migrated to Exchange07 from 2003 and I have been using CSVDE to import 4500+ contacts. Seeing the new Exchange Shell commands I wanted to switch so I could more easily import more contact details. I'm using the script below to import the contacts. After the import all contacts appear as expected with SMTP addresses listed and set to the primary address. However when I send to these new contact I get the following error in the undeliverable. I've also erased the cache in Outlook in case that was a problem, but I'm stuck at the moment and nothing seems to be working. Does anyone know what would cause this error or why contacts imported through the shell would be different than the ones I used to make with CSVDE? Please send me any suggestions, thanks! > >Diagnostic information for administrators: > > > >Generating server: server1.domain.org > > > >IMCEAEX-_O=NT5_ou=95730a2602ff4f45be376297424d291d_cn=117c67970ae06b40ab4d27301695b37d@domain.org #550 5.1.1 RESOLVER.ADR.ExRecipNotFound; not found ## Are you using a Offline Address Book when you send the message? The IMCEAEX-_O=NT5 usually means there's a problem with OAB generation where one of the components of the legacyExchangeDN is missing in the AD. [ snip ] >import-csv 'adimport.csv' | > foreach{ > $entry = $_ > $DN = $_.Ind_Last_Name+", "+$_.Ind_First_Name; > New-MailContact $DN -DisplayName $DN -FirstName $_.Ind_First_Name -LastName $_.Ind_Last_Name -organizationalunit $OU -Alias $_.Username -ExternalEmailAddress $_.Email -PrimarySmtpAddress $_.Email > Set-Contact $DN -Company $_.Org_Name_1 -Title $_.Title_Description -Fax $_.Fax_Number -MobilePhone $_.Cell_Phone -Office $_.Location -Phone $_.Phone_Number > } --- Rich Matheisen MCSE+I, Exchange MVP --- Rich Matheisen MCSE+I, Exchange MVP
Free Windows Admin Tool Kit Click here and download it now
December 20th, 2010 8:31pm

Hi, Agree with Rich, I also suspect that OAB of the Outlook client is not updated successfully for your changing. Now I suggest you first delete the NK2 file based on the KB article: http://support.microsoft.com/kb/287623 And then open the Outlook under Online mode, and send an email to that contact, what’s the result? If you can send it successfully, it may indicate the OAB file on the client side has the issue. You should update it. Best regards, Serena Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
December 21st, 2010 10:34pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics