sqlserver
Hello, I've got an instance with SQL Server 2008 R2 and Nuxeo 5.8 and fulltext queries works correctly. I've got another instance migrated from PostgreSQL to SQL Server 2008 R2 but the fulltext queries doesn't work getting the following error Failed ...
0 votes
1 answers
0 comments
2062 views
Hello, I have an instance Nuxeo 5.8 + PostgreSQL. I need to migrate the database from PostgreSQL to SQL Server. It's possible? Also.. It's possible create a empty instance with SQL Server and then, migrate all documents? Thanks in advance. Kind ...
0 votes
1 answers
2 comments
1957 views
We have a Nuxeo-5.9.3 cluster consisting in two Tomcat server and a SQL Server geo-cluster. The SQL instance is shared among many applications. We have observed that the cleanup of the table cluster_invals and cluster_nodes was not working properly, ...
0 votes
3 answers
11 comments
2940 views
Hello, I'm trying to upgrade my Nuxeo 5.6 to 5.8 with SQL Server, but when configure Nuxeo 5.8 and run nuxeoctl, give the following errors. 2014-05-16 14:20:43,399 ERROR [localhost-startStop-1] ...
1 votes
1 answers
1 comments
7944 views
Hi, I am facing problems with simple search in Nuxeo : it seems that words in the fulltext.simpletext column are the same as the words written in dc:title and dc:description (without stemming process). Only punctuation is removed. So when I try to ...
0 votes
0 answers
1 comments
1991 views
What maintenance tasks should I use on SQL Server to optimize the indexes (rebuild/reorganize) in order for the database performance to be constant?
0 votes
1 answers
0 comments
1606 views
Hello. We're trying to connect Nuxeo to a SQL Server Azure instance with the wizard configuration interface.The instance is OK and we have a private client connected to it. But Nuxeo failed to connect to that SQL instance. Here the exception in ...
0 votes
1 answers
12 comments
3206 views
I'm trying to create a new user directory. The data comes from a bespoke SQL Server 2008 database, exposed as a view named “vUser”. I've declared a datasource in a separate file, stored as Nuxeo/nxserver/config/sqlds-config.xml: <component ...
0 votes
0 answers
5 comments
2105 views
Hi, I'm trying to use sql express 2008 with Nuxeo DM. Here's a part of the config file: # nuxeo.templates=default
nuxeo.templates=mssql
# nuxeo.db.user=nuxeo
nuxeo.db.user=nuxeo\_db\_user
# nuxeo.db.password=password
nuxeo.db.password=123
# ...
0 votes
2 answers
1 comments
1847 views