Hello,
I would like to know how to flush cache after making changes into the Data Dictionnary :
Ex :
- dm_document -> keywords : the text_label is "Keywords" (for nls_key = 'en')
- I look properties of a document and the label for the keywords is "Keywords"
- I run a DQL query, to set the text_label to "Keywords test"
ALTER TYPE dm_document MODIFY keywords (SET label_text = 'Keywords test') PUBLISH;
- Everything works fine, when I look into the dmi_dd_attr_info table
- On the screen, when I look on a document properties, the label is still "Keywords".
I have to restart my web server in order to see my changes.
Could anyone help me please ?
I've seen methods for the IDFSession class (flush, flushGlobalCache, etc.)
Is it a good way ?
Another question, about one of these methods : what is the server global cache ? (how to find its name ?)
I'm using :
Documentum 6.5
Tomcat 5.5
DFC
Java
Thank