<?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 Re: How to purge NuxeoDrive synchronization root in server side ? in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-purge-nuxeodrive-synchronization-root-in-server-side/m-p/314132#M1133</link>
    <description>&lt;P&gt;Hello,
Thanks a lot answering me. In fact the problem seems harder.
&lt;STRONG&gt;Server side&lt;/STRONG&gt; : You're right, the root sync has been archived, but the folders doesn't exists anymore.
Thats why :&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;in the logs you can see ERROR : Failed to invoke operation NuxeoDrive.SetSynchronization,&lt;/LI&gt;
&lt;LI&gt;in the "Nuxeo Drive" Settings, the icon to delete sync roots doesn't effect.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;Client side&lt;/STRONG&gt; : Everything is unsync, the folder is empty. I've closed
So, actually, I'd like to purge the root sync server side. The destination doesn't exists anymore (the name has changed, and then deleted).
The icons doesn't effects.&lt;/P&gt;</description>
    <pubDate>Mon, 19 Feb 2018 10:17:09 GMT</pubDate>
    <dc:creator>tamer_el_aïdy</dc:creator>
    <dc:date>2018-02-19T10:17:09Z</dc:date>
    <item>
      <title>How to purge NuxeoDrive synchronization root in server side ?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-purge-nuxeodrive-synchronization-root-in-server-side/m-p/314130#M1131</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I've used Drive on a folder and everything works fine.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Server FT9.3 on Ubuntu server&lt;/LI&gt;
&lt;LI&gt;Nuxeo-drive-1.7.2 Server&lt;/LI&gt;
&lt;LI&gt;NuxeoDrive Client 2.4.7 on Ubuntu 16.04&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;But another user changed the name of the folder, then I unsychronized, client side.
But server side, I've got plenty of logs :&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;2018-02-19 03:48:39,991 ERROR [http-nio-0.0.0.0-8080-exec-10] [org.nuxeo.ecm.webengine.app.WebEngineExceptionMapper] org.nuxeo.ecm.core.api.NuxeoException: Failed to invoke operation: NuxeoDrive.SetSynchronization, Failed to invoke operation NuxeoDrive.SetSynchronization, Document '1 - Administratif' (8f25d85b-8f66-48ab-a88d-9f3496a41918) is not a suitable synchronization root as it is either a readonly proxy or an archived version.

org.nuxeo.ecm.core.api.NuxeoException: Failed to invoke operation: NuxeoDrive.SetSynchronization, Failed to invoke operation NuxeoDrive.SetSynchronization, Document '1 - Administratif' (8f25d85b-8f66-48ab-a88d-9f3496a41918) is not a suitable synchronization root as it is either a readonly proxy or an archived version.

	at org.nuxeo.drive.service.impl.NuxeoDriveManagerImpl.checkCanUpdateSynchronizationRoot(NuxeoDriveManagerImpl.java:546)
	at org.nuxeo.drive.service.impl.NuxeoDriveManagerImpl.unregisterSynchronizationRoot(NuxeoDriveManagerImpl.java:272)
	at org.nuxeo.drive.operations.NuxeoDriveSetSynchronizationOperation.run(NuxeoDriveSetSynchronizationOperation.java:37)
	at sun.reflect.GeneratedMethodAccessor258.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
...

&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;How can I purge the synchronization Root server side ?
I see these roots In my personnal settings / Nuxeo Drive - and I can't delete them, the button doesn't effect.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Feb 2018 03:13:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-to-purge-nuxeodrive-synchronization-root-in-server-side/m-p/314130#M1131</guid>
      <dc:creator>tamer_el_aïdy</dc:creator>
      <dc:date>2018-02-19T03:13:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to purge NuxeoDrive synchronization root in server side ?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-purge-nuxeodrive-synchronization-root-in-server-side/m-p/314131#M1132</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;It seems the root sync has been archived.
You can delete sync roots in the &lt;A href="https://doc.nuxeo.com/nxdoc/nuxeo-drive/#unsynchronizing-folders-server"&gt;"Nuxeo Drive" settings&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;And locally, you can follow these &lt;A href="https://doc.nuxeo.com/nxdoc/nuxeo-drive/#unsynchronizing-a-folder"&gt;steps to unsync&lt;/A&gt;.
If it does not work, make a copy of the sync folder (let's say &lt;CODE&gt;$HOME/Nuxeo Drive&lt;/CODE&gt; folder) and delete the folder &lt;CODE&gt;$HOME/.nuxeo-drive&lt;/CODE&gt;. It will remove all accounts and their sync database (of course, Drive must be stopped before any action).&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Warning&lt;/STRONG&gt;: you will loose everything, so make sure to have a copy for important data.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Feb 2018 09:00:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-to-purge-nuxeodrive-synchronization-root-in-server-side/m-p/314131#M1132</guid>
      <dc:creator>Mickaël_Schoent</dc:creator>
      <dc:date>2018-02-19T09:00:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to purge NuxeoDrive synchronization root in server side ?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-purge-nuxeodrive-synchronization-root-in-server-side/m-p/314132#M1133</link>
      <description>&lt;P&gt;Hello,
Thanks a lot answering me. In fact the problem seems harder.
&lt;STRONG&gt;Server side&lt;/STRONG&gt; : You're right, the root sync has been archived, but the folders doesn't exists anymore.
Thats why :&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;in the logs you can see ERROR : Failed to invoke operation NuxeoDrive.SetSynchronization,&lt;/LI&gt;
&lt;LI&gt;in the "Nuxeo Drive" Settings, the icon to delete sync roots doesn't effect.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;Client side&lt;/STRONG&gt; : Everything is unsync, the folder is empty. I've closed
So, actually, I'd like to purge the root sync server side. The destination doesn't exists anymore (the name has changed, and then deleted).
The icons doesn't effects.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Feb 2018 10:17:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-to-purge-nuxeodrive-synchronization-root-in-server-side/m-p/314132#M1133</guid>
      <dc:creator>tamer_el_aïdy</dc:creator>
      <dc:date>2018-02-19T10:17:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to purge NuxeoDrive synchronization root in server side ?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-purge-nuxeodrive-synchronization-root-in-server-side/m-p/314133#M1134</link>
      <description>&lt;P&gt;Can you navigate manually to the sync root and uncheck the sync icon?&lt;/P&gt;</description>
      <pubDate>Mon, 19 Feb 2018 10:23:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-to-purge-nuxeodrive-synchronization-root-in-server-side/m-p/314133#M1134</guid>
      <dc:creator>Mickaël_Schoent</dc:creator>
      <dc:date>2018-02-19T10:23:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to purge NuxeoDrive synchronization root in server side ?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-purge-nuxeodrive-synchronization-root-in-server-side/m-p/314134#M1135</link>
      <description>&lt;P&gt;I can't, the folders doesn't exists anymore. (I've add the screenshot "User settings")&lt;/P&gt;</description>
      <pubDate>Mon, 19 Feb 2018 10:32:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-to-purge-nuxeodrive-synchronization-root-in-server-side/m-p/314134#M1135</guid>
      <dc:creator>tamer_el_aïdy</dc:creator>
      <dc:date>2018-02-19T10:32:38Z</dc:date>
    </item>
  </channel>
</rss>

