Skip to main content

Whitelist Document Conversion Feature

info

Performs document conversion policy functions according to the whitelist policy.

  • The mapping method operates in a 1:1 manner.
  • It works only in DS 6.0 ENT AppAuth Mode.

1. Overview

File NamepathversionDescriptionBuild Path
SCPD_DS365.dllC:\Windows\Softcamp\sdk\scsa6.1.0.4Document Security Event Module\sctfsbuild.softcamp.co.kr\AzureBuild\2025\DS6.0_VS2019(ZTCA_AIP)|
SCPD_DS36564.dllC:\Windows\Softcamp\sdk\scsa6.1.0.4Document Security Event Module\sctfsbuild.softcamp.co.kr\AzureBuild\2025\DS6.0_VS2019(ZTCA_AIP)|
IDDS_MIP_DOC_CONV_WHITE_LIST
TYPEEDIT
Policy Value FormatTARGET_DOC_TYPE:IDDEST_DOC_TYPE:ID;TARGET_DOC_TYPE2:IDDEST_DOC_TYPE2:ID;......

3-1. Policy Format Description

  • TARGET_DOC_TYPE: Type of the original document
  • DEST_CONVERT_DOC: Type of conversion document
  • ID: Document Identifier (Ex: MIP Document Label ID, Grade Document or Category Document ID)
3-2. Document Type (Type)
TypeDescription
MIPDocument labeled with MIP
MACMAC Document
GRADEDocument with Ratings
DACPersonal Document (No ID)
3-3. Document ID
  • A unique ID value for identifying a specific document (e.g.MIP:abc123)
  • In the case of DAC, the ID can be omitted (it is converted to the personal document of the logged-in user).
3-4. Policy Examples
  • If a MIP document with the Label ID ABCD only allows conversion to the grade document ID GRADEID0001->Policy value: MIP:ABCD|GRADE:GRADEID0001
  • If only the conversion of the document with category document ID MAC000002 to MIP Label ID EFGH is allowed->Policy value: MAC:MAC000002|MIP:EFGH
  • Policy values applied in both of the above examples.->Policy value: MIP:ABCD|GRADE:GRADEID0001;MAC:MAC000002|MIP:EFGH

4. Constraints

  1. Since this feature uses a WhiteList policy transformation, any transformation for documents not registered in the policy will be blocked.
  2. In the case of DS 6.0 ENT, since the document security transformation logic is not used and documents for individuals, grades, and categories are directly specified and changed using the linker function, the modified document may appear as a linker document icon.

5. Troubleshooting

⚠️If the function is not working, check the following items to determine which one applies.

  • Need to check if SCPD_DS36564.dll is loaded in the explorer.
  • If SCPD_DS36564.dll is loaded correctly, during the download operation, the SDSMonitor log will show'DS_MIP_DOC_CONV_WHITE_LIST is valid[1]'If it is valid[0], there is a policy value setting error, so it is necessary to check the policy value.
  • If the log is missing or if it does not work even after being collected, collect the SDSMonitor log and send it to the developer.