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

Forum Posts

Add attchments using CSV import

Attachments can be added when creating documents from "Files tab", i want to do the same thing using a CSV file so i wonder what should I add as a property that refers to attachments in the CSV file. I'm able to add the Main File using "file:content"...

ITShine_ by Star Contributor
  • 226 Views
  • 6 replies
  • 0 kudos

Resolved! v.5.8 Excessive hardware requirements? (Exabyte of Storage)

I wanted to take a look at Nuxeo v5.8 and downloaded Nuxeo Platform OVF 5.8 and when trying to extract the files to a temp directory to install, I receive the error: "There is not enough space on OS. You need an additional 734 PB to copy these files....

Ron_ by Champ in-the-making
  • 340 Views
  • 10 replies
  • 1 kudos

Multiple scan-importer configuration

Can anybody give me a solution to configure multiple org.nuxeo.ecm.platform.scanimporter.service.ScannedFileMapperComponent config and mapping extension point with different configuration (source and target path), different leaftype (I can do it thr...

Corinne_ by Confirmed Champ
  • 121 Views
  • 2 replies
  • 0 kudos

CMIS: Poor performance with 1M documents

Hi, we are testing Nuxeo 6.0 in order to know the performance with high number of documents. We are using a cluster with 2 nuxeo nodes and two elasticsearch nodes (4 machines in total). The performence with Nuxeo is stabble, but CMIS hangs constantly...

JVent_ by Confirmed Champ
  • 158 Views
  • 5 replies
  • 0 kudos

Resolved! How to add a link on Home left menu

I'd like to add a link to a document on the left menu of the Home tab, under the Dashboard link (ie where Profile or Users and Groups appear). The link should open the document in Summary view. Any suggestions?

Can't upload Large Files 1.5GB+ : Request Timeout

I can't upload large files even i'm using the Nuxeo Drag and Drop UI. The Progress bar is finished but after I press the continue button the clinet prompt Request Timeout. What should I do? avax.transaction.RollbackException: Unable to commit: Transa...

Search using tags

Hi all, I use Nuxeo Community Edition and I added documents in my workspace. I added tags in the document's properties and I would like perform a search including tags. If I type a tag in the search bar, Nuxeo don't find my document. I can use the ta...

justinc_ by Champ in-the-making
  • 201 Views
  • 4 replies
  • 1 kudos

Resolved! EL expression for file:content being empty

How would I phrase the EL expression to be "the file content of the document is empty", so there are no files in the actual content of the document. So far I have: #{document.getProperty("file:content")=='empty'} so this gets the file content, but th...