Exchange Server Forums
Forums |
Register |
Login |
My Profile |
Inbox |
RSS
|
My Subscription |
My Forums |
Address Book |
Member List |
Search |
FAQ |
Ticket List |
Log Out
Legacy mailbox move
Users viewing this topic:
none
|
Logged in as: Guest
|
Login | |
|
Legacy mailbox move - 24.Jun.2010 3:10:28 PM
|
|
|
swstew
Posts: 18
Joined: 15.Jan.2010
Status: offline
|
Can anyone tell me how to move a legacy mailbox into exchange. When I try to do a move I get this error: Summary: 1 item(s). 0 succeeded, 1 failed. Elapsed time: 00:00:00 Sarah E Failed Error: Value cannot be null. Parameter name: objectId Warning: An unexpected error has occurred and a Watson dump is being generated: Value cannot be null. Parameter name: objectId Exchange Management Shell command attempted: 'domain.com/Users/Sarah E' | New-MoveRequest -TargetDatabase 'Mailbox Database 2099318038' -BadItemLimit '100' Elapsed Time: 00:00:00 This user have not had an exchange mailbox at this location. This is a new exchange install. anyone?
|
|
|
RE: Legacy mailbox move - 24.Jun.2010 3:16:51 PM
|
|
|
de.blackman
Posts: 3542
Joined: 4.Apr.2005
From: Toronto, Canada
Status: offline
|
I do not understand! If this is a new mailbox, where are you trying to move it from and to? How many exchange servers are there? What roles are running on them? What version is the "legacy" server running? More details will help in getting more responses and a faster solution to your issue! Please provide as much detail as possible!!
_____________________________
Ibrahim Benna - Microsoft Exchange MVP Forum Moderator Navantis @IbrahimBenna
|
|
|
RE: Legacy mailbox move - 24.Jun.2010 3:29:57 PM
|
|
|
swstew
Posts: 18
Joined: 15.Jan.2010
Status: offline
|
There has not been an exchange server at this location. There is no legacy server. I found the user in question while clicking on recipient configuration listing the entire forest. The user in question shows a legacy mailbox. I tried doing a new local move request and that is where the error came from. This organization was popping to godaddy for their email. we are moving them off pop to exchange. Outlook send and receive work fine. Any other questions please let me now. Thanks
|
|
|
RE: Legacy mailbox move - 24.Jun.2010 3:40:12 PM
|
|
|
de.blackman
Posts: 3542
Joined: 4.Apr.2005
From: Toronto, Canada
Status: offline
|
Ok now things are a little bit more clear! using the Move Local Request will allow you to move a mailbox from one database to another on the same server or to another server! What you have to do is change the properties of the mailbox so it shows as a user mailbox. Run the following command to do so: set-mailbox -identity ProblematicMailboxName -PpplyMandatoryProperties
_____________________________
Ibrahim Benna - Microsoft Exchange MVP Forum Moderator Navantis @IbrahimBenna
|
|
|
RE: Legacy mailbox move - 24.Jun.2010 3:52:37 PM
|
|
|
swstew
Posts: 18
Joined: 15.Jan.2010
Status: offline
|
That command game me errors. I tells me that a positional parameter cannot be found for -PpplyMandatoryProperties, I also tried -Papp....
|
|
|
RE: Legacy mailbox move - 25.Jun.2010 8:06:27 AM
|
|
|
de.blackman
Posts: 3542
Joined: 4.Apr.2005
From: Toronto, Canada
Status: offline
|
My mistake!! A little type there set-mailbox -identity ProblematicMailboxName -ApplyMandatoryProperties
_____________________________
Ibrahim Benna - Microsoft Exchange MVP Forum Moderator Navantis @IbrahimBenna
|
|
|
RE: Legacy mailbox move - 25.Jun.2010 9:32:53 AM
|
|
|
swstew
Posts: 18
Joined: 15.Jan.2010
Status: offline
|
I understand, I get fat fingers also. I ran the command and I get the message: Can"t apply mandatory properties....it is hosted on a legacy exchange server There is no legacy server.
|
|
|
RE: Legacy mailbox move - 25.Jun.2010 10:08:55 AM
|
|
|
de.blackman
Posts: 3542
Joined: 4.Apr.2005
From: Toronto, Canada
Status: offline
|
That is not making any sense! If this is the ONLY exchange server in the entire organization, then how can it say that it is hosted on a legacy server. Did you run the install of the exchange server? In the Exchange management Shell, run the following command: Get-Mailbox -Identity NameOfMailboxWithProblem | FL Confirm that the server name is correct (if possible please post the information here!)
_____________________________
Ibrahim Benna - Microsoft Exchange MVP Forum Moderator Navantis @IbrahimBenna
|
|
|
RE: Legacy mailbox move - 25.Jun.2010 10:37:43 AM
|
|
|
swstew
Posts: 18
Joined: 15.Jan.2010
Status: offline
|
Lagacy is refering to an ad server which has been decommissioned, it did have a trial copy of exchange 2003 installed on it but was never used as far as I know of, it was before my time. This user was popping to godaddy.
|
|
|
RE: Legacy mailbox move - 25.Jun.2010 10:42:22 AM
|
|
|
de.blackman
Posts: 3542
Joined: 4.Apr.2005
From: Toronto, Canada
Status: offline
|
This was what I expected!! It seems it was never decommissioned properly! It may have been turned off and removed from the network but references to it still reside in active directory! I assume this mailbox was never logged into since the server was removed? Problem is that you cannot move this mailbox since the source no longer exists. Can you confirm when the last time someone used this mailbox was? Have you tried disabling the mailbox from the exchaneg management console?
_____________________________
Ibrahim Benna - Microsoft Exchange MVP Forum Moderator Navantis @IbrahimBenna
|
|
|
RE: Legacy mailbox move - 25.Jun.2010 2:53:03 PM
|
|
|
swstew
Posts: 18
Joined: 15.Jan.2010
Status: offline
|
If I disable this mailbox, will it remove the user from AD?
|
|
|
RE: Legacy mailbox move - 25.Jun.2010 3:01:33 PM
|
|
|
de.blackman
Posts: 3542
Joined: 4.Apr.2005
From: Toronto, Canada
Status: offline
|
No! Disabling a mailbox will remove any connections it may have to a user account and it then removes any exchange information from the user account. REMOVE, however, will delete the mailbox AND the user account!! Be careful which one to use!
_____________________________
Ibrahim Benna - Microsoft Exchange MVP Forum Moderator Navantis @IbrahimBenna
|
|
|
RE: Legacy mailbox move - 25.Jun.2010 3:17:58 PM
|
|
|
swstew
Posts: 18
Joined: 15.Jan.2010
Status: offline
|
Thankyou Sir -- We have a winner!!!!!
|
|
|
RE: Legacy mailbox move - 25.Jun.2010 3:33:04 PM
|
|
|
swstew
Posts: 18
Joined: 15.Jan.2010
Status: offline
|
All I need to do is get phones syncing to this server. I have autodiscover working but not the phones.
|
|
|
RE: Legacy mailbox move - 25.Jun.2010 3:46:33 PM
|
|
|
de.blackman
Posts: 3542
Joined: 4.Apr.2005
From: Toronto, Canada
Status: offline
|
Open a new thread under Mobility section just so as to not mix up the different issues!
_____________________________
Ibrahim Benna - Microsoft Exchange MVP Forum Moderator Navantis @IbrahimBenna
|
|
|
RE: Legacy mailbox move - 25.Jun.2010 3:50:21 PM
|
|
|
swstew
Posts: 18
Joined: 15.Jan.2010
Status: offline
|
Will do. Thanks for all of your help.
|
|
|
RE: Legacy mailbox move - 18.Jul.2013 11:40:11 AM
|
|
|
de.blackman
Posts: 3542
Joined: 4.Apr.2005
From: Toronto, Canada
Status: offline
|
Try moving the mailbox using the exchange powershell. Tyr using the following command: New-MoveRequest -Identity 'user@domain.com' -TargetDatabase DB01
_____________________________
Ibrahim Benna - Microsoft Exchange MVP Forum Moderator Navantis @IbrahimBenna
|
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts |
|