UNSOLVED

twinkeloogje

updated

17 years ago

0

792

October 26th, 2009 04:00

XAM Java API and global options (embedded.data.threshold) not working ?

Hi,

I'm trying to use emmbedded CDF data, via the Java XAM API

I've set com.emc.centera.embedded.data.threshold (on the XamLibrary) and com.emc.centera.buffersize (on the XSystem) to 100K, but when I use the CLI to check pool capacity, it still shows me that it creates 2 C-Clips per file (and hence 4 Objects)

Since I need to copy about 15 million small documents there will be a big capacity loss (or early limit reach) if I can't solve this issue.

PS: same documents stored via CUA (70k embedded) shows an almost 1on1 relation between C-Clips and files

Can anyone give some working examples on how to achieve this ? Or is someone prepared to review my current code ? [ largely based on "StoreContent" sample ]