Can someone tell me what table in the Content Server Database contains the values for Category Attributes? I have the following structure: This is from an import control file for the object Importer for CS 10.2
<category name="Enterprise Library Types:eDOCS.opentext.Record:eDOCS.opentext.Record.v">
<attribute name="ProcessDate"><![CDATA[20090912]]></attribute>
<attribute name="CreationDate"><![CDATA[20070725185416]]></attribute>
<attribute name="VersionComments"><![CDATA[]]></attribute>
<attribute name="OCCDOCNUM"><![CDATA[759]]></attribute>
</category>
<category name="Enterprise Library Types:eDOCS.opentext.DocType:eDOCS.opentext.DocType">
<attribute name="DocumentTypeName"><![CDATA[COM_TOBANK]]></attribute>
</category>
I'm especially intersted in the OCCDOCNUM attribute.