This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Why we are receiving an error "The remote server returned an error: (407) Proxy Authentication Required." in middle of migration. And we are migrating the content from one site collection to another in Same Version (SharePoint Online).

Why we are receiving an error "The remote server returned an error: (407) Proxy Authentication Required." in middle of migration. And we are migrating the content from one site collection to another in Same Version (SharePoint Online).
Parents
  • Hi Prabhakar,

     

    If a proxy connection is being used for a migration job, it has to configured accordingly. Please perform the following steps below.

     

    1.    Close the Content Matrix Console.

    2.    Navigate to C:\Program Files (x86)\Metalogix\Content Matrix Consoles\SharePoint Edition, then open the Metalogix.Azure.ConsoleProcessor.exe.config file using any text editor (e.g. Notepad).

    3.    Add the following:

     

    <system.net>

      <defaultProxy useDefaultCredentials="true">

         <proxy bypassonlocal="false" proxyaddress="http://X.X.X.X:port" />

      </defaultProxy>

    </system.net>

     

    4.    Save the file.

    5.    Re-launch the Content Matrix Console, then run the migration job again.

     

    Regards,

    Bianca

Reply
  • Hi Prabhakar,

     

    If a proxy connection is being used for a migration job, it has to configured accordingly. Please perform the following steps below.

     

    1.    Close the Content Matrix Console.

    2.    Navigate to C:\Program Files (x86)\Metalogix\Content Matrix Consoles\SharePoint Edition, then open the Metalogix.Azure.ConsoleProcessor.exe.config file using any text editor (e.g. Notepad).

    3.    Add the following:

     

    <system.net>

      <defaultProxy useDefaultCredentials="true">

         <proxy bypassonlocal="false" proxyaddress="http://X.X.X.X:port" />

      </defaultProxy>

    </system.net>

     

    4.    Save the file.

    5.    Re-launch the Content Matrix Console, then run the migration job again.

     

    Regards,

    Bianca

Children
No Data