Monday, March 21, 2011

FIXED: Domino Migration to Exchange 2010 - Microsoft Transport Tool "Property:TargetServer.."Error


Summary: 1 item(s). 1 succeeded, 0 failed.
Elapsed time: 00:00:08

xxxx xxxx
Completed

Warning:
An item has failed property validation and will be ignored.
Identifier:(Name:Inbox)
Error details:Required property is empty.
Property:TargetServer..


If you are come across the above error when migrating domino to exchange, consider the below points.


Restart the Client Access Server.
1. In IIS -> Default Web Site -> Site Bindings (Right click Default Web Site -> Edit Bindings)
    Add Hostname to 'http' Type= FQDN of Exchange Client Access Server
    IP address = All unassigned
    Restart IIS service = In CMD type IISRESET
    Restart World Wide Web Publishing service
    Restart Microsoft Exchange IMAP4 service
2. When migrating users, migrate with creating the mailbox option.
3. Save the web.config file in ANSI format.
    (C:\Program Files\Microsoft\Exchange Server\ClientAccess\exchweb\ews)
    open the web.config file in notepad -> save as -> Encoding type=ANSI -> "web.config" -> Save

Hope you can make it...




2 comments:

Dave said...

This is most likely a permission error. Run:

Add-ADPermission -Identity (get-exchangeserver -Identity CAS-01).DistinguishedName -User (Get-User -Identity User1 | select-object).identity -extendedRight ms-Exch-EPI-Impersonation

Where CAS-01 is your Exchange 2007 server name and User1 the user who runs the migration, like Administrator for instance

Restart Exchange services to apply

Dave said...

Make also sure to tick the client access server checkbox
This can lead to the same error