Link to home
Start Free TrialLog in
Avatar of junkerbug3000
junkerbug3000

asked on

I cannot import PSTs larger than 2 gb into outlook 7 or 10

We went from a exchange 2003 to exchange 2013. I ran exmerge on the 2003 box and pulled all of the users PSTs into a file on the 2003 exchange server. I went to the workstations and imported all the PSTs into outlook except for the ones that are 2gb or larger. When I try to import the large ones over 2gb outlook says that they are too large to import. Help
Avatar of Raheman M. Abdul
Raheman M. Abdul
Flag of United Kingdom of Great Britain and Northern Ireland image

New-Mailboximportrequest powershell cmdlet supports to import PST files which greater than 2 GB
or
export mailboxes by folder or date range to make the size <2GB. Its a limit of 2GB with exmerge tool.

Eg: Dir \\SERVER01\PSTshareRO\Recovered\*.pst | %{ New-MailboxImportRequest -Name RecoveredPST -BatchName Recovered -Mailbox $_.BaseName -FilePath $_.FullName -TargetRootFolder SubFolderInPrimary}

for examples: Refer:
http://technet.microsoft.com/en-us/library/ff607310(v=exchg.150).aspx

http://www.exchangedude.net/index.php/2011/11/howto-import-pst-files-into-exchange-2010-using-new-mailboximportrequest/
I hope you mean Outlook 2007 and Outlook 2010 in your title because Outlook 2003 is actually v11. This is confusing but I am going on a hunch here that is what you mean.

Are you creating the connection to the exchange server with the Exchange connector or are you doing an IMAP or POP3 configuration. Silly question but I have seen an issue where on OL2007 & OL2010 allow you to create PST files for IMAP/POP3 storage which are OL2003 compatible and thus do not allow for PST sizes over 2GB.

If you are using OST and the native Exchange connector, which would be strongly recommended, this will not be the case.
ASKER CERTIFIED SOLUTION
Avatar of Netflo
Netflo
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of junkerbug3000
junkerbug3000

ASKER

I'm using exmerge by date and making the PSTs smaller than 2gb. They are all names the same though. They are all in different folders. Hope this works
You can try, however if you have a manageable number I would recommend doing it via Outlook per machine.
Yes, That's the plan. Only have 5 or6 files per user and only 6 users to do. Thought I could import them into the users Outlook.