Hi,
I do not understand exactly what you want, especially since 'property model' is not a term used by CPE....
But I gather you need a query that includes tables from the objectstore AND tables from an outside database.
There are two ways to skin the cat:
- From the objectstore database link to the external db (have done it in Oracle and SQL Server), create views from that and use them in a CPE JOIN. This works in certain circumstances and sometimes not.
- Also create the link, and within the database create a view using the data you want, including docid and version series id. Use DB means to query, get the docid and display the document.
While I'm 100% sure IBM (and some solution purists) frown this endeavor, I had cases where satisfactory performance could not be achieved otherwise (query came down from 30 secs to < 1 sec).
Theoretically this is bad design, but the data model in the object store has been stable for decades (at least for those kind of purposes) and in 7 years with lots of upgrades I never had to modify the initial view...
Kind regards,
/Gerold
#FileNet#Support#SupportMigration