The type initializer for 'Metalogix.SharePoint.Adapters.Utils' threw an exception connecting to Source SharePoint 2013 site

Hi,

I am trying to migrate SP 2013 site to SharePoint Online using content matrix v9.0, while connecting to source site using MEWS connection option getting below error.

Server was unable to process request. ---> The type initializer for 'Metalogix.SharePoint.Adapters.Utils' threw an exception. ---> Can't find application path!

However, metalogix.sharepoint.adapters.extensions.9.0.0.1.wsp solution deployed in Farm and MEWS service also installed on WFEs. I am able to browse to http://localhost/_vti_bin/ml/9.0.0.1/mlspextensions.asmx

Can you suggest why getting this error?

Parents
  • Hello Hiral,

    This issue most likely occurs when requests go to a load balancer, but the connection has been closed or becomes unavailable.

    Workaround:

    1. Close the Content Matrix Console.
    2. Get the direct IP address of the WFE server
    3. Open the C:\Windows\System32\drivers\etc\hosts file using any text editor (e.g. Notepad).
    4. Add an entry for the WFE server’s IP address to the hosts file where content matrix console is running using the format below, and then save the file
    192.168.1.10 uno.ml.com
    5. Re-launch the Content Matrix Console, create a new connection to the SharePoint environment, then run another migration.

    Please refer the following KB that address this issue
    support.quest.com/.../-exception-the-underlying-connection-was-closed-an-unexpected-error-occurred-on-a-send-error-message

    Hope this helps!

    Cheers,
    Bill

Reply
  • Hello Hiral,

    This issue most likely occurs when requests go to a load balancer, but the connection has been closed or becomes unavailable.

    Workaround:

    1. Close the Content Matrix Console.
    2. Get the direct IP address of the WFE server
    3. Open the C:\Windows\System32\drivers\etc\hosts file using any text editor (e.g. Notepad).
    4. Add an entry for the WFE server’s IP address to the hosts file where content matrix console is running using the format below, and then save the file
    192.168.1.10 uno.ml.com
    5. Re-launch the Content Matrix Console, create a new connection to the SharePoint environment, then run another migration.

    Please refer the following KB that address this issue
    support.quest.com/.../-exception-the-underlying-connection-was-closed-an-unexpected-error-occurred-on-a-send-error-message

    Hope this helps!

    Cheers,
    Bill

Children
No Data