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

Forum Posts

Where to place a sqlInitFile

Hi members, I followed this: http://doc.nuxeo.com/display/ADMINDOC/VCS+Configuration and I added the proper sentence in the default-repository-config.xml to load my own sqlInitFile (mods.sql.txt in this case). I've to add some SQL statements to crea...

gsc_ by Champ on-the-rise
  • 169 Views
  • 1 replies
  • 0 kudos

How to prevent a folder from copying children

Hello, A user can copy a folder document. As a standard is that it is done with children. In some cases this functionality is not necessary or some children should be copied and some others shouldn't. How this kind of functionality can be done in nux...

adam_bo_ by Star Contributor
  • 172 Views
  • 1 replies
  • 0 kudos

Statistics - nxp_logs

Hello, We opened several workspaces and to measure the activity on each of them over the time, I used birt reporting. Mainly I worked with the nx_logs table (event and date) to detect and count login, create or update operations. The results seemed c...

gfran_ by Champ in-the-making
  • 176 Views
  • 1 replies
  • 0 kudos

domain missing after upgrade from 5.5 to 5.6

Hello After an upgrade from 5.5 to 5.6, my domain is missing. If I rollback the symoblic link back to the 5.5 directory, the missing domain is OK. Any idea is welcome... Thank you !

Adrien_ by Champ in-the-making
  • 104 Views
  • 0 replies
  • 0 kudos

Nuxeo Drive fails to connect (ValueError: Expecting object)

Hello, I am using NuxeoDrive on several computers, and on one of them (running Windows the client suddenly stopped being able to connect to the server. I am unable to identify which action caused this; the same server URL / username / password works...

Nagael_ by Champ in-the-making
  • 239 Views
  • 2 replies
  • 0 kudos

Resolved! How to modify nx_update_read_acls permanently

Hi, I had to modify the nx_update_read_acls in SQL Server. I posted a question two weeks ago: http://answers.nuxeo.com/questions/10914/nuxeo-6-nx_update_read_acls-never-ending-process-and-high-cpu-usage-nx-freezes I found that the problem was the pro...

gsc_ by Champ on-the-rise
  • 604 Views
  • 5 replies
  • 2 kudos

Sorting a list of DocumentModel in a pageProvider

Hello, I have created a new pageProvider in java which extends the CoreQueryDocumentPageProvider. My purpose is to find all the documents in the current document and the documents inside them on and on. This makes me using a recursive request. So I t...

pmbroca_ by Champ on-the-rise
  • 174 Views
  • 1 replies
  • 0 kudos

How to customize the sidebar on the Workspace tab?

Hello, I am using Nuxeo Platform 6.0, and I am trying to add content to the blue sidebar that it is displayed on the "Workspace" tab (the sidebar where it shows the Sections and Workspaces tree, the Worklist and the Clipboard). I have changed the foo...

Running an Automation Chain inside a Script

I'm running an IF statement in a run script automation. Basically, it will check to see if a pathway to a document exists. Put simply: "if pathway does exist ==> Run Automation chainA" "if pathway does NOT exist ==> Run Automation chainB" I have bot...