Message Store Moving

Hi guys,
I ' m running Sun Messaging Server 6.3, i have to to move my MSS (just the message store) from an old/small FS to a new and bigger FS.
I need to plain the best method to do it with the lowest downtime.
Cause the customer disagree to do it live (switch and imsrestore to an emtpy MSS fresh installation) at the moment i identified just two methods:
- ufsdump 0f – /mss | ( cd /mnt ;ufsrestore xvf – )
- tar cvf /mnt/mss.tar /mss; cd /mnt; tar xf mss.tar
Questions:
Is it necessary to run the reconstruct after moving mss with these two methods??
Do you know a more safe method ???
Any ideas?
Thank's for replies
Caius
Edited by: caius75 on 22-set-2011 6.04

Yes, putting the new storage on a new message store partition and moving the users to it using mboxutil -r is the easy way to to do this. mboxutil -r will use the appropriate locking to allow you to do this during normal operations. Of course whether that is a good idea depends on the IO capability of the system.
Also, please review this knowledge article in MOS:
Why is More Disk Space Used On Partitions After Moving Users? (Doc ID 1327960.1)
https://support.oracle.com/oip/faces/secure/km/DocumentDisplay.jspx?id=1327960.1
And these sections in the Admin Guide (it is the 7.x Admin Guide, but still applies to 6.3):
Managing Message Store Partitions and Adding Storage
http://wikis.sun.com/display/CommSuite/Managing+Message+Store+Partitions+and+Adding+Storage
To Change the Default Message Store Partition
http://wikis.sun.com/display/CommSuite/Managing+Message+Store+Partitions+and+Adding+Storage#ManagingMessageStorePartitionsandAddingStorage-ToChangetheDefaultMessageStorePartition

Similar Messages

  • Move IMS 5.2 user's message store structure to new domian

    Hi,
    How can one manually change the user's file system message store structure when moving a user from one domain to the other?
    when you look at the directory structure in the message store, it seems to incorporate the user's domain information in the path..
    is imsuser util the only way or is there a way to move the user's message stroe directory manually?
    thanks

    I haven't seen the store in a directory where the domain name is used. Usually it is in something like <serverroot>/store/partition/primary/
    you can change this to whatever you want through the console or using configutil.
    Then users folders are under a set of numbers determined with the hashdir utility. If you want to move a user's store to another machine, you can just copy them to the new store under the same hashdir directories. Make sure their ldap account is created correctly, then run reconstruct -m followed by reconstruct -r. The user should now be able to log in and see their mail on the new machine.

  • Backing Up and Restoring the Message Store v.s. the queue

    Hello,
    We are running iPlanet 5.2 Messaging Server and need to migrate to another (duplicate) 5.2 Messaging Server. We have all the software installed and the LDAP user accounts created. Now we just need to move the existing mail from one server to the other.
    I found the Backing Up and Restoring the Message Store section in the Admin Guide says to back up and restore your data, Messaging Server provides the imsbackup and imsrestore utilities.
    However I am wondering about the Queue?
    Under <instance>/imta/queue
    What is the difference between the Message Store
    and the Queue? Can I just backup and restore the Queue using tar or cpio?
    Thanks in advance for any advice.
    Regards,
    Tim

    Hello,
    We are running iPlanet 5.2 Messaging Server and need
    to migrate to another (duplicate) 5.2 Messaging
    Server. We have all the software installed and the
    LDAP user accounts created. Now we just need to move
    the existing mail from one server to the other.
    I found the Backing Up and Restoring the Message
    Store section in the Admin Guide says to back up and
    restore your data, Messaging Server provides the
    imsbackup and imsrestore utilities.
    However I am wondering about the Queue?
    Under <instance>/imta/queue
    What is the difference between the Message Store
    and the Queue? The Message Store is where messages get delivered to, so you can read them.'
    The queue is where messages are temporarily stored, pending delivery to wherever they go.
    You can use tar, cpio, or what have you for the queue. Stop the server first. . .
    You then just restore the files to the new server. No need to restart or anything like that. Just dump the files in, and run
    imsimta cache -sync
    to tell the MTA to re-read the queue.
    Can I just backup and restore the
    Queue using tar or cpio?
    Thanks in advance for any advice.
    Regards,
    Tim

  • Applescript to open the Choose Folder dialog box and close the message after moving it

    I've been trying to figure out how to get the same functionality as the Windows version of Outlook has so that the open message gets closed when it's moved to another folder.
    It seems pretty simple to move a message to a pre-defined folder, but I can't find a way to open the Choose Folder dialog so I could choose the destination folder. I've looked through the dictionary, but couldn't find any direct way to activate the Choose Folder dialog. So I decided to use keystrokes for the job. Here's what I came up with:
    on run {}
        tell application "Microsoft Outlook"
            try
                set theMessage to first item of (get current messages)
                set folderID to the folder of theMessage
            on error errMsg number errNum
                set dialogReply to display dialog "Please select one or more messages to file away before running this script." buttons {"Abort"} default button 1
                return
            end try
            -- open the Choose Folder dialog
            tell application "System Events" to keystroke "m" using {command down, shift down}
            repeat
                delay 2
                set currentID to the folder of theMessage
                if currentID is not folderID then exit repeat
            end repeat
            -- Close the active message
            tell application "System Events" to keystroke "w" using command down
        end tell
    end run
    This is my first attempt to do anything with AppleScript..
    Now in addition to using keystrokes instead of Outlook built-in commands to open the Choose Folder dialog and to close the message, I also have another problem. Everytime I run the script from AppleScript Editor, everything runs fine, the message gets moved to the folder I choose and the message also gets closed. When I move the script to "~/Library/Application Support/Microsoft/Office/Outlook Script Menu Items" and start it from inside Outlook, Outlook  gets stuck after opening the Choose Folder dialog and I have to force quit Outlook. I added some debuggin to the script and found out that the script keeps running, but I'm unable to select the folder from Outlook and cannot continue.
    Anybody have an idea why this is happening?
    Regard,
    Kris

    (For the record)
    Unchecking "Submit crash reports" in the Firefox [[Options window - Advanced panel]] General tab simply toggles the default of the "Tell Mozilla about this crash so they can fix it" check box in the Mozilla Crash Reporter dialog (upon crash). It does not turn off the Crash Reporter itself.
    Related bug report:
    * [https://bugzilla.mozilla.org/show_bug.cgi?id=577221 Bug 577221 - Firefox doesn't remember "submit crash report" check box]
    The above information has been added to
    http://kb.mozillazine.org/Breakpad#Can_I_disable_Crash_Reporter.3F

  • Berkeley DB XML as Message Store

    Hi,
    I need to build a 'Message Store' (as referred to in 'Enterprise Integration Patterns: Designing, Building, and Deploying Messaging Solutions') for our SOA. Components of the SOA are coupled by JMS / sockets and send XML messages to each other. The central message store would consume all messages and so provide a message history and allow comparison of messages for support, performance measurement, troubleshooting, etc.
    One approach which occured to me would be lightweight Java framework on top of Berkeley DB XML, which would handle connectivity to all integration points.
    All of our messages are small (< 5K) but some types are high frequency (say 2K/s).
    Can anyone comment on this approach pls or share experiences pls?
    Many thanks!
    Pete

    The short answer is that you need to shut down the FastCGI Perl script before you copy the files over, and then re-start it once the file copy is complete. Basically, what's happening is that FastCGI Perl script has cached data in file-system backed shared memory. When you replace the underlying files via an file system copy "under the covers" so to speak, the in-memory and on-disk data becomes out of sync. Subsequent access to the repository can fail in many ways, a core dump is often going to be the result.
    If you don't want to shut down the FastCGI Perl script during the copy, there are several other options that you could consider.
    1) Copy the new files into a new/alternate directory location, stop/re-start the FastCGI Perl script when the copy is complete, pointing to the new location. That minimizes the "downtime" or,
    2) Delete and insert documents one at a time through the API or,
    3) Update documents one at a time through the API or,
    4) Truncate the container and insert the documents.
    Options 2, 3 & 4 will allow the FastCGI Perl script to keep on running, but will probably take more time and may result in larger database files.
    Replication really won't help much if your goal is to completely replace the repository once every 24 hours. The same action would have to be applied to the master and replicated to the other repository locations. The same action of "replace everything" is still occurring.
    I hope that this helps.
    Regards,
    Dave

  • Where does Messages store attachments on the iPad?

    Where does Messages store attachments on the iPad?
    some photos are quite large, so it would be good to know where they go, and how to manage the app.... ;)

    Managing memory usage is not possible because the user does not have access to the file structure (unless you have jail broken your iPad that is).

  • Exchange Server 2010 Move mailbox to database but display MapiExceptionNoAccess: Unable to open message store. (hr=0x80070005, ec=-2147024891)

    I have 2 exchange server "A" and "B". Server "A" have "Test1" database and Server "B" have "Test2" database. I tried move some mailboxes from "Test1" to "Test2"
    but sometimes mailboxes cannot finished and display below error.  I used Domain administrator to move mailboxes and grant "Manage full access permission" to these mailboxes but still failed. Finally, I clear the failed move request
    and repeat the move mailboxes action several times.  Then, the move request completed without error. Have any suggestion? Please help. Thank you!
    Mailbox move for 'xxx.com/xxx/xxx/xxx - Users/xxx/Peter' (331d5b4e-0bd1-428a-ae28-d97581ae0d7f) has failed.
    Error code: -2147024891
    MapiExceptionNoAccess: Unable to open message store. (hr=0x80070005, ec=-2147024891)
    Diagnostic context:
        Lid: 18969   EcDoRpcExt2 called [length=132]
        Lid: 27161   EcDoRpcExt2 returned [ec=0x80070005][length=202][latency=0]
        Lid: 32881   StoreEc: 0x80070005
        Lid: 50035 
        Lid: 64625   StoreEc: 0x80070005
        Lid: 1494    ---- Remote Context Beg ----
        Lid: 26426   ROP: ropLogon [254]
        Lid: 56503 
        Lid: 12716   StoreEc: 0x80070005
        Lid: 20794 
        Lid: 28474   StoreEc: 0x80070005
        Lid: 22330   dwParam: 0x0        Msg: 14.03.0123.002:NHK-S08-MBD02
        Lid: 1750    ---- Remote Context End ----
        Lid: 23354   StoreEc: 0x80070005
        Lid: 25913 
        Lid: 21817   ROP Failure: 0x80070005
        Lid: 26297 
        Lid: 16585   StoreEc: 0x80070005
        Lid: 32441 
        Lid: 1706    StoreEc: 0x80070005
        Lid: 24761 
        Lid: 20665   StoreEc: 0x80070005
        Lid: 25785 
        Lid: 29881   StoreEc: 0x80070005
    Context:
    Mailbox: Primary (331d5b4e-0bd1-428a-ae28-d97581ae0d7f)

    Hi Gordon 
    This could happen if there is any mailbox which has occupied more space than its normal quota allocated.
    As suggested by geo try to clean all the DB's first 
    You can probably run Get-Mailboxdatabase | Clean-Mailboxdatabase which will clean all of your DB's wait for some time until it gets completed
    Also try running the command with the MRS server parameter switch and specify a CAS FQDN and see the results if it gets succeded
    Get-Mailbox -Database 'DBNAME'| New-MoveRequest -TargetDatabase DBNAME -BatchName "BATCHNAME" -BadItemLimit 100 -AcceptLargeDataLoss -MRSserver CAS server FQDN Good Luck !!Please mark as helpful if you find my contribution useful or as an answer if it does answer your question.That will encourage me - and others - to take time out to help you.
    Regards,
    Sathish

  • Error message when moving to a different page

    Post Author: EvDev
    CA Forum: .NET
    I have an ASP.NET 2.0 and Crystal Reports 11.5 project that works fine
    when it's being debugged and when it's on our test server, but when we move it
    to our production server the user will receive an error message when moving to a
    different page of the report.  It's an
    "Object reference not set to an instance of an object".  It seems very
    odd for me for something to work on the test server but not on production.   Has
    anyone seen this before?  Thanks

    Hi there,
    This does seem like a very valid process to be sure
    I'm guessing that the fix is shown in "Solution 1" in this doc;
    http://www.cisco.com/en/US/partner/products/sw/voicesw/ps556/products_tech_note09186a0080b04158.shtml
    Cheers!
    Rob

  • Error Message when Trying to Sync to MS Outlook 2010, "No Available Message Stores"

    Hi,
    I am trying to Sync My blackberry 8330 Phone with MS Outlook 2010 Beta.
    I can not Sync to any part of MS Outlook (Calendar, E-Mail, etc)  I always get the same error message "No available Message Stores".  Does anyone know what is causing this or how to fix it.
    Specs:
    Windows 7 64 bit
    MS Outlook 2010 Beta 32 bit
    Default Profile
    Blackberry OS V5.0
    Latest BlackBerry Desktop Manager.
    Thanks to anyone who can help.
    -Scoobs
    Solved!
    Go to Solution.

    Hi and welcome to the forums!
    A couple of places for you to visit: Blackberry 101   Tips & Tricks
    Take a look at this link:  No available msg stores
    Happy to have you here!
    IrwinII
    Please remember to "Accept as Solution" the post which solved your thread. If I or someone else have helped you, please tell us you "Like" what we had to say at the bottom right of the post.

  • Sun Messaging Server message-store inside zone (container)

    Hi Guys,
    i'm running Sun Messaging Server 7.3-11.01 (64bit, sparc).
    Do you now if message-store inside a zone is supported?
    Thank's in advance!
    Caius

    Yes, it is supported. For more info see [Installing Communications Suite on Solaris Zones|http://wikis.sun.com/display/CommSuite7/Installing+Communications+Suite+on+Solaris+Zones].

  • Assign a message store partition using delegated administrator

    Hi!
    i'm using messaging server and delegated administrator that comes in the JES Q5 2005 i'd like to assing the message store partition to the user when i create their account but i can't see any option to do that using delegated administration console. Is there a way to do that.?
    In older delegated administrator versions i could do that.
    Thanks in advance

    It does appear that the current DA does not have this capability. There is a RFE for it in place.
    At present, the only options you have are to:
    1. Use comm-admin to change the partition
    or
    2. Use ldapmodify or Console to make the change in Directory.

  • Best Practice - Message Store size

    Is there a recommended max size for the message store?
    iplanet 5.2

    The offical recommendatin is mostly, "that depends" . . .
    If you intend to do backups, then store partition size depends on backup parallelism and how long you will tolerate backups running.
    If you're talking about maximum size of the store itself, there's no hard limit, only performance limits.
    We have seen large systems, with up to 500,000 users on single boxes, with many hundreds of gigs of store, split up into 40 or 50 partitions work very successfully. On large boxes.
    Better to give us some idea of your needs, and perhaps we can offer advice.

  • Mailbox restore - MapiExceptionNotFound: Unable to open message store. (hr=0x8004010f, ec=-2147221233)

    Hi All,
    Help please!
    I have an Exch 2010 SP2.
    I restored "application" from Windows backup -> successful. And I created recovery database (RecoveryDB), and mounted -> successfull.
    I could not restore mailbox from RecoveryDB.
    I want to restore "kmc250sza" mailbox from RecoveryDB, but I have an error:
    Couldn't connect to the source mailbox.
    + CategoryInfo          : NotSpecified: (0:Int32) [New-MailboxRestoreRequest], RemotePermanentException
    + FullyQualifiedErrorId : F6FB8A18,Microsoft.Exchange.Management.RecipientTasks.NewMailboxRestoreRequest
    The command:
    New-MailboxRestoreRequest -SourceStoreMailbox fbc2acd5-31b8-48e9-88f4-564ea2cb81ca -SourceDatab
    ase "RecoveryDB" -targetmailbox admincspeto -AllowLegacyDNMismatch -verbose
    Detail log with verbose switch:
    VERBOSE: [07:24:41.926 GMT] New-MailboxRestoreRequest : Active Directory session settings for
    'New-MailboxRestoreRequest' are: View Entire Forest: 'False', Default Scope: 'bxxut.hu', Configuration Domain
    Controller: 'bxxdc2.bxxut.hu', Preferred Global Catalog: 'bxxdc2.bxxut.hu', Preferred Domain Controllers: '{
    bxxdc2.bxxut.hu }'
    VERBOSE: [07:24:41.942 GMT] New-MailboxRestoreRequest : Runspace context: Executing user:
    bxxut.hu/bxx_Admin_Users/Administrators/PCs administrator, Executing user organization: , Current
    organization: , RBAC-enabled: Enabled.
    VERBOSE: [07:24:41.942 GMT] New-MailboxRestoreRequest : Beginning processing &
    VERBOSE: [07:24:41.942 GMT] New-MailboxRestoreRequest : Instantiating handler with index 0 for cmdlet extension agent
    "Admin Audit Log Agent".
    VERBOSE: [07:24:41.958 GMT] New-MailboxRestoreRequest : Current ScopeSet is: { Recipient Read Scope: {{, }}, Recipient
    Write Scopes: {{, }}, Configuration Read Scope: {{, }}, Configuration Write Scope(s): {{, }, }, Exclusive Recipient
    Scope(s): {}, Exclusive Configuration Scope(s): {} }
    VERBOSE: [07:24:41.958 GMT] New-MailboxRestoreRequest : Searching objects "admincspeto" of type "ADUser" under the root
     "$null".
    VERBOSE: [07:24:41.989 GMT] New-MailboxRestoreRequest : Previous operation run on domain controller
    'bxxdc2.bxxut.hu'.
    VERBOSE: [07:24:41.989 GMT] New-MailboxRestoreRequest : Searching objects "RecoveryDB" of type "MailboxDatabase" under
    the root "$null".
    VERBOSE: [07:24:41.989 GMT] New-MailboxRestoreRequest : Previous operation run on domain controller
    'bxxdc2.bxxut.hu'.
    VERBOSE: [07:24:42.020 GMT] New-MailboxRestoreRequest : Searching objects "fbc2acd5-31b8-48e9-88f4-564ea2cb81ca" of
    type "MailboxStatistics" under the root "RecoveryDB".
    VERBOSE: [07:24:42.020 GMT] New-MailboxRestoreRequest : Previous operation that ran on: 'srv-xch.bxxut.hu'.
    VERBOSE: [07:24:42.020 GMT] New-MailboxRestoreRequest : Searching objects "DB1" of type "MailboxDatabase" under the
    root "$null".
    VERBOSE: [07:24:42.036 GMT] New-MailboxRestoreRequest : Previous operation run on domain controller
    'bxxdc2.bxxut.hu'.
    VERBOSE: [07:24:42.083 GMT] New-MailboxRestoreRequest : [DEBUG] MDB 0bd9ecdf-f085-441a-8738-20a5f587acea found to
    belong to Site: bxxut.hu/Configuration/Sites/Kozpont
    VERBOSE: [07:24:42.098 GMT] New-MailboxRestoreRequest : [DEBUG] MRSClient: attempting to connect to
    'SRV-XCH.bxxut.hu'
    VERBOSE: [07:24:43.380 GMT] New-MailboxRestoreRequest : [DEBUG] MRSClient: connected to 'SRV-XCH.bxxut.hu', version
    14.2.341.0 caps:07
    VERBOSE: [07:24:43.380 GMT] New-MailboxRestoreRequest : Processing object "RequestGuid
    (e6b67a4c-3aa9-4ca6-970c-525967a7c677), RequestQueue: (0bd9ecdf-f085-441a-8738-20a5f587acea)".
    VERBOSE: [07:24:43.567 GMT] New-MailboxRestoreRequest : Couldn't connect to the source mailbox. -->
    MapiExceptionNotFound: Unable to open message store. (hr=0x8004010f, ec=-2147221233)
    Diagnostic context:
        Lid: 55847   EMSMDBPOOL.EcPoolSessionDoRpc called [length=132]
        Lid: 43559   EMSMDBPOOL.EcPoolSessionDoRpc returned [ec=0x0][length=472][latency=15]
        Lid: 23226   --- ROP Parse Start ---
        Lid: 27962   ROP: ropLogon [254]
        Lid: 17082   ROP Error: 0x8004010F
        Lid: 26937
        Lid: 21921   StoreEc: 0x8004010F
        Lid: 27962   ROP: ropExtendedError [250]
        Lid: 1494    ---- Remote Context Beg ----
        Lid: 1238    Remote Context Overflow
        Lid: 22957   Error: 0x0
        Lid: 19693   Error: 0x0
        Lid: 17917   Error: 0x0
        Lid: 16893   Error: 0x0
        Lid: 28877   Error: 0x0
        Lid: 14312   StoreEc: 0x8004010F
        Lid: 25516   StoreEc: 0x8004010F
        Lid: 25805   Error: 0x0
        Lid: 8936    StoreEc: 0x8004010F
        Lid: 28877   Error: 0x0
        Lid: 14312   StoreEc: 0x8004010F
        Lid: 25516   StoreEc: 0x8004010F
        Lid: 21970   StoreEc: 0x8004010F PropTag: 0x680C0040
        Lid: 44743
        Lid: 2055    StoreEc: 0x80070005
        Lid: 25805   Error: 0x0
        Lid: 8936    StoreEc: 0x8004010F
        Lid: 28877   Error: 0x0
        Lid: 14312   StoreEc: 0x8004010F
        Lid: 25516   StoreEc: 0x8004010F
        Lid: 25805   Error: 0x0
        Lid: 8936    StoreEc: 0x8004010F
        Lid: 8936    StoreEc: 0x8004010F
        Lid: 41823
        Lid: 25805   Error: 0x0
        Lid: 8936    StoreEc: 0x8004010F
        Lid: 8936    StoreEc: 0x8004010F
        Lid: 48223   StoreEc: 0x8004010F
        Lid: 17097   StoreEc: 0x8004010F
        Lid: 8620    StoreEc: 0x8004010F
        Lid: 1750    ---- Remote Context End ----
        Lid: 26849
        Lid: 21817   ROP Failure: 0x8004010F
        Lid: 26297
        Lid: 16585   StoreEc: 0x8004010F
        Lid: 32441
        Lid: 1706    StoreEc: 0x8004010F
        Lid: 24761
        Lid: 20665   StoreEc: 0x8004010F
        Lid: 25785
        Lid: 29881   StoreEc: 0x8004010F
    VERBOSE: [07:24:43.567 GMT] New-MailboxRestoreRequest : Admin Audit Log: Entered Handler:OnComplete.
    Couldn't connect to the source mailbox.
    + CategoryInfo          : NotSpecified: (0:Int32) [New-MailboxRestoreRequest], RemotePermanentException
    + FullyQualifiedErrorId : F6FB8A18,Microsoft.Exchange.Management.RecipientTasks.NewMailboxRestoreRequest
    VERBOSE: [07:24:43.583 GMT] New-MailboxRestoreRequest : Ending processing &
    The "kmc250sza" mailbox in the RecoveryDB:
    Get-MailboxStatistics -database RecoveryDB | ?{$_.displayname -eq "kmc250sza"} | fl *
    PSComputerName          : srv-xch.bxxut.hu
    RunspaceId              : 752e23df-4e42-43f1-82c9-ec018ca796b3
    AssociatedItemCount     : 5
    DeletedItemCount        : 0
    DisconnectDate          :
    DisconnectReason        :
    DisplayName             : kmc250sza
    ItemCount               : 133
    LastLoggedOnUserAccount : BXXUT\kmc250sza
    LastLogoffTime          : 2013.03.11. 13:50:28
    LastLogonTime           : 2013.03.11. 13:25:26
    LegacyDN                : /O=FIRST ORGANIZATION/OU=FIRST ADMINISTRATIVE GROUP/CN=RECIPIENTS/CN=KMC250SZA
    MailboxGuid             : fbc2acd5-31b8-48e9-88f4-564ea2cb81ca
    ObjectClass             : Mailbox
    StorageLimitStatus      : BelowLimit
    TotalDeletedItemSize    : 0 B (0 bytes)
    TotalItemSize           : 164.6 KB (168,588 bytes)
    MailboxTableIdentifier  : 2A0F-1673D
    Database                : RecoveryDB
    ServerName              : SRV-XCH
    DatabaseName            : RecoveryDB
    MoveHistory             :
    IsQuarantined           : False
    IsArchiveMailbox        : False
    Identity                : fbc2acd5-31b8-48e9-88f4-564ea2cb81ca
    MapiIdentity            : fbc2acd5-31b8-48e9-88f4-564ea2cb81ca
    OriginatingServer       : srv-xch.BXXut.hu
    IsValid                 : True
    The Restore-Mailbox command also come with error.
    Many thanks,
    Csabi

    Hi
    Yes:
    Get-MailboxStatistics -database RecoveryDB
    | ?{$_.displayname -eq "kmc250sza"} | fl *
    PSComputerName          : srv-xch.bxxut.hu
    RunspaceId              : 752e23df-4e42-43f1-82c9-ec018ca796b3
    AssociatedItemCount     : 5
    DeletedItemCount        : 0
    DisconnectDate          :
    DisconnectReason        :
    DisplayName             : kmc250sza
    ItemCount               : 133
    LastLoggedOnUserAccount : BXXUT\kmc250sza
    LastLogoffTime          : 2013.03.11. 13:50:28
    LastLogonTime           : 2013.03.11. 13:25:26
    LegacyDN                : /O=FIRST ORGANIZATION/OU=FIRST ADMINISTRATIVE GROUP/CN=RECIPIENTS/CN=KMC250SZA
    MailboxGuid             : fbc2acd5-31b8-48e9-88f4-564ea2cb81ca
    ObjectClass             : Mailbox
    StorageLimitStatus      : BelowLimit
    TotalDeletedItemSize    : 0 B (0 bytes)
    TotalItemSize           : 164.6 KB (168,588 bytes)
    MailboxTableIdentifier  : 2A0F-1673D
    Database                : RecoveryDB
    ServerName              : SRV-XCH
    DatabaseName            : RecoveryDB
    MoveHistory             :
    IsQuarantined           : False
    IsArchiveMailbox        : False
    Identity                : fbc2acd5-31b8-48e9-88f4-564ea2cb81ca
    MapiIdentity            : fbc2acd5-31b8-48e9-88f4-564ea2cb81ca
    OriginatingServer       : srv-xch.BXXut.hu
    IsValid                 : True

  • Can't Move Mailbox Exchange 2010: MapiExceptionMailboxSoftDeleted: Unable to open message store

    Hi All,
    I've this issues and I'll be gland if some one can assist me to fix it:
    I can't move mailbox form one DB1 to DB2, When I run the Move request on EMC i got this error:Summary: 1 item(s). 0 succeeded, 1 failed.
    Elapsed time: 00:00:03
    Allan Past
    Failed
    Error:
    MapiExceptionMailboxSoftDeleted: Unable to open message store. (hr=0x80004005, ec=2635)
    Diagnostic context:
        Lid: 55847   EMSMDBPOOL.EcPoolSessionDoRpc called [length=205]
        Lid: 43559   EMSMDBPOOL.EcPoolSessionDoRpc returned [ec=0x0][length=264][latency=0]
        Lid: 23226   --- ROP Parse Start ---
        Lid: 27962   ROP: ropLogon [254]
        Lid: 17082   ROP Error: 0xA4B     
        Lid: 26937  
        Lid: 21921   StoreEc: 0xA4B     
        Lid: 27962   ROP: ropExtendedError [250]
        Lid: 1494    ---- Remote Context Beg ----
        Lid: 26426   ROP: ropLogon [254]
        Lid: 22787   Error: 0x0
        Lid: 13032   StoreEc: 0x8004010F
        Lid: 25848  
        Lid: 7588    StoreEc: 0x8004010F
        Lid: 25840  
        Lid: 6564    StoreEc: 0x8004010F
        Lid: 50999  
        Lid: 2567    StoreEc: 0xA4B     
        Lid: 19452  
        Lid: 2199    StoreEc: 0xA4B     
        Lid: 56415  
        Lid: 48223   StoreEc: 0xA4B     
        Lid: 17097   StoreEc: 0xA4B     
        Lid: 8620    StoreEc: 0xA4B     
        Lid: 1750    ---- Remote Context End ----
        Lid: 26849  
        Lid: 21817   ROP Failure: 0xA4B     
        Lid: 26297  
        Lid: 16585   StoreEc: 0xA4B     
        Lid: 32441  
        Lid: 1706    StoreEc: 0xA4B     
        Lid: 24761  
        Lid: 20665   StoreEc: 0xA4B     
        Lid: 25785  
        Lid: 29881   StoreEc: 0xA4B     
    Exchange Management Shell command attempted:
    'domain.com/Sites/Neles/Allan Past' | New-MoveRequest -TargetDatabase 'Mailbox DB2'
    Elapsed Time: 00:00:02
    Francis B.

    Hi
    How about run the New-MailboxRepairRequest to Test
    http://technet.microsoft.com/en-us/library/ff625226.aspx
    Cheers
    Zi Feng
    TechNet Community Support

  • Measure daily message store usage in Unity 7.0

    Does anyone know a way to measure the daily message voulme in minutes or daily message store storage usage?

    If you're looking for a Unity tool, then the best one I can think of is Message Store Manager.  You can find it here:
    http://www.ciscounitytools.com/Applications/Unity/MSM/MSM.html
    The help file will detail the info you can get from the tool such as the Subscriber Message Store Status Dump which  generates a CSV file with data about each included subscriber’s mailbox.  This data is extensive and detailed and is intended for analysis using a  tool like Microsoft Excel or a database management tool.
    Outside of that, you'd have to look into some Exchange-based tools which in a Unified Messaging setup probably won't be the most accurate (MSM may even be skewed a bit).
    In general, if you use G.711 then a 1 minute message = 480k.  The industry average for a message is typically said to be 30 to 90 seconds so most folks go with the easy 1 minute rule if they are trying to determine the impact on the message store prior to deployment.  The other thing to consider that is not as easy to determine is the impact on Exchange transaction logs (i.e., message drop, message delete, etc - these types of transactions that can happens 100's or even 1000's of times a day depending on the size of deployment).
    Hailey
    Please rate helpful posts!

Maybe you are looking for