I was running an Exchange Server in English and then tried to move the accounts using exmerge to one in German when I ran into this error. After much reading I came accross this website: http://technet.microsoft.com/en-us/library/bb124178.aspx which states:
"Store 'MSPST MS' was not opened Store 'MSEMS' was not opened
The Store 'MSPST MS' was not opened or Store 'MSEMS' was not opened errors might be seen in the ExMerge log file (ExMerge.log) after merging data from the recovery storage group has failed. These errors typically indicate a language localization mismatch problem. The errors can usually be resolved by entering the correct localized names for the MAPI services on which ExMerge depends.
-
In the ExMerge.ini file that is bundled with the ExMerge tool, find the LoggingLevel line and set its value to 3 instead of 0. This enables verbose logging of ExMerge errors.
-
Run ExMerge again to generate the error condition again. To reduce the output to the log file, select only a single mailbox to merge.
-
In the ExMerge.log file, find the lines that begin with "Checking service" and that are followed by a "was not opened" error. For example:
-
In the ExMerge.ini file, find LocalisedExchangeServerServiceName and remove the semicolon (;) that precedes the line. Then set the value to the service name displayed in the ExMerge.log file. For example:
-
In the ExMerge.ini file, find LocalisedPersonalFoldersServiceName and remove the semicolon (;) that precedes the line. Then set the value to the service name displayed in the ExMerge.log file. For example:
So, simply find the localised names and remove the ';' from the one you need to use. For example, in my case I needed spanish so I removed it from the Spanish one and here is what I ended up with:
; French
;LocalisedPersonalFoldersServiceName=Dossiers personnels
; Spanish
LocalisedPersonalFoldersServiceName=Carpetas personales
; German
;LocalisedPersonalFoldersServiceName=Persönliche Ordner
; Italian
;LocalisedPersonalFoldersServiceName=Cartelle personali
From the looks of it, you will run into issues if you are using ExMerge for a French, Spanish, German or Italian system. Hope this helps!
6 comments:
Thank you sooo much! It was very helpful to me.
Thanks very much, this was an absolute godsend, I was pulling my hair out
Thank you so much. This was really very helpful.
Thanks,
Ashok
Hey thank you very much! Your Experence helped me too, and it lets me take my own experence on exmerge!!
Thanks,
WizzleFizzle
Thank you! You just saved me some hours of work!
ExMerge errors can be overcome by the use of third party EDB to PST Converter tools. One such utility is Stellar EDB to PST Converter. More info. is available here:
http://edbtopstconverter.stellarservertools.com/
Post a Comment