Nuxeo Forum
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! How can I find a number of documents ?

Hello, In nuxeo studio, after execution of nxql query, how can I get a number of results ? ex : Execution of nxql query : fetch > query : SELECT * FROM Document WHERE mydocumenttype:variable= DATE '@{CurrentDate.format("yyyy-MM-dd")}' and ecm:path='...

pwer21c_ by Champ on-the-rise
  • 1920 Views
  • 4 replies
  • 0 kudos

Drag n Drop not Working - Exception

All aspects of the system are working fine. Drag n Drop does not work however. Tried Chrome and Firefox. Mac and PC. Same result. Any ideas? 2013-02-15 15:26:53,028 ERROR [org.nuxeo.ecm.webengine.app.WebEngineExceptionMap per] Exception in JAX-RS pro...

tomi1123_ by Champ on-the-rise
  • 570 Views
  • 0 replies
  • 0 kudos

Resolved! Error message in 5.6 Advanced Search with phrase

On an instance of 5.6 (running PostgreSQL 9.1) when I perform an advanced search using a phrase, I see the following error message in the server log... Caused by: org.nuxeo.ecm.core.storage.sql.jdbc.QueryMaker$QueryMakerException: Cannot use phrase s...

Resolved! Filter event logs by username?

Can the event logs be filtered by username? The question above question is a follow-on to this question. We have tried several syncing programs and each of them flood the event log with a login event per file check. I would like to turn off the login...

Resolved! SyncToy cause 1 login per file checked on webDAV directory!?

We are using SyncToy(Microsoft free sync software) to sync a Nuxeo(5.6) directory tree with a Windows 2008 R3 server directory via webDAV. The syncing seems to work however it appears the Nuxeo event log is being "flooded" with one login per file che...

Setting multi-valued property in automation chain

Hi, I have a problem with my automation chain I defined in Nuxeo Studio. The automation chain is bound to an event handler which react on the "Document Created" event. The automation chain should do the following: If a document is created with a spec...

How to link Excel files

Hello, we would like to manage excel files with linked cells. What is the path to link cells in two excel files in nuxeo ? I tried path like "http://mydomain/nuxeo/nxfile/default/a1ca98f1-68aa-4ef0-88f3-97daee09196d/blobholder:0/test-excel01.xls" but...

fabrice_ by Champ on-the-rise
  • 455 Views
  • 0 replies
  • 0 kudos

How to automate notifications subscribtions with Automation ?

Hi, I use Automation to create new Workspaces, upload files and so on. I need to inform by mail different addresses when files are uploaded in different workspaces. How can it be done with Automation ? It seems there's nothing of the sort in the docu...

EricS_ by Champ in-the-making
  • 1900 Views
  • 6 replies
  • 0 kudos

PHP Automation Client office 2010 file issue

Hi There, We're using PHP Automation Client to upload documents on Nuxeo repository. Everything works fine except when we upload an Office 2010 file (having extensions such as .docx), when trying to open the uploaded file from Nuxeo, we receive error...

Megha_ by Champ on-the-rise
  • 436 Views
  • 0 replies
  • 0 kudos

Task : modify button and label

Hello, I created an automation chain which create a task on dashboard. When I go to the document, the task is displayed with 2 buttons : accepted / rejected. Can I delete rejected button ? Can I modify label of accepted button ? Thanks in advance

delphine_ by Star Contributor
  • 690 Views
  • 1 replies
  • 1 kudos

Migration documents to nuxeo

Hi, I need to migrate many documents from one application to Nuxeo. Be CMIS, but I wonder if there is any tool to migrate documents into Nuxeo. Exist any tool? Very thanks Raúl

Raul_ by Champ in-the-making
  • 798 Views
  • 1 replies
  • 0 kudos

Nuxeo on JBoss EAP 6 ?

Hello, Is it possible to use Nuxeo 5.6 on JBOSS EAP 6 ? If not, Will it be possible in future version ? Thanks in advance Cheers Stephane

stephane_ by Champ in-the-making
  • 673 Views
  • 1 replies
  • 0 kudos

Resolved! Any change to BigFolder facet in 5.6?

When migrating an older codebase to 5.6 I noticed an innocuous-seeming message in the startup log about the BigFolder facet being undeclared. I took a quick look in the 5.6 source and in the documentation and it seems as though BigFolder is still sup...

Libreoffice 4 and cmis connector for old 5.4 version.

Just tried the preview version of libreoffice 4 and there is a way to save directly to a cmis container, which is neat. Unfortunatly, the only version of Nuxeo available is 5.4. Anyone know the reason for this? Ref: http://blogs.alfresco.com/wp/wabso...

patrek by Star Contributor
  • 2508 Views
  • 9 replies
  • 3 kudos

Automation Rest & Blob.Get

I'm really new to nuxeo, but I'm having a rough time figuring out exactly how to use the Blob.Get automation endpoint to fetch an attached document. Could someone give an example of the parameters, header, and body I need to use to fetch a html docu...