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

PowerShell Migration Error: The source of the copy is null, please initialize a proper source node.

​We are migrating many hundreds of intranet sates to SharePoint Online. We have found that we need an initial Master Page Gallery migration followed by a full content migration for each site. We are now a the point where we wish to script the migration in PowerShell. We generate the PS1 for same user and machine, which we have done before. We make the appropriate changes in the source and target URL's in the script and run it. We get the attached error. See attached for full but it says... "The source of the copy is null, please initialize a proper source node."

 

The source is present. The Content Matrix console connects to the source on the same box but the PS1 can't see it???

 

Any help appreciated. See attachment.

 

 

Parents
  • Hi Doug,

     

    The "The source of the copy is null, please initialize a proper source node" error message usually indicates an incorrect URL being passed to the -SiteUrl property. To isolate the issue, please perform the following:

     

    • Ensure that the correct URL is being passed to the -SiteUrl parameter in the PowerShell script.
    • Connect to the source using the database adapter, then re-generate the PowerShell script.
    • Run the job migration through the Content Matrix console.

     

    Let me know what happens so I can assist you further.

     

    Regards,

    Cyrus

Reply
  • Hi Doug,

     

    The "The source of the copy is null, please initialize a proper source node" error message usually indicates an incorrect URL being passed to the -SiteUrl property. To isolate the issue, please perform the following:

     

    • Ensure that the correct URL is being passed to the -SiteUrl parameter in the PowerShell script.
    • Connect to the source using the database adapter, then re-generate the PowerShell script.
    • Run the job migration through the Content Matrix console.

     

    Let me know what happens so I can assist you further.

     

    Regards,

    Cyrus

Children
No Data