cancel
Showing results for 
Search instead for 
Did you mean: 

DMS data in content server

Former Member
0 Kudos

Dear All

Now i install max server and my dms data store in content server now i want to see where my data store (which table) please guid me how i cheq my data in which table

Thanks

Nainesh

Accepted Solutions (0)

Answers (1)

Answers (1)

thorsten_zielke
Contributor
0 Kudos

Let me comment on this from a database perspective: MaxDB running as Content Server storage runs as instance 'SDB' (there is also 'CDB', but it mostly is not used at all). The table structure is pretty simple. You have at least a pair of one DOCUMENTS table and one COMPONENTS table. The table CONTREP shows the relationship between these tables, e.g. DOCUMENTS0001 could be paired with COMPONENTS0005.

If you want to actually read and display your data, you will need to access it from within the Content Server, because most binary data has been compressed by the Content Server and therefore is unreadable on database level.

Thorsten