범주를 템플릿으로 변환(7.5.1 및 7.5.2에서 업그레이드하는 경우에만 해당, 7.5.3에서 8.x로 업그레이드하는 데는 적용되지 않음)
7.5.1 또는 7.5.2 설치를 8.x로 업그레이드할 경우 다음 지침에 따르십시오. 7.5.3 이상의 버전에서 업그레이드하는 데는 해당 지침이 필요 없습니다.
Interact 7.5.x 설치를 8.x로 업그레이드한 후 Marketing PlatformconfigTool 유틸리티를 사용하여 구성 페이지에서 contactAndResponseHistTrackinglearningAttributes 범주를 템플릿으로 변환하십시오. configTool 유틸리티는 Marketing Platform 설치의 tools/bin 디렉토리에 있으며 Windows 서버에서는 configTool.bat라고 하고 UNIX 서버에서는 configTool.sh라고 합니다.
1.
configTool.bat -x -p "Affinium|Campaign|partitions|<partition_name>|
Interact|contactAndResponseHistTracking" -f .\InteractCHRH.xml
configTool.bat -x -p "Affinium|Campaign|partitions|<partition_name>|
Interact|learning|learningAttributes" –f .\InteractLearning.xml
2.
다음 예제에 표시된 것처럼 InteractCHRH.xml 파일에서 템플릿 값을 "true"로 변경하십시오.

<?xml version="1.0" encoding="UTF-8"?>
<category id="3770" name="contactAndResponseHistTracking">
<category id="3772" name="runtimeDataSources">
<category id="3773" name="runtimeDataSource"
template="true">
<property id="3774" name="databaseType"
type="dropdown_property" width="40">
<value selected="true" predefined="true">
SQLServer</value>
<value selected="false" predefined="true">
DB2</value>
<value selected="false" predefined="true">
ORACLE</value>
</property>
3.
다음 예제에 표시된 것처럼 InteractLearning.xml 파일에서 템플릿 값을 "true"로 변경하십시오.
<?xml version="1.0" encoding="UTF-8">
<category id="3792" name="learningAttributes">
<category id="3793" name="learningAttributes"
template="true">
<property id="3794" name="attributeName" type="string_property"
width="40">
</property>
</category>
</category>
4.
configTool.bat -i -o -p "Affinium|Campaign|partitions|<partition_name>|
Interact" -f InteractCHRH.xml
configTool.bat -i -o -p "Affinium|Campaign|partitions|<partition_name>|
Interact|learning" -f InteractLearning.xml