cancel
Showing results for 
Search instead for 
Did you mean: 

Table DMS_CONT1_CD1

shahinmikailov
Explorer
0 Kudos

Hi,

We are using Content Server for our DMS system to store documents externally. Also for this we have created additional Z category.

The question is that, if we store DMS documents in standalone installed CS with its own database (MaxDB), then which type of data stores in table DMS_CONT1_CD1 and is this normal if table contents more than ~500.000 ?


Also, could we delete these content in test system after remote client copy from live system (t-code SE14)?

Thanks in advance

Shahin

Accepted Solutions (0)

Answers (2)

Answers (2)

benedikt_wagner_mdt
Active Participant
0 Kudos

Hi Shahin,

as "S S B" suggests, there will be documents with category DMS_C1_ST.

To identify these you could select table DMS_PH_CD1 in transaction SE16 with STOR_CAT = DMS_C1_ST. From these results take the value in column LOIO_ID and select table DMS_DOC2LOIO, column LO_OBJID; then you will get the key of the DMS info records with documents stored in category DMS_C1_ST.

I would recommend to identify the documents before you delete them.

Regards

Benedikt

SSB
Advisor
Advisor
0 Kudos

Dear

This table hold the contents of the files. May be there are some files also stored with storage category DMS_C1_ST and in case you delete this table these files would become inaccessible

Regards

S S B