Same UUID in V8 | Community
Skip to main content
January 27, 2022
Solved

Same UUID in V8

  • January 27, 2022
  • 1 reply
  • 1637 views

Based on below documentation:

"Case 1 - Duplicated recipients with the same UUID and same profile information (same email, first name, etc.) : the recipients look like “real” duplicates and mitigation could be to just remove one of the duplicates."

 

Since UUID is created in Adobe or Snowflake whenever a record is inserted, each record in the schema would be having a different UUID. So, how can two recipient records have same UUID?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by ChristopheProtat

Hi,

 

You are right. This should not happen when Adobe Campaign engine generates the UUID itself. That said, duplicates could arise when UUID is inserted directly by SQL query for example. Snowflake (aka Cloud DB) does not block insertion of duplicates at DB engine level.

In addition, in V8 we have improved the Product to prevent insertion of duplicates at application level (guardrails).

1 reply

ChristopheProtatAdobe EmployeeAccepted solution
Adobe Employee
February 1, 2022

Hi,

 

You are right. This should not happen when Adobe Campaign engine generates the UUID itself. That said, duplicates could arise when UUID is inserted directly by SQL query for example. Snowflake (aka Cloud DB) does not block insertion of duplicates at DB engine level.

In addition, in V8 we have improved the Product to prevent insertion of duplicates at application level (guardrails).