What version of SQL Server are you using? Is the table "fulltext" correctly created in your database?
Can you try logging the actual SQL statements sent to the database? Maybe SQL Server can do it, otherwise you can activate the Nuxeo TRACE logs for the appropriate package by adding > <category name="org.nuxeo.ecm.core.storage.sql"><priority > value="TRACE"/></category> in the file $JBOSS/server/default/conf/jboss-log4j.xml with the other category statements. Then you'll find the logs in the $JBOSS/server/default/log/server.log file, you can grep on "SQL:". -- Posted by "fguillaume" at Nuxeo Discussions <http://nuxeo.org/discussions> View the complete thread: <http://www.nuxeo.org/discussions/thread.jspa?threadID=3195#9499> _______________________________________________ ECM mailing list [email protected] http://lists.nuxeo.com/mailman/listinfo/ecm To unsubscribe, go to http://lists.nuxeo.com/mailman/options/ecm
