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

Forum Posts

Migrate Nuxeo data from Orcale to PostgreSql

Hi, I'm workin in a project that consists on migrating nuxeo-5.4.1 data from Orcale to Postgresql. Data extraction was successfully done and i've all the data well imported in my postgresql database (i've used ora2pg tool). The probleme i'm facing no...

daliIng_ by Champ in-the-making
  • 171 Views
  • 1 replies
  • 0 kudos

NPException generated when accessing Context on ftl freemarker

Hi. I have created a document template using freemarker. How can i get the properties of parent of the current doc. I can use the session to get what i want, but the context doesn`t work properly, it causes error. <center> <img src=${Env['nuxeo.url'...

Bora_ by Confirmed Champ
  • 173 Views
  • 1 replies
  • 3 kudos

Recherche textuelle "l10nsujects"

Bonjour ! Testant depuis plusieurs jours la plateforme avec le DAM, je suis confronté à un problème lors de la recherche textuelle de mes documents. En effet, lors du renseignement du champs "Sujet" des documents, la langue des éléments suit effectiv...

Sync file servers

Hello, Our company has 3 offices in different locations. We're looking for a way to keep a common document structure for all our users. My problem is that the amount of data is quite big (over 1TB), so we can't make all the single user keep their wor...

nicolas_P by Champ in-the-making
  • 270 Views
  • 1 replies
  • 0 kudos

How to add &apos;Nodes&apos; to a running workflow?

Hi Everyone, I am new to Nuxeo platform and trying to get my head around it. I have a Simple workflow with just one 'Approve' node between Start and Stop. I am trying to add more nodes (linked to Approve node) on the fly after the workflow is started...

Afsar_Khan by Champ in-the-making
  • 391 Views
  • 2 replies
  • 0 kudos

Java Automation Client - List of all the users

Hello, I'm writing a migration Java program from versions 7.x to 8.3 and I can't manage to get a list of all the users, groups and permissions on documents using the java automation client. Any help would be appreciated !

Liam_Lyons by Champ in-the-making
  • 306 Views
  • 1 replies
  • 0 kudos

Fulltext content search

Hi, I wish to perform a "fulltext" search in the content of the Nuxeo repository documents. So far, it looks like setting Elasticsearch to index and include "binarytext" could be an efficient solution. Is that solution the best? Is there a better one...

Resolved! BLOBS in postgresql?

As the DBA for our postgresql server, I noticed that the database held BLOBS for use by the nuxeo service. Where and how are these blobs used? Why is nuxeo storing blobs in the database server, when the files themselves are stored locally or via S3? ...