Ask a questionAsk a question
 

QuestionTransporter Suite and time outs

  • Monday, October 19, 2009 10:27 AMCarl Larsson Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     

    Hi.

     

    I really need help with the transporter tools as I just keep getting these errors. I’m trying to run it against a map that contains around 4000 test mail. Just small mails

     

    WARNING: Aborting client operation for command FETCH with response * BYE

    [ALERT] Command line too long, server terminating connection

    I have tried both kb 959955 and 953526 but it does not seems to help.  I tried

    <system.webServer>
       <security>
        <requestFiltering>
         <requestLimits maxAllowedContentLength="41943040" />
        </requestFiltering>
       </security>
    </system.webServer>

    and

     <httpRuntime maxRequestLength="204800" executionTimeout="7200"/>

    But still time outs.

    I tried to run it against a singel test map with one mail first and then it works.
    I then move in about 1500 test mail. Small mail including only the frase "This is an test mail" and then I get the error when I try again.

    If I then move away all my test mail so it only includes one again does I still get the error??

    this is on Windows 2008 sp2 Exchange 2007 Sp1. (I have asked to be allowed to install sp2 in my test environment)

    I run my test with the following command

    PS C:\Program Files\Microsoft Transporter Tools> Move-IMAPMailboxToExchange -All

    owUnsecureConnection -SourceIdentity "xxxx@yyyy" -SourceLoginID "xxxx@yyyy" -SourcePassword "xxxxx" -SourceServer "xxxxxx" -SourceRootFolder "nyinkorg" -TargetIdentity "xxxx@yyyyy"


    All identities have been striped

All Replies

  • Wednesday, October 28, 2009 9:42 PMredflares0 Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     

    The request is failing probably because the default fetch batch size (2500) is not supported by the server. You may try to set it up to any lower value in HKCU\Software\Microsoft\Transporter\Preferences\ImapFetchBatchSize. Read your server documentation to find the right value, or try different random values (< 2500) unless you find the right one.

  • Sunday, November 01, 2009 5:38 PM- Loris Manozzo - Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     

    Thanks a lot!  This issue was driving me crazy, but where the heck have you found it?!?  I Googelized that key without success and there aren't much infos about Transporter Suite around...

    Now it seems to working fine, this week I'll have to migrate 70 mail users this way, at now with a couple of mailboxes (one with about 18.000 mail messages and many folders) it works like a charm!

    Thanks again!