-
Design CR reports for Captiva database
In xCP 2.1 I want to design CR reports and for data source use Captiva database (Captiva is using only MS SQL DB?). Is it possible to achieve this and is it possible to use other DBs as data sources in CR report in xCP application? When I add other data source than XML/XSD in CR report in xCPDesigner project I cannot build…
-
[xPlore] Benchmark SAN vs NAS
Hello savvy, I'm currently working on a migration on my xPlore index and I wonder if any of you already see some benchmarks on using xPlore index on NAS vs SAN ? Thanks for your advices !
-
D2fsContext session management
Hello, I created a D2 plugin which extends D2CheckoutService and implements IPluginAction. My question is can I safely call IDfSession session = context.getSession(); and do not care about releasing the session. If yes why there is a D2fsContext::release(boolean exception) method?