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: Sun, 25 Feb 2007 12:24:00 -0800,    group: microsoft.public.exchange.tools        back       


Mailbox migration error with Transporter Suite for Domino   
Hello,

I've just deployed transporter suite for domino and i can successfully do 
directory sync and user accounts migrations...

But, i've got this error when trying to move mailboxes from notes to 
exchange 2007:

-------------
Summary: 1 item(s). 0 succeeded, 1 failed. 
Elapsed time: 00:00:01


Elie Copter
Failed

Error:
System.Web.Services.Protocols.SoapException: The server to which the 
application is connected cannot impersonate the requested user due to 
insufficient permission.
   at 
Microsoft.Exchange.Services.RequestSoapHeaderServiceExtension.ProcessSoapHeaders(SoapMessage message, Object responsibleObject)
   at 
Microsoft.Exchange.Services.RequestSoapHeaderServiceExtension.AfterDeserializeRequest(SoapMessage message, Object stateData)
   at 
Microsoft.Exchange.Services.ServiceExtensionManager.DoAfterDeserializeRequest(SoapMessage message)
   at 
Microsoft.Exchange.Services.ServiceExtensionManager.<>c__DisplayClass1.<ProcessMessage>b__0()
   at 
Microsoft.Exchange.Diagnostics.ExWatson.<>c__DisplayClass4.<SendReportOnUnhandledException>b__0()
   at Microsoft.Exchange.Common.IL.ILUtil.DoTryFilterCatch(TryDelegate 
tryDelegate, FilterDelegate filterDelegate, CatchDelegate catchDelegate)
   at 
Microsoft.Exchange.Diagnostics.ExWatson.SendReportOnUnhandledException(MethodDelegate methodDelegate, IsExceptionInteresting isExceptionInteresting)
   at 
Microsoft.Exchange.Services.Core.ServiceDiagnostics.TraceErrorOnUnhandledException(MethodDelegate methodDelegate)
   at 
Microsoft.Exchange.Services.ServiceExtensionManager.ProcessMessage(SoapMessage message)
   at 
System.Web.Services.Protocols.SoapMessage.RunExtensions(SoapExtension[] 
extensions, Boolean throwOnException)
   at System.Web.Services.Protocols.SoapServerProtocol.CreateServerInstance()
   at System.Web.Services.Protocols.WebServiceHandler.Invoke()
   at System.Web.Services.Protocols.WebServiceHandler.CoreProcessRequest()

Exchange Management Shell command attempted:
'CN=Elie Copter/O=OLts' | move-dominomailbox -Quiet -DominoDirectoryServer 
'Dn1/OLts' -DomainController 'DC1.Aoc.Local' -TargetMailboxDatabase 
'EX1\First Storage Group\Mailbox Database' -TargetMode 'Merge'

Elapsed Time: 00:00:01
-------------

I need help, does anyone have any idea to solve this problem?

Thanks & regards,

Kevin
date: Sun, 25 Feb 2007 12:24:00 -0800   author:   acidifix

Re: Mailbox migration error with Transporter Suite for Domino   
Check the Transporter Release Notes.

It tells you that you have to enable Exchange impersonation using the
Exchange Management Shell

Add-ADPermission -Identity (get-exchangeserver).DistinguishedName -
User (Get-User -Identity [UserName] | select-object).identity -
extendedRight ms-Exch-EPI-Impersonation

UserName is whatever account you are running the Transporter Suite
under (current login)

Good luck,

Jonathan


On Feb 25, 3:24 pm, acidifix 
wrote:
> Hello,
>
> I've just deployed transporter suite for domino and i can successfully do
> directory sync and user accounts migrations...
>
> But, i've got thiserrorwhen trying tomovemailboxes from notes toexchange2007:
>
> -------------
> Summary: 1 item(s). 0 succeeded, 1 failed.
> Elapsed time: 00:00:01
>
> Elie Copter
> Failed
>
> Error:
> System.Web.Services.Protocols.SoapException: The server to which the
> application is connected cannot impersonate the requested user due to
> insufficient permission.
>    at
> Microsoft.Exchange.Services.RequestSoapHeaderServiceExtension.ProcessSoapHe­aders(SoapMessage message, Object responsibleObject)
>    at
> Microsoft.Exchange.Services.RequestSoapHeaderServiceExtension.AfterDeserial­izeRequest(SoapMessage message, Object stateData)
>    at
> Microsoft.Exchange.Services.ServiceExtensionManager.DoAfterDeserializeReque­st(SoapMessage message)
>    at
> Microsoft.Exchange.Services.ServiceExtensionManager.<>c__DisplayClass1.<Pro­cessMessage>b__0()
>    at
> Microsoft.Exchange.Diagnostics.ExWatson.<>c__DisplayClass4.<SendReportOnUnh­andledException>b__0()
>    at Microsoft.Exchange.Common.IL.ILUtil.DoTryFilterCatch(TryDelegate
> tryDelegate, FilterDelegate filterDelegate, CatchDelegate catchDelegate)
>    at
> Microsoft.Exchange.Diagnostics.ExWatson.SendReportOnUnhandledException(Meth­odDelegate methodDelegate, IsExceptionInteresting isExceptionInteresting)
>    at
> Microsoft.Exchange.Services.Core.ServiceDiagnostics.TraceErrorOnUnhandledEx­ception(MethodDelegate methodDelegate)
>    at
> Microsoft.Exchange.Services.ServiceExtensionManager.ProcessMessage(SoapMess­age message)
>    at
> System.Web.Services.Protocols.SoapMessage.RunExtensions(SoapExtension[]
> extensions, Boolean throwOnException)
>    at System.Web.Services.Protocols.SoapServerProtocol.CreateServerInstance()
>    at System.Web.Services.Protocols.WebServiceHandler.Invoke()
>    at System.Web.Services.Protocols.WebServiceHandler.CoreProcessRequest()
>
> ExchangeManagement Shell command attempted:
> 'CN=Elie Copter/O=OLts' |move-dominomailbox -Quiet -DominoDirectoryServer
> 'Dn1/OLts' -DomainController 'DC1.Aoc.Local' -TargetMailboxDatabase
> 'EX1\First Storage Group\MailboxDatabase' -TargetMode 'Merge'
>
> Elapsed Time: 00:00:01
> -------------
>
> I need help, does anyone have any idea to solve this problem?
>
> Thanks & regards,
>
> Kevin
date: 28 Feb 2007 07:46:45 -0800   author:   unknown

Re: Mailbox migration error with Transporter Suite for Domino   
Thanks ! I'll remember to read the release notes next time I'll use a new 
tool :P

Regards,

Kevin

"jonathan.rawson@gmail.com" wrote:

> Check the Transporter Release Notes.
> 
> It tells you that you have to enable Exchange impersonation using the
> Exchange Management Shell
> 
> Add-ADPermission -Identity (get-exchangeserver).DistinguishedName -
> User (Get-User -Identity [UserName] | select-object).identity -
> extendedRight ms-Exch-EPI-Impersonation
> 
> UserName is whatever account you are running the Transporter Suite
> under (current login)
> 
> Good luck,
> 
> Jonathan
> 
> 
> On Feb 25, 3:24 pm, acidifix 
> wrote:
> > Hello,
> >
> > I've just deployed transporter suite for domino and i can successfully do
> > directory sync and user accounts migrations...
> >
> > But, i've got thiserrorwhen trying tomovemailboxes from notes toexchange2007:
> >
> > -------------
> > Summary: 1 item(s). 0 succeeded, 1 failed.
> > Elapsed time: 00:00:01
> >
> > Elie Copter
> > Failed
> >
> > Error:
> > System.Web.Services.Protocols.SoapException: The server to which the
> > application is connected cannot impersonate the requested user due to
> > insufficient permission.
> >    at
> > Microsoft.Exchange.Services.RequestSoapHeaderServiceExtension.ProcessSoapHe­aders(SoapMessage message, Object responsibleObject)
> >    at
> > Microsoft.Exchange.Services.RequestSoapHeaderServiceExtension.AfterDeserial­izeRequest(SoapMessage message, Object stateData)
> >    at
> > Microsoft.Exchange.Services.ServiceExtensionManager.DoAfterDeserializeReque­st(SoapMessage message)
> >    at
> > Microsoft.Exchange.Services.ServiceExtensionManager.<>c__DisplayClass1.<Pro­cessMessage>b__0()
> >    at
> > Microsoft.Exchange.Diagnostics.ExWatson.<>c__DisplayClass4.<SendReportOnUnh­andledException>b__0()
> >    at Microsoft.Exchange.Common.IL.ILUtil.DoTryFilterCatch(TryDelegate
> > tryDelegate, FilterDelegate filterDelegate, CatchDelegate catchDelegate)
> >    at
> > Microsoft.Exchange.Diagnostics.ExWatson.SendReportOnUnhandledException(Meth­odDelegate methodDelegate, IsExceptionInteresting isExceptionInteresting)
> >    at
> > Microsoft.Exchange.Services.Core.ServiceDiagnostics.TraceErrorOnUnhandledEx­ception(MethodDelegate methodDelegate)
> >    at
> > Microsoft.Exchange.Services.ServiceExtensionManager.ProcessMessage(SoapMess­age message)
> >    at
> > System.Web.Services.Protocols.SoapMessage.RunExtensions(SoapExtension[]
> > extensions, Boolean throwOnException)
> >    at System.Web.Services.Protocols.SoapServerProtocol.CreateServerInstance()
> >    at System.Web.Services.Protocols.WebServiceHandler.Invoke()
> >    at System.Web.Services.Protocols.WebServiceHandler.CoreProcessRequest()
> >
> > ExchangeManagement Shell command attempted:
> > 'CN=Elie Copter/O=OLts' |move-dominomailbox -Quiet -DominoDirectoryServer
> > 'Dn1/OLts' -DomainController 'DC1.Aoc.Local' -TargetMailboxDatabase
> > 'EX1\First Storage Group\MailboxDatabase' -TargetMode 'Merge'
> >
> > Elapsed Time: 00:00:01
> > -------------
> >
> > I need help, does anyone have any idea to solve this problem?
> >
> > Thanks & regards,
> >
> > Kevin
> 
> 
>
date: Thu, 1 Mar 2007 06:47:15 -0800   author:   acidifix

Google
 
Web ureader.com


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