Loading

CRM Analytics データフローが「Can't propagate sharing rules (共有ルールを伝播できません)」のエラーメッセージで失敗する

公開日: Jul 17, 2023
説明
次のようなエラーメッセージでデータフロージョブがエラーとなることがあります。

「Something went wrong while executing the <Augment Name> node: Can't propagate sharing rules through the augment node <Augment Name> because both <Object 1> and <Object 2> contain <Object 1> sharing rules.Remove <Object 1> as the sharing source in the register node. (<Augment 名> ノードの実行中に問題が発生しました: <オブジェクト 1> と <オブジェクト 2> の両方に <オブジェクト1> の共有ルールが含まれるため、Augment ノード <Augment 名> 経由で共有ルールを伝播できません。レジスタノードで共有ソースとしての <オブジェクト 1> を削除してください。)」

「Something went wrong while executing the <Append Name> node: Can't propagate sharing rules through the append node append because input nodes have different sharing-rule fields.Remove <Object Name> as the sharing source in the register node. (<Append 名> ノードの実行中に問題が発生しました: 入力ノード間で共有ルール項目が異なるため、Append ノード Append 経由で共有ルールを伝播できません。レジスタノードで共有ソースとしての <オブジェクト名> を削除してください。)」

"Something went wrong while executing the Augment_Accounts_With_Opportunities node: Can't propagate sharing rules through the augment node Augment_Accounts_With_Opportunities because the node operation is set to LookupMultiValue and right select contains at least one sharing source. (Augment_Accounts_With_Opportunities ノードの実行中に問題が発生しました: ノード操作が LookupMultiValue に設定されていて、右側で 1 つ以上の共有ソースが選択されているため、Augment ノード Augment_Accounts_With_Opportunities 経由で共有ルールを伝播できません。)」

これらのエラーは、以下の条件が成立すると発生します。
  • 共有継承がサポートされているオブジェクトで sfdcDigest ノードが使用されている。
  • Augment 変換または Append 変換の左右のソースに sfdcDigest ノードが含まれているか、または Augment 変換が「複数値を検索」操作 (LookupMultiValue) で作成されていて、影響を受けるオブジェクトが右側のソースに指定されている。
  • 上記の変換で作成されるデータセットが登録されていて、影響を受けるオブジェクトが共有ソースとして定義されている。
解決策
このエラーメッセージを解決するにはいくつかの方法があります。
  1. データフローを設計し直して、共有ソースとして使用するオブジェクトが変換の両方のソースとして使用されないようにするか、または共有ソースが LookupMultiValue Augment 変換の右側のソースとして使用されないようにします。
  2. レジスタノードから共有ソースとしてのオブジェクトを削除し、行レベルセキュリティでセキュリティ術語を使用して、これらの値が一致するように対象データセットを編集します。データセットとデータフローが一致しない場合、以降のデータフローの実行は、警告メッセージを出力して正常に完了します。
ナレッジ記事番号

000380839

 
読み込み中
Salesforce Help | Article