I am using Marklogic XCC connector of version 8.0 and my database is Marklogic server 6.0. I get this exception RequestServerException while submitting a query and if transactionMode is also changed.
I searched this out and found that there is a issue with compatibility of XCC 8.0 with previous versions of marklogic server.
Solution I got is to set xcc.txn.compatible property to true. Now I can't find this property or namespace in any marklogic dll(e.g. Marklogic.Xcc).
Any suggestion how and where I can set this property?? Thanks in Advance.