阅读有关Data Workbench 生命周期终止公告.
升级Data Workbench6.3的服务器组件。
升级服务器
如果您的自定义用户档案优先于 Base 包中,则需要更新这些自定义文件:
更新Meta.cfg文件 ( E:…\Profiles<your custom profile>\Context\meta.cfg)为文件系统单元(FSU服务器)设置更新的密码加密,并为名称值对转换添加条目以利用 查询字符串分组.
打开 FSU 中的 meta.cfg 文件。
更改的数据类型 Proxy Password 从" string" " EncryptedString“ 工作站配置 中。
Proxy User Name = string:
Proxy Password = EncryptedString: (
from Proxy Password = String)
Use Address File = bool: true
为启用新的名称值对转换而添加新条目:BuildNameValuePair 和 ExtractNameValuePairs。
打开工作区,右键单击管理员 > 配置文件管理器。
在上下文的下方,单击基本列中的 meta.cfg 文件,然后单击制作本地副本。在“用户”表格列中,选择打开 > 在工作站中。
在新窗口中,单击元数据,然后添加可接受的子模板。
打开转换,并添加新模板。
为实现快速合并的改进而进行更新。为下列配置文件添加参数或更改值,以便在转换过程中利用 Data Workbench 中的速度改进。
Communications.cfg ( E:\Server\Components\Communications.cfg)
18 = SourceListServer:
URI = string: /SourceListServer/
Listing Interval = int: 10 (
<new>)
Disk Files.cfg (在 E:\Server\Components 和 E:\Server\Components for Processing Servers)
Disk Cache Size (MB) = double: 1024
<(from double: 256)>
Disk Cache Read Limit (MB) = double: 768
<(new)>
Log Processing Mode.cfg ( E:\Server\Profiles<your profile>\Dataset\Log Processing Mode.cfg)
<(changed)
Batch Bytes = int: 268435456
Cloud Bytes = int: 268435456
Real Time FIFO Bytes = int: 268435456
(
<new>)
Cache Bytes = int: 32000000
Fast Input Decision Ratio = double: 200
Fast Input FIFO Bytes = int: 268435456
FIFO Hash Mask = int: 16383
Fast Merge Buffer Bytes = int: 536870912
Slow Merge Buffer Bytes = int: 268435456
Fast Merge Fan In = int: 64
Key Cache Size Logarithm = int: 21
Max Seeks = int: 512
Output Old Buffer Bytes = int: 536870912
Overflow FIFO Bytes = int: 67108864
Paused = bool: false
若要利用快速合并改进,请确保您的每个 DPU 至少有 8 GB 的 RAM。
具有 DWB 集成更新的 Adobe Target。新的导出文件, ExportIntegration.exe,替换现有 TnTSend.exe 文件(E:\Server\Scripts\TnTSend.exe
)。 这个新导出的文件同时支持 Adobe Target 与最新主营销配置文件 (MMP) 和 Adobe Audience Manager 的集成和协同。
您将需要为 Adobe Target 导出更新以下命令。
Command = string: TnTSend.exe
更改为
<filepath>
Command = string: ExportIntegration.exe
</filepath>
这将仅影响在版本6.3之前创建的导出。
您还可以尝试下列操作以使用旧的导出过程:
<your profile>
/导出。更新 Adobe SC 配置文件。 对 Exclude Hit.cfg 文件要求在关联的 Decoding Instructions.cfg 文件。
如果您的AdobeSC配置文件包含自定义 Decoding Instructions.cfg 文件,您将需要 DelimitedDecoder 参数添加到自定义文件。
0 = DelimitedDecoder:
Delimiter = string: \t
Fields = vector: x items
…
5 = string:
Changed to:
5 = string: x-hit_source
通过添加 DelimitedDecoder 字段,您可以利用功能更新,并避免可能由这些更新导致的日志处理问题。