10.10


Related Questions
Is there any way i can download the nuxeo audit log as excel or csv?
  0 votes
  1 answers
  0 comments
  796 views

I am using /site/automation/Document.Create endpoint to create a document. But, I am getting segment content.upload-batch cannot be resolved, file:content.upload-batch error. Below are the details. How can I pass blob details in properties? Request: ...
  0 votes
  2 answers
  0 comments
  1274 views

I want to store the audit log both in elastic search and in mongo-db at the same time. I have tried the configuration for audit log to be stored in elastic search and also i configured mongo-db as well to store the audit log in but it is not working.
  0 votes
  1 answers
  1 comments
  1051 views

I created a document with type File and attached a file to it, so I created a user called 'demo' and added “Everything” permission on the “root” folder to this user. Now the 'demo' user has access to all documents inside root folder as expected, but ...
  0 votes
  1 answers
  1 comments
  871 views

I am doing performance testing of Nuxeo at 2 TPS. I have a file of 100 KB and I am running performance suite for 240 users for 120 seconds. I am uploading the same file for every request. I am getting significant delay in the response of create ...
  0 votes
  0 answers
  0 comments
  702 views

I am creating documents in Nuxeo but the API is taking too much time (10-15 seconds). I am using /api/v1/path/ endpoint. I have also included perf template with below configurations. Is there anything I am missing out? perf.target=. # Use a bigger ...
  0 votes
  0 answers
  0 comments
  951 views

Hello, I am trying to modify the page provider used by the top search bar by adding a second parameter. I have followed the example in this post. ...
  0 votes
  0 answers
  0 comments
  907 views

I doing performance testing of Nuxeo instance but I am sometime getting BatchUpdateException. I am uploading same file repeatedly with different metadata. I am using Postgres as backend DB. Failed to save session, java.sql.BatchUpdateException: ...
  0 votes
  1 answers
  0 comments
  1237 views

All - I'm looking for how to verify a configuration setting was correctly applied. $ pwd /opt/nuxeo/server/nxserver/config $ cat zzzzz-config.xml <?xml version="1.0"?> <component name="zzzzz.config"> <extension ...
  0 votes
  0 answers
  0 comments
  699 views

Hi, I have a Nuxeo server running inside a Docker container, accessed on the web UI. I am trying to develop a package to define new document types. I created a multi-module project using command nuxeo bootstrap multi-module then a package using ...
  0 votes
  1 answers
  0 comments
  1014 views

Nuxeo folks: In docker-entrypoint.sh you have: for f in /docker-entrypoint-initnuxeo.d/*; do case "$f" in *.sh) echo "$0: running $f"; . "$f" ;; *.zip) echo "$0: installing Nuxeo package $f"; nuxeoctl mp-install $f ${NUXEO_MPINSTALL_OPTIONS} ...
  0 votes
  0 answers
  2 comments
  1044 views

Hello, I am trying to override the User schema and add a property that is a list of complex type. I have been able to override the schema and add properties that are simple types (i.e. a string property), but when I tried adding a property that is a ...
  1 votes
  0 answers
  0 comments
  1187 views

I'm trying to count how much disk space the workspace is using, so I'm using NXQL rest api . This is my query: http://localhost:8080/nuxeo/site/api/v1/search/lang/NXQL/execute?query=SELECT COUNT(file:content/length) FROM Document Where ecm:isTrashed ...
  0 votes
  3 answers
  0 comments
  1342 views

I have tried to get audit logs using /api/v1/automation/Audit.QueryWithPageProvider API and manged to get below result. Request { "params": { "providerName": "EVENTS_VIEW", "namedQueryParams": { "principalName": "Administrator" }, "pageSize": 100, ...
  0 votes
  0 answers
  0 comments
  1161 views

I want to activate a task button depending on a property in the input document: In the filter-input in the workflow node properties Task Button tab I've put the following ID: PanMuntligOverlaggning_enable Then in Advanced Settings->Xml Extensions ...
  0 votes
  3 answers
  1 comments
  1438 views

hello! Compiling Nuxeo from sources, It is free?
  0 votes
  1 answers
  0 comments
  755 views

Hi, Is there any way to replace the suggesters used in the default search boxes? For example, the quick search bar at the top right or the User/Group search bar when adding permissions to a document ? I tried using the solution in this post as a ...
  0 votes
  1 answers
  1 comments
  1006 views

I have integrated elastic search for audit logs but I want to get IP of the device from which the operation is performed in Nuxeo or any API has been called. Is there any way to get IP address in audit logs?
  0 votes
  0 answers
  0 comments
  946 views

* Hello! Does the source code need annual authentication right to use?
  -1 votes
  1 answers
  1 comments
  936 views

Hello! I'm using Nuxeo 10.10 and I have the nuxeo-quota-1.8.3 bundle installed. Now, I'm trying to consult quota information from my client app. I think that I have to use NuxeoClient but I don't find a way to do it. Does anyone have any idea about ...
  0 votes
  1 answers
  1 comments
  771 views

Good day, I installed NUXEO 10.10 including addons, which were checked by default, but I don't have many options for the administrator. I can't set almost anything. If I understand correctly, I should have these options available ...
  0 votes
  2 answers
  0 comments
  670 views

I have uploaded a document in Nuxeo and got a link. I can download my document accessing that link. Now, I trashed my document and got “isTrashed”: true as well but still I can download my document using the link which is generated by Nuxeo. Is ...
  0 votes
  1 answers
  2 comments
  794 views

I am using PostgreSQL as back-end database in Nuxeo. Is it possible to disable default database connection pool in Nuxeo and use PG Bouncer connection pool instead?
  0 votes
  0 answers
  0 comments
  682 views

I am using ElasticSearch for audit logging. I have set all the configurations required in nuxeo.conf. How can I fetch audit logs for a period of time and for group creation or permission and other activities?
  0 votes
  2 answers
  0 comments
  1657 views

I have few questions regarding VCS and DB Pool. Why there are different pools called VCS Pool and DB Pool? What is the purpose of each pool? Does VCS pool consume the connection of the database?
  0 votes
  1 answers
  0 comments
  898 views

This has been asked before (a few years ago, but I was wondering if anyone had a way to do this now). https://answers.nuxeo.com/general/q/8e4f82de1e7442f597644da84d154c22/Filter-document-types-available-for-creation We currently have created a ...
  0 votes
  0 answers
  0 comments
  1049 views

Has anyone created a document action in WebUI to download the JSON file of the document being viewed (or selected)? The Nuxeo Plugin for Chrome has a feature similar to this (it isn't downloaded, just thrown in a tab), but it would be very useful to ...
  0 votes
  2 answers
  3 comments
  1231 views

I want to add some values in vocabulary when the nuxeo server started successfully. Is there any event which can be triggered to achieve this or any other way i can do this, i just want to add these values from a csv files and only once
  0 votes
  1 answers
  3 comments
  820 views

I want to customize the nuxeo-data-table that shows nuxeo-results in nuxeo-assets-search-results.html by adding a new column which displays a property of a parent document. I'm asking a solution to access to a parent document data in such widget. I' ...
  0 votes
  2 answers
  3 comments
  1219 views

Hello, Recently we have migrate our Nuxeo 5.5 to 10.10 and we have create custom permissions. We have add group associate to this permission on the default-domain's folder with the heritance. I tried to create a document in a folder under ...
  0 votes
  1 answers
  1 comments
  1443 views