<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic XCP version 1.9.2 sync error after full copy in General Discussion</title>
    <link>https://community.netapp.com/t5/General-Discussion/XCP-version-1-9-2-sync-error-after-full-copy/m-p/447043#M1541</link>
    <description>&lt;P&gt;&lt;FONT&gt;I have made a full copy of a Windows FAT file system to a NetApp Cifs share and that was done &lt;/FONT&gt;&lt;FONT&gt;successfully. After the initial copy i wanted to use the sync command to keep de copy the same as the source.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;As command i used this (source - and destination server and share are correct but removed in this line. But i know these are good cause i used the same for the initial copy by replaceing&amp;nbsp;copy command to sync command)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;.\xcp sync &lt;EM&gt;\\{Source Servername}\{source share}&lt;/EM&gt; \\\\{Destination Servername}\{destination share} -loglevel DEBUG&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2023-08-18 15:48:30,873 - ERROR - xcp.scanner - 141904 - 65008 - failed to scan path &lt;EM&gt;\\{Source Servername}\{source share}&lt;/EM&gt;: (2, 'GetNamedSecurityInfo', 'The system cannot find the file specified.')&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2023-08-18 15:48:32,124 - ERROR - root - 143064 - 99032 - Error occured in guard_print [Errno 22] Invalid argument&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i do not understand what it means by 'The system cannot find the file specified.' with sync should be copying files that are missing to the destination but now it says it is missing files on source???&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyone a idea of what can be going wrong?&lt;/P&gt;</description>
    <pubDate>Wed, 04 Jun 2025 09:45:48 GMT</pubDate>
    <dc:creator>SAREK070770</dc:creator>
    <dc:date>2025-06-04T09:45:48Z</dc:date>
    <item>
      <title>XCP version 1.9.2 sync error after full copy</title>
      <link>https://community.netapp.com/t5/General-Discussion/XCP-version-1-9-2-sync-error-after-full-copy/m-p/447043#M1541</link>
      <description>&lt;P&gt;&lt;FONT&gt;I have made a full copy of a Windows FAT file system to a NetApp Cifs share and that was done &lt;/FONT&gt;&lt;FONT&gt;successfully. After the initial copy i wanted to use the sync command to keep de copy the same as the source.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;As command i used this (source - and destination server and share are correct but removed in this line. But i know these are good cause i used the same for the initial copy by replaceing&amp;nbsp;copy command to sync command)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;.\xcp sync &lt;EM&gt;\\{Source Servername}\{source share}&lt;/EM&gt; \\\\{Destination Servername}\{destination share} -loglevel DEBUG&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2023-08-18 15:48:30,873 - ERROR - xcp.scanner - 141904 - 65008 - failed to scan path &lt;EM&gt;\\{Source Servername}\{source share}&lt;/EM&gt;: (2, 'GetNamedSecurityInfo', 'The system cannot find the file specified.')&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2023-08-18 15:48:32,124 - ERROR - root - 143064 - 99032 - Error occured in guard_print [Errno 22] Invalid argument&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i do not understand what it means by 'The system cannot find the file specified.' with sync should be copying files that are missing to the destination but now it says it is missing files on source???&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyone a idea of what can be going wrong?&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 09:45:48 GMT</pubDate>
      <guid>https://community.netapp.com/t5/General-Discussion/XCP-version-1-9-2-sync-error-after-full-copy/m-p/447043#M1541</guid>
      <dc:creator>SAREK070770</dc:creator>
      <dc:date>2025-06-04T09:45:48Z</dc:date>
    </item>
    <item>
      <title>Re: XCP version 1.9.2 sync error after full copy</title>
      <link>https://community.netapp.com/t5/General-Discussion/XCP-version-1-9-2-sync-error-after-full-copy/m-p/447069#M1542</link>
      <description>&lt;P&gt;The first time your destination was empty. The second it wasn't, and you have FAT on one side and NTFS-like behavior on the other. Plus your user may not even be admin or have sufficient permissions, etc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can try to sync the same source data to another place twice to see if there's something specific to resync.&lt;/P&gt;&lt;P&gt;You can also run "xcp help sync" to see options at your disposal and try some of them.&lt;/P&gt;&lt;P&gt;You can use "xcp show \\source\share" to see properties of existing shares at the source and destination.&lt;/P&gt;&lt;P&gt;You can try to use general SMB commands to see if your account permissions are enough to touch/create/delete files at the source and destination.&lt;/P&gt;&lt;P&gt;You can try to create another such pair of shares and verify the process works correctly the first time.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Aug 2023 16:57:18 GMT</pubDate>
      <guid>https://community.netapp.com/t5/General-Discussion/XCP-version-1-9-2-sync-error-after-full-copy/m-p/447069#M1542</guid>
      <dc:creator>elementx</dc:creator>
      <dc:date>2023-08-18T16:57:18Z</dc:date>
    </item>
  </channel>
</rss>

