how to connect mailbox when its not created in mailbox database
Dear All,This is my Scenario:1) i moved a mailbox and never logged in, so there was no mailbox created in mailbox database. 2) then i disabled that mailbox from exchange console, but as this mailbox has never been logged in so i cannot see this mailbox in disconnected mailboxes 3) then i give command in shell Enable-Mailbox -Identity Domain\User -Database Server\DatabaseName 4) but i could not able to connect that user to mailbox because mailbox was not still created. 5)but then that user gets mail, and his NEW mailbox created and now this user is connected to new mailbox now when i give command Get-MailboxStatistics i can see two mailboxes from the same user one is with 3 items (new one) and one is with 1300 items (old one) Q1, Can you please tell me how should i connect old mailbox to this new user? Q2, if that mailbox is not in mailbox database and not in disconnected mailboxes, then where it is?
February 18th, 2010 10:42am

1) i moved a mailbox and never logged in, so there was no mailbox created in mailbox database. > If it is a exchange server 2007/2010 server, then the above statement is incorrect. In legacy versions, a mailbox will be visible in ESM only if a mail is sent. But in E2K7 & E2K10, it will be present once created.2) then i disabled that mailbox from exchange console, but as this mailbox has never been logged in so i cannot see this mailbox in disconnected mailboxes > This contradicts your above statement as well. But assuming that the mailboxes are disconnected at this point.3) then i give command in shell Enable-Mailbox -Identity Domain\User -Database Server\DatabaseName 4) but i could not able to connect that user to mailbox because mailbox was not still created. 5)but then that user gets mail, and his NEW mailbox created and now this user is connected to new mailbox now when i give command Get-MailboxStatistics i can see two mailboxes from the same user one is with 3 items (new one) and one is with 1300 items (old one) Q1, Can you please tell me how should i connect old mailbox to this new user? Q2, if that mailbox is not in mailbox database and not in disconnected mailboxes, then where it is? Answer for your Q1 & Q2:1. Run Clean-MailboxDatabase cmdlet from the EMS. Refer to: http://technet.microsoft.com/en-us/library/bb124076.aspx, which will show the mailboxes in the disconnected mailboxes.2. To reconnect the original mailbox, you need to disconnect the new mailbox and connect the correct mailbox from the disconnected mailbox.All the best :)- Nagesh
Free Windows Admin Tool Kit Click here and download it now
February 18th, 2010 10:31pm

Hi, The mailbox shud exist in the Disconnected mailbox list because it was a mailbox containing email items, though u moved it from somewhere. Also for enabling a disabled mailbox u will have to use "Connect-Mailbox" command like this, instead of "Enable-Mailbox". Connect-Mailbox -Database "Mailbox Database" -Identity "Mailbox1" -User Mailbox1@domain.com Here Identity will represent the disconnected mailbox in the Datababase, while user is the disconnected user in AD. Regards,Laeeq Qazi|Team Lead(Exchange + Sharepoint + BES + DynamicsCRM) www.HostingController.com
February 18th, 2010 11:01pm

Thanx for the reply...but its not working...i am using exchange 2007 sp1 with CCR on windows server 2003 sp2, basically i have done transition from exchange 2000 to exchange 2007, and still exchange 2000 exists in the organization. i can see the disconnected mailbox from the exchange 2000 console.now i run this command Clean-MailboxDatabase 'Mailbox Database' when mailbox was mounted and Microsoft Exchange Information Store service is running this command does not give any error but did nothing.i dismount the database and stopped the service but then when i give the command i got this error: Clean-MailboxDatabase : Exchange is unable to clean the database that you specified. Specified database: AFR-MB2K7.afriqiyah.aero\Mailbox Database; Error code: MapiExceptionNetworkError: Unable to make admin interface connection to server. (hr=0x80040115, ec=-2147221227)Diagnostic context: ...... Lid: 10648 dwParam: 0x6D9 Msg: EEInfo: Generating component: 2 Lid: 14744 dwParam: 0x6D9 Msg: EEInfo: Status: 1753 Lid: 9624 dwParam: 0x6D9 Msg: EEInfo: Detection location: 501 Lid: 13720 dwParam: 0x6D9 Msg: EEInfo: Flags: 0 Lid: 11672 dwParam: 0x6D9 Msg: EEInfo: NumberOfParameters: 4 Lid: 8856 dwParam: 0x6D9 Msg: EEInfo: prm[0]: Unicode string: ncacn_ip_tcp Lid: 8856 dwParam: 0x6D9 Msg: EEInfo: prm[1]: Unicode string: AFR-MB2K7.afriqiyah.aero Lid: 12952 dwParam: 0x6D9 Msg: EEInfo: prm[2]: Long val: -1988875570 Lid: 15000 dwParam: 0x6D9 Msg: EEInfo: prm[3]: Pointer val: 0x000000001D2B1EB0 Lid: 24060 StoreEc: 0x80040115 Lid: 23746 Lid: 31938 StoreEc: 0x80040115 Lid: 19650 Lid: 27842 StoreEc: 0x80040115 Lid: 20866 Lid: 29058 StoreEc: 0x80040115.At line:1 char:22+ Clean-MailboxDatabase <<<< 'Mailbox Database' + CategoryInfo : InvalidOperation: (AFR-MB2K7\First...ailbox Data base:ADObjectId) [Clean-MailboxDatabase], InvalidOperationException + FullyQualifiedErrorId : F86FC993,Microsoft.Exchange.Management.SystemCon figurationTasks.CleanMailboxDatabase i gave same command on other server and i got error saying Mailbox Database does not found in Active directory. once again mailbox is in exchange 2k7 and i can see it from exchange 2000 console as a disconnected mailboxAny help please...
Free Windows Admin Tool Kit Click here and download it now
February 22nd, 2010 10:42am

i connect it from exchange 2000 console, and it is working perfectly....after connecting it one thing was strange...on exchange 2000 console it was showing mailbox is in exchange 2007, while in exchange 2007 console it was showing me as legacy mailbox. i run wizard for moving mailbox from exchange 2007 to 2000 and it was successfull and every thing is perfect
March 8th, 2010 10:07am

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

Other recent topics Other recent topics