<?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 Add tag of document in mongodb not working in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/add-tag-of-document-in-mongodb-not-working/m-p/317952#M4953</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I am using nuxeo-9.1 with postgress and mongodb. While adding tag to document I am getting following error:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;org.nuxeo.ecm.core.query.QueryParseException: Failed to execute query: NXQL: SELECT DISTINCT tag:label FROM Tag WHERE tag:label LIKE 't%' AND ecm:isProxy = 0, SELECT DISTINCT not supported on DBS
at org.nuxeo.ecm.core.storage.dbs.DBSSession.doQueryAndFetch(DBSSession.java:1473)
at org.nuxeo.ecm.core.storage.dbs.DBSSession.queryAndFetch(DBSSession.java:1668)
at sun.reflect.GeneratedMethodAccessor127.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.nuxeo.ecm.core.storage.dbs.DBSRepositoryBase$DBSSessionInvoker.invoke(DBSRepositoryBase.java:487)
at com.sun.proxy.$Proxy64.queryAndFetch(Unknown Source)
at org.nuxeo.ecm.core.api.AbstractSession.queryAndFetch(AbstractSession.java:1248)
at org.nuxeo.ecm.core.api.AbstractSession.queryAndFetch(AbstractSession.java:1223)
at org.nuxeo.ecm.platform.query.nxql.CoreQueryAndFetchUnrestrictedSessionRunner.run(CoreQueryAndFetchUnrestrictedSessionRunner.java:46)
at org.nuxeo.ecm.core.api.UnrestrictedSessionRunner.runUnrestricted(UnrestrictedSessionRunner.java:117)
at org.nuxeo.ecm.platform.query.nxql.CoreQueryAndFetchPageProvider.getCurrentPage(CoreQueryAndFetchPageProvider.java:134)
at org.nuxeo.ecm.platform.tag.TagServiceImpl.getItems(TagServiceImpl.java:684)
at org.nuxeo.ecm.platform.tag.TagServiceImpl$UnrestrictedGetTagSuggestions.run(TagServiceImpl.java:641)
at org.nuxeo.ecm.core.api.UnrestrictedSessionRunner.runUnrestricted(UnrestrictedSessionRunner.java:117)
at org.nuxeo.ecm.platform.tag.TagServiceImpl.getSuggestions(TagServiceImpl.java:614)
at org.nuxeo.ecm.platform.tag.automation.SuggestTagEntry.run(SuggestTagEntry.java:91)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.nuxeo.ecm.automation.core.impl.InvokableMethod.doInvoke(InvokableMethod.java:164)
at org.nuxeo.ecm.automation.core.impl.InvokableMethod.invoke(InvokableMethod.java:176)
at org.nuxeo.ecm.automation.core.impl.OperationChainCompiler$OperationMethod.invoke(OperationChainCompiler.java:128)
at org.nuxeo.ecm.automation.core.impl.OperationChainCompiler$CompiledChainImpl.invoke(OperationChainCompiler.java:196)
at org.nuxeo.ecm.automation.core.impl.OperationServiceImpl.run(OperationServiceImpl.java:119)
at org.nuxeo.ecm.automation.core.impl.OperationServiceImpl.run(OperationServiceImpl.java:107)
at org.nuxeo.ecm.automation.server.jaxrs.OperationResource.execute(OperationResource.java:58)
at org.nuxeo.ecm.automation.server.jaxrs.ExecutableResource.doPost(ExecutableResource.java:71)
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Mon, 17 Jul 2017 11:36:07 GMT</pubDate>
    <dc:creator>Santosh_Yadav</dc:creator>
    <dc:date>2017-07-17T11:36:07Z</dc:date>
    <item>
      <title>Add tag of document in mongodb not working</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/add-tag-of-document-in-mongodb-not-working/m-p/317952#M4953</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I am using nuxeo-9.1 with postgress and mongodb. While adding tag to document I am getting following error:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;org.nuxeo.ecm.core.query.QueryParseException: Failed to execute query: NXQL: SELECT DISTINCT tag:label FROM Tag WHERE tag:label LIKE 't%' AND ecm:isProxy = 0, SELECT DISTINCT not supported on DBS
at org.nuxeo.ecm.core.storage.dbs.DBSSession.doQueryAndFetch(DBSSession.java:1473)
at org.nuxeo.ecm.core.storage.dbs.DBSSession.queryAndFetch(DBSSession.java:1668)
at sun.reflect.GeneratedMethodAccessor127.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.nuxeo.ecm.core.storage.dbs.DBSRepositoryBase$DBSSessionInvoker.invoke(DBSRepositoryBase.java:487)
at com.sun.proxy.$Proxy64.queryAndFetch(Unknown Source)
at org.nuxeo.ecm.core.api.AbstractSession.queryAndFetch(AbstractSession.java:1248)
at org.nuxeo.ecm.core.api.AbstractSession.queryAndFetch(AbstractSession.java:1223)
at org.nuxeo.ecm.platform.query.nxql.CoreQueryAndFetchUnrestrictedSessionRunner.run(CoreQueryAndFetchUnrestrictedSessionRunner.java:46)
at org.nuxeo.ecm.core.api.UnrestrictedSessionRunner.runUnrestricted(UnrestrictedSessionRunner.java:117)
at org.nuxeo.ecm.platform.query.nxql.CoreQueryAndFetchPageProvider.getCurrentPage(CoreQueryAndFetchPageProvider.java:134)
at org.nuxeo.ecm.platform.tag.TagServiceImpl.getItems(TagServiceImpl.java:684)
at org.nuxeo.ecm.platform.tag.TagServiceImpl$UnrestrictedGetTagSuggestions.run(TagServiceImpl.java:641)
at org.nuxeo.ecm.core.api.UnrestrictedSessionRunner.runUnrestricted(UnrestrictedSessionRunner.java:117)
at org.nuxeo.ecm.platform.tag.TagServiceImpl.getSuggestions(TagServiceImpl.java:614)
at org.nuxeo.ecm.platform.tag.automation.SuggestTagEntry.run(SuggestTagEntry.java:91)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.nuxeo.ecm.automation.core.impl.InvokableMethod.doInvoke(InvokableMethod.java:164)
at org.nuxeo.ecm.automation.core.impl.InvokableMethod.invoke(InvokableMethod.java:176)
at org.nuxeo.ecm.automation.core.impl.OperationChainCompiler$OperationMethod.invoke(OperationChainCompiler.java:128)
at org.nuxeo.ecm.automation.core.impl.OperationChainCompiler$CompiledChainImpl.invoke(OperationChainCompiler.java:196)
at org.nuxeo.ecm.automation.core.impl.OperationServiceImpl.run(OperationServiceImpl.java:119)
at org.nuxeo.ecm.automation.core.impl.OperationServiceImpl.run(OperationServiceImpl.java:107)
at org.nuxeo.ecm.automation.server.jaxrs.OperationResource.execute(OperationResource.java:58)
at org.nuxeo.ecm.automation.server.jaxrs.ExecutableResource.doPost(ExecutableResource.java:71)
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 17 Jul 2017 11:36:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/add-tag-of-document-in-mongodb-not-working/m-p/317952#M4953</guid>
      <dc:creator>Santosh_Yadav</dc:creator>
      <dc:date>2017-07-17T11:36:07Z</dc:date>
    </item>
    <item>
      <title>Re: Add tag of document in mongodb not working</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/add-tag-of-document-in-mongodb-not-working/m-p/317953#M4954</link>
      <description>&lt;P&gt;Tags rely on JOIN capabilities in the database and are therefore currently not implemented on MongoDB (&lt;A href="https://jira.nuxeo.com/browse/NXP-17670"&gt;NXP-17670&lt;/A&gt;).&lt;/P&gt;
&lt;P&gt;We have a task to implement this in the near future for Nuxeo 9.10 using a different mechanism (&lt;A href="https://jira.nuxeo.com/browse/NXP-21649"&gt;NXP-21649&lt;/A&gt;).&lt;/P&gt;</description>
      <pubDate>Thu, 17 Aug 2017 13:46:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/add-tag-of-document-in-mongodb-not-working/m-p/317953#M4954</guid>
      <dc:creator>Florent_Guillau</dc:creator>
      <dc:date>2017-08-17T13:46:22Z</dc:date>
    </item>
  </channel>
</rss>

