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
- The DS 6.0 ENT AppAuth Mode provides transformation capabilities for documents based on specific mapping policies.
- The policy for transformation is set as a custom policy.
- Related TFS:TF S37818 - Request for additional development to convert only specific AIP labels
2. Related Modules
| File Name | path | version | Description | Build Path |
|---|---|---|---|---|
| SCPD_DS365.dll | C:\Windows\Softcamp\sdk\scsa | 6.1.0.4 | Document Security Event Module | \sctfsbuild.softcamp.co.kr\AzureBuild\2025\DS6.0_VS2019(ZTCA_AIP)| |
| SCPD_DS36564.dll | C:\Windows\Softcamp\sdk\scsa | 6.1.0.4 | Document Security Event Module | \sctfsbuild.softcamp.co.kr\AzureBuild\2025\DS6.0_VS2019(ZTCA_AIP)| |
3. Related Custom Policies
| ID | DS_MIP_DOC_CONV_WHITE_LIST | |||
|---|---|---|---|---|
| TYPE | EDIT | |||
| Policy Value Format | TARGET_DOC_TYPE:ID | DEST_DOC_TYPE:ID;TARGET_DOC_TYPE2:ID | DEST_DOC_TYPE2:ID;... | ... |
3-1. Policy Format Description
TARGET_DOC_TYPE: Type of the original documentDEST_CONVERT_DOC: Type of conversion documentID: Document Identifier (Ex: MIP Document Label ID, Grade Document or Category Document ID)
3-2. Document Type (Type)
| Type | Description |
|---|---|
MIP | Document labeled with MIP |
MAC | MAC Document |
GRADE | Document with Ratings |
DAC | Personal 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
- Since this feature uses a WhiteList policy transformation, any transformation for documents not registered in the policy will be blocked.
- 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.