Expand my Community achievements bar.

Join us on September 25th for a must-attend webinar featuring Adobe Experience Maker winner Anish Raul. Discover how leading enterprises are adopting AI into their workflows securely, responsibly, and at scale.
SOLVED

Error in migrating Edge Audience from one sandbox to another in AEP

Avatar

Level 1

Hello,

I am trying to migrate a couple of Batch and Edge audiences from one sandbox to another in AEP using the Sandbox Tooling (Package) feature of AEP. The batch Audiences are all successfully migrated. However, the package failed for all the Edge Audiences with the following error message,

 

[
{
"taskType": "POST",
"taskStatus": "ERROR",
"artifact": {
"id": "364a3aed-1154-414d-a039-3cf7354ffb11",
"altId": null,
"type": "PROFILE_SEGMENT",
"found": false,
"count": 0,
"messages": [
{
"status": "FAIL_QUICKLY",
"attempt": 1,
"message": "com.adobe.dx.exim.commons.internal.client.rest.RestException: {\"requestId\":\"X8uZVV1wD5Kh3cPn74LTJ1Xv4UU4VHln_558f74799b3d4c1eb92fe6cbf79f9141\",\"errors\":{\"400\":[{\"code\":\"UPAPI-113447-400\",\"message\":\"The merge policy associated with segment is not Edge Active.\"}]},\"type\":\"https://ns.adobe.com/aep/errors/UPAPI-113447-400\",\"title\":\"The merge policy associated with segment is not Edge Active.\",\"status\""
}
]
}
}
]

 

Can someone please help me solve this?

 

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Employee

Hi @chandavi ,

 

Edge audience require merge policy to be "Edge Active", which enables the audience for use with Adobe Experience Platform Edge services (for real-time segmentation and activation at the Edge).

When you migrate audiences, the referenced merge policy in the destination sandbox is likely not marked as Edge Active, so Edge audience creation fails.

Fixes:
Check merge policy in destination sandbox
re-export/re-import the audiences
if merge policy doesn't exist, create create a merge policy in destination same as in the original sandbox. 

Hopefully it should resolve the problem. 

Thanks 




View solution in original post

1 Reply

Avatar

Correct answer by
Employee

Hi @chandavi ,

 

Edge audience require merge policy to be "Edge Active", which enables the audience for use with Adobe Experience Platform Edge services (for real-time segmentation and activation at the Edge).

When you migrate audiences, the referenced merge policy in the destination sandbox is likely not marked as Edge Active, so Edge audience creation fails.

Fixes:
Check merge policy in destination sandbox
re-export/re-import the audiences
if merge policy doesn't exist, create create a merge policy in destination same as in the original sandbox. 

Hopefully it should resolve the problem. 

Thanks