|
|
|
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.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()
>
> 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.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()
> >
> > 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
|
|