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

Forum Posts

Resolved! Query on cmis nuxeo

Hi. When I do a query in cmis and not check "search all versions" in the program "CMIS QUERY-Nuxeo Repository default", the documents that have the version 0.0 are not shown. I'm using nuxeo 5.7.1, and the query is "SELECT * FROM cmis:document" Thank...

vicmator_ by Champ in-the-making
  • 1644 Views
  • 6 replies
  • 1 kudos

How to call page editor

I have created a button (called RENAME), on a nuxeo worklist, and I want to call the EDIT PAGE (Edit Layout) for my document (called DocumentX). How can I do that? I know how to call the CREATION PAGE, but I don't know how to call the EDITION PAGE (w...

klebervz_ by Confirmed Champ
  • 400 Views
  • 0 replies
  • 0 kudos

error 500 when POSTing a file

Hi, I'm trying to upload a file to nuxeo using a http post request. The url is: http://user1:user1@192.168.42.121:8080/nuxeo/site/automation/batch/upload The post parameters are: oUps1k.eml=@/tmp/oUps1k.emlN7KpA2;filename=oUps1k.eml So far so good. U...

flok_ by Champ in-the-making
  • 393 Views
  • 0 replies
  • 0 kudos

Resolved! Where file is stored

Hello, I am a new user of Nuxeo. I know that all metadata of a document is stored in the database, but can't you say me where the document (forexample toto.pdf) is physically stored ? My need is to copy in a disk, all the physical document added in N...

ywane_ by Champ in-the-making
  • 1565 Views
  • 4 replies
  • 3 kudos

Domains vs Workspaces

Hello I am trying to figure out when i should use Domains instead of Workspaces. What would be the criterias for this choice ? Example : can we have different vocabularies in Domains but not Worskpace ?

ejacquet_ by Champ in-the-making
  • 1133 Views
  • 2 replies
  • 2 kudos

LDAP (Active Directory) Group Permissions

Fast Track 5.9.3 Ok, I setup basic LDAP authentication with our Active Directory. The only file I configured is the default-ldap-users-directory-config.xml In the userManager section, I manually have the defaultAdministratorId set to my AD useraccoun...

Resolved! How to remove a widget to the default summary layout Nuxeo 5.6 ?

We've tried this, but didn't work : <require>org.nuxeo.ecm.platform.actions.ActionService</require> <extension target="org.nuxeo.ecm.platform.actions.ActionService" point="actions"> <action enable="false" id="summary_current_document_contributors...

ITassas_ by Champ on-the-rise
  • 1322 Views
  • 3 replies
  • 0 kudos

Custom workspace in DM

Hi We are wanting to implement a fairly simple document imaging system where we scan in documents, OCR them and attach metadata to each documents. We then want to have a front-end where the users can browse the documents in a hierachical fashion bas...

Automatically set main content file at Document Type creation

This is a newbie question. I want to define a DocumentType "InternalForm" with main content is a PDF form. So at InternalForm creation, I created an automation chain. How to copy the blank pdf form, stored somewhere in nuxeo, to the new document cont...

Corinne_ by Confirmed Champ
  • 621 Views
  • 0 replies
  • 0 kudos

Problem with API PHP script

I try to download with script B5bis.php. The answers is always : $answer is not set I have no problem with others scripst. For example, I can list document with B1 script. I want to download a pdf file. Is this instruction is good ? $answer = $sessio...

Attach file to email

Hi, I'm trying to attach the files form a document to an email notification, like this: <chain id="envoyerMail"> <operation id="Context.FetchDocument" /> <operation id="Notification.SendMail"> <param type="string" name="from">expr:@{WorkflowVa...

Full text search problem

Hi, after I had uploaded a word document to nuxeo dm and perform a full text search, they return no result. Taking a look at the server log, I notice that there are several error when I am uploading the word doc. 2014-07-01 17:31:55,031 ERROR [Nuxeo-...

okm_ by Champ on-the-rise
  • 847 Views
  • 2 replies
  • 0 kudos

Download document using Blob.get from javascript client

Hi, i want to download file using api rest method Blob.get. I use nuxeo-js-client( nuxeo-js-client) with the method client.operation . The request download the blob file normally but the file is empty when i try to open it. Do you have an idea? Log ...

ssow_ by Champ in-the-making
  • 398 Views
  • 0 replies
  • 0 kudos

Resolved! Nuxeo server don't start (Failed to load repository default)

I tried to upgrade nuxeo from 5.6 to 5.8 and i can't get it to start. My first try was to upgrade directly to 5.9 but some data where not availables, so i decide to upgrade from 5.6 to 5.8 and then to 5.9 if it's ok. Maybe someone can help me to solu...

Olivier_1 by Champ in-the-making
  • 771 Views
  • 1 replies
  • 0 kudos

Resolved! NXQL Document.Query

I have a problem with a simple NXQL query in Studio launched using quartz : SELECT * FROM Document WHERE reunion:rappel > @{CurrentDate.days(-1)} AND reunion:rappel < @{CurrentDate.days(1)} it generates the following text in an Info Message : SELECT...