Ureader.com  
Microsoft software help and Community
   home   |   control panel login   |   archive   |  
 
Exchange
2000.active.directory
2000.admin
2000.announcements
2000.app.conversion
2000.applications
2000.clients
2000.clustering
2000.connectivity
2000.development
2000.documentation
2000.general
2000.information.store
2000.interop
2000.kms
2000.misc
2000.protocols
2000.realtime.collabo.
2000.setup
2000.transport
2000.win2000
admin
application.conversion
applications
clients
clustering
connectivity
design
development
misc
mobility
setup
tools
  
 
date: Tue, 24 Jun 2008 10:42:22 -0500,    group: microsoft.public.exchange.admin        back       


Exmerge   
I am using Exchange 2007 SP1. I have used Exmerge with Exchange 2003. So I 
am aware of providing proper permissions etc. I am required to archive 
ex-employees mailboxes before removing them. I am trying to use Exmerge and 
it's giving me an error dapi.dll not found. So I tried another server 
Windows 2003 SP2 Exchange Management console installed on it but now get 
error about Exchem.dll can not be located in dynamic link library.

I am local admin/domain admins to both of these machines and have 
appropriate read rights to the account on Exchnage Server.
I have been running Exmerge from C:\Program Files\Microsoft\Exchange 
Server\bin folder where Exchange Management tools are installed.

Any suggestion?
date: Tue, 24 Jun 2008 10:42:22 -0500   author:   Sandeep Thakker

Re: Exmerge   
Exmerge while still usable in 2007 takes a back seat to the new Export 
Mailbox commands.
You can Google "Exchange 2007 Export Mailbox" for tons of info, or start 
here:

http://msexchangeteam.com/archive/2007/04/13/437745.aspx

http://technet.microsoft.com/en-us/library/bb266964(EXCHG.80).aspx

"Sandeep Thakker"  wrote in message 
news:el8lUDh1IHA.2384@TK2MSFTNGP04.phx.gbl...
>I am using Exchange 2007 SP1. I have used Exmerge with Exchange 2003. So I 
>am aware of providing proper permissions etc. I am required to archive 
>ex-employees mailboxes before removing them. I am trying to use Exmerge and 
>it's giving me an error dapi.dll not found. So I tried another server 
>Windows 2003 SP2 Exchange Management console installed on it but now get 
>error about Exchem.dll can not be located in dynamic link library.
>
> I am local admin/domain admins to both of these machines and have 
> appropriate read rights to the account on Exchnage Server.
> I have been running Exmerge from C:\Program Files\Microsoft\Exchange 
> Server\bin folder where Exchange Management tools are installed.
>
> Any suggestion?
>
date: Tue, 24 Jun 2008 08:46:59 -0700   author:   Martin Blackstone

Re: Exmerge   
Use Shell instead. Exmerge is not supported though it still works. Not
sure why exmerge is erroring out; were you able to sucessfully run it
before from the same server?

To export data from a .pst file, you must run the Export-Mailbox
cmdlet from a 32-bit computer that has the following installed:

The 32-bit version of the Exchange management tools
Outlook 2003 Service Pack 2 (SP2) or Outlook 2007


Export-Mailbox -Identity john@contoso.com -PSTFolderPath C:\PSTFiles
\john.pst


How to Export Mailbox Data
http://technet.microsoft.com/en-us/library/bb266964(EXCHG.80).aspx



James Chong (MVP)
MCITP | EMA; MCSE | M, S,
Security, Project, ITIL
msexchangetips.blogspot.com

On Jun 24, 11:42 am, "Sandeep Thakker"  wrote:
> I am using Exchange 2007 SP1. I have used Exmerge with Exchange 2003. So I
> am aware of providing proper permissions etc. I am required to archive
> ex-employees mailboxes before removing them. I am trying to use Exmerge and
> it's giving me an error dapi.dll not found. So I tried another server
> Windows 2003 SP2 Exchange Management console installed on it but now get
> error about Exchem.dll can not be located in dynamic link library.
>
> I am local admin/domain admins to both of these machines and have
> appropriate read rights to the account on Exchnage Server.
> I have been running Exmerge from C:\Program Files\Microsoft\Exchange
> Server\bin folder where Exchange Management tools are installed.
>
> Any suggestion?
date: Tue, 24 Jun 2008 10:23:37 -0700 (PDT)   author:   Jamestechman

Re: Exmerge   
Grat and Thanks that's easier than I thought. I did not look in that 
direction.

"Martin Blackstone"  wrote in message 
news:22ABFC0E-BA0C-47BD-9839-4E21AA885677@microsoft.com...
> Exmerge while still usable in 2007 takes a back seat to the new Export 
> Mailbox commands.
> You can Google "Exchange 2007 Export Mailbox" for tons of info, or start 
> here:
>
> http://msexchangeteam.com/archive/2007/04/13/437745.aspx
>
> http://technet.microsoft.com/en-us/library/bb266964(EXCHG.80).aspx
>
> "Sandeep Thakker"  wrote in message 
> news:el8lUDh1IHA.2384@TK2MSFTNGP04.phx.gbl...
>>I am using Exchange 2007 SP1. I have used Exmerge with Exchange 2003. So I 
>>am aware of providing proper permissions etc. I am required to archive 
>>ex-employees mailboxes before removing them. I am trying to use Exmerge 
>>and it's giving me an error dapi.dll not found. So I tried another server 
>>Windows 2003 SP2 Exchange Management console installed on it but now get 
>>error about Exchem.dll can not be located in dynamic link library.
>>
>> I am local admin/domain admins to both of these machines and have 
>> appropriate read rights to the account on Exchnage Server.
>> I have been running Exmerge from C:\Program Files\Microsoft\Exchange 
>> Server\bin folder where Exchange Management tools are installed.
>>
>> Any suggestion?
>>
>
date: Tue, 24 Jun 2008 13:12:49 -0500   author:   Sandeep Thakker

Re: Exmerge   
thanks James - It's a mystery why Exmerge does not work at all. But your 
post about command prompt was helpful. Anyway it works from commandline. 
Whatever works, works for me. I wont even try to solve a mystery why Exmerge 
does not work even though I followed all guidelines and eventhough it works 
for other people.

"Jamestechman"  wrote in message 
news:183a291e-ed6c-4a16-8d41-928dd8114b96@j22g2000hsf.googlegroups.com...
Use Shell instead. Exmerge is not supported though it still works. Not
sure why exmerge is erroring out; were you able to sucessfully run it
before from the same server?

To export data from a .pst file, you must run the Export-Mailbox
cmdlet from a 32-bit computer that has the following installed:

The 32-bit version of the Exchange management tools
Outlook 2003 Service Pack 2 (SP2) or Outlook 2007


Export-Mailbox -Identity john@contoso.com -PSTFolderPath C:\PSTFiles
\john.pst


How to Export Mailbox Data
http://technet.microsoft.com/en-us/library/bb266964(EXCHG.80).aspx



James Chong (MVP)
MCITP | EMA; MCSE | M+, S+,
Security+, Project+, ITIL
msexchangetips.blogspot.com

On Jun 24, 11:42 am, "Sandeep Thakker"  wrote:
> I am using Exchange 2007 SP1. I have used Exmerge with Exchange 2003. So I
> am aware of providing proper permissions etc. I am required to archive
> ex-employees mailboxes before removing them. I am trying to use Exmerge 
> and
> it's giving me an error dapi.dll not found. So I tried another server
> Windows 2003 SP2 Exchange Management console installed on it but now get
> error about Exchem.dll can not be located in dynamic link library.
>
> I am local admin/domain admins to both of these machines and have
> appropriate read rights to the account on Exchnage Server.
> I have been running Exmerge from C:\Program Files\Microsoft\Exchange
> Server\bin folder where Exchange Management tools are installed.
>
> Any suggestion?
date: Tue, 24 Jun 2008 13:41:26 -0500   author:   Sandeep Thakker

Re: Exmerge   
I'm with you!

"Sandeep Thakker"  wrote in message 
news:ODS$Zni1IHA.2068@TK2MSFTNGP05.phx.gbl...
> thanks James - It's a mystery why Exmerge does not work at all. But your 
> post about command prompt was helpful. Anyway it works from commandline. 
> Whatever works, works for me. I wont even try to solve a mystery why 
> Exmerge does not work even though I followed all guidelines and eventhough 
> it works for other people.
>
> "Jamestechman"  wrote in message 
> news:183a291e-ed6c-4a16-8d41-928dd8114b96@j22g2000hsf.googlegroups.com...
> Use Shell instead. Exmerge is not supported though it still works. Not
> sure why exmerge is erroring out; were you able to sucessfully run it
> before from the same server?
>
> To export data from a .pst file, you must run the Export-Mailbox
> cmdlet from a 32-bit computer that has the following installed:
>
> The 32-bit version of the Exchange management tools
> Outlook 2003 Service Pack 2 (SP2) or Outlook 2007
>
>
> Export-Mailbox -Identity john@contoso.com -PSTFolderPath C:\PSTFiles
> \john.pst
>
>
> How to Export Mailbox Data
> http://technet.microsoft.com/en-us/library/bb266964(EXCHG.80).aspx
>
>
>
> James Chong (MVP)
> MCITP | EMA; MCSE | M+, S+,
> Security+, Project+, ITIL
> msexchangetips.blogspot.com
>
> On Jun 24, 11:42 am, "Sandeep Thakker"  wrote:
>> I am using Exchange 2007 SP1. I have used Exmerge with Exchange 2003. So 
>> I
>> am aware of providing proper permissions etc. I am required to archive
>> ex-employees mailboxes before removing them. I am trying to use Exmerge 
>> and
>> it's giving me an error dapi.dll not found. So I tried another server
>> Windows 2003 SP2 Exchange Management console installed on it but now get
>> error about Exchem.dll can not be located in dynamic link library.
>>
>> I am local admin/domain admins to both of these machines and have
>> appropriate read rights to the account on Exchnage Server.
>> I have been running Exmerge from C:\Program Files\Microsoft\Exchange
>> Server\bin folder where Exchange Management tools are installed.
>>
>> Any suggestion?
>
>
date: Tue, 24 Jun 2008 11:52:06 -0700   author:   Martin Blackstone

Re: Exmerge   
On Tue, 24 Jun 2008 11:52:06 -0700, "Martin Blackstone"
 wrote:

>I'm with you!

And in your dreams!


>
>"Sandeep Thakker"  wrote in message 
>news:ODS$Zni1IHA.2068@TK2MSFTNGP05.phx.gbl...
>> thanks James - It's a mystery why Exmerge does not work at all. But your 
>> post about command prompt was helpful. Anyway it works from commandline. 
>> Whatever works, works for me. I wont even try to solve a mystery why 
>> Exmerge does not work even though I followed all guidelines and eventhough 
>> it works for other people.
>>
>> "Jamestechman"  wrote in message 
>> news:183a291e-ed6c-4a16-8d41-928dd8114b96@j22g2000hsf.googlegroups.com...
>> Use Shell instead. Exmerge is not supported though it still works. Not
>> sure why exmerge is erroring out; were you able to sucessfully run it
>> before from the same server?
>>
>> To export data from a .pst file, you must run the Export-Mailbox
>> cmdlet from a 32-bit computer that has the following installed:
>>
>> The 32-bit version of the Exchange management tools
>> Outlook 2003 Service Pack 2 (SP2) or Outlook 2007
>>
>>
>> Export-Mailbox -Identity john@contoso.com -PSTFolderPath C:\PSTFiles
>> \john.pst
>>
>>
>> How to Export Mailbox Data
>> http://technet.microsoft.com/en-us/library/bb266964(EXCHG.80).aspx
>>
>>
>>
>> James Chong (MVP)
>> MCITP | EMA; MCSE | M+, S+,
>> Security+, Project+, ITIL
>> msexchangetips.blogspot.com
>>
>> On Jun 24, 11:42 am, "Sandeep Thakker"  wrote:
>>> I am using Exchange 2007 SP1. I have used Exmerge with Exchange 2003. So 
>>> I
>>> am aware of providing proper permissions etc. I am required to archive
>>> ex-employees mailboxes before removing them. I am trying to use Exmerge 
>>> and
>>> it's giving me an error dapi.dll not found. So I tried another server
>>> Windows 2003 SP2 Exchange Management console installed on it but now get
>>> error about Exchem.dll can not be located in dynamic link library.
>>>
>>> I am local admin/domain admins to both of these machines and have
>>> appropriate read rights to the account on Exchnage Server.
>>> I have been running Exmerge from C:\Program Files\Microsoft\Exchange
>>> Server\bin folder where Exchange Management tools are installed.
>>>
>>> Any suggestion?
>>
>>
date: Tue, 24 Jun 2008 14:58:03 -0400   author:   Andy David {MVP}

Re: Exmerge   
"Andy David {MVP}"  wrote in message 
news:itg264hgurm57gr16h7crbgntqi7eln5db@4ax.com...
> On Tue, 24 Jun 2008 11:52:06 -0700, "Martin Blackstone"
>  wrote:
>
>>I'm with you!
>
> And in your dreams!
>


::hugs!::
date: Tue, 24 Jun 2008 12:03:33 -0700   author:   Martin Blackstone

Google
 
Web ureader.com


    COPYRIGHT 2007, YARDI TECHNOLOGY LIMITED, ALL RIGHT RESERVE  |   contact us