DWB サーバーのアップグレード:6.2 から 6.3 へ

重要

Data Workbench 提供終了のお知らせ.

Data Workbench6.3 用のサーバーコンポーネントをアップグレードします。

サーバーをアップグレード

指定した Base パッケージの場合は、次のカスタマイズ済みファイルを更新する必要があります。

  • Meta.cfg ファイルの更新 ( E:…\Profiles<your custom profile>\Context\meta.cfg)を使用して、ファイルシステムユニット(FSU サーバ)の更新されたパスワード暗号化を設定し、名前と値のペア変換のエントリを追加し、 クエリ文字列のグループ化.

    1. FSU 上の meta.cfg ファイルを開きます。

    2. のデータタイプの変更 Proxy Password から」 string" 」 EncryptedString」 ワークステーションの設定 」セクションに入力します。

        Proxy User Name = string:
        Proxy Password = EncryptedString:   (
        from Proxy Password = String)
        Use Address File = bool: true
      
    3. 新しい名前と値のペアの変換を有効にする新しいエントリ BuildNameValuePairExtractNameValuePairs を追加します。

      ワークスペースを開き、管理者プロファイルマネージャー​を右クリックします。

      コンテキスト​の下で、Base 列の meta.cfg ファイルをクリックし、「ローカル化」をクリックします。User テーブル列で右クリックし、開くワークステーションで​を選択します。

      • 新しいウィンドウで、metadata をクリックし、acceptable children テンプレートを追加します。

      • transformation を開き、新しいテンプレートを追加します。

  • 高速結合の強化のための更新。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 に RAM が少なくとも 8 GB あることを確認してください。

  • Adobe Target と DWB の統合の更新。新しいエクスポートファイル ExportIntegration.exe ( 既存の TnTSend.exe ファイルを Insight サーバー上に置く (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 より前に作成されたエクスポートにのみ影響します。

    また、古いエクスポートプロセスを使用する場合は、次を試すこともできます。

    • ワークステーションで新しい Target エクスポートを作成します。
    • 次に示す古い Test and Target エクスポートを変更します。 Server/Profiles/<your profile>/書き出し。
  • Adobe SC プロファイルの更新。 変更点: Exclude Hit.cfg ファイルには、関連する Decoding Instructions.cfg ファイル。

    メモ

    Adobeの SC プロファイルに Decoding Instructions.cfg ファイルに、 DelimitedDecoder パラメーターをカスタマイズしたファイルに追加します。

    0 = DelimitedDecoder:
       Delimiter = string: \t
       Fields = vector: x items
       …
          5 = string:
    Changed to:
    
    5 = string: x-hit_source
    

    DelimitedDecoder フィールドを追加すると、機能の更新を利用し、これらの更新が原因で発生する可能性があるログ処理の問題を回避することができます。

このページ