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?