내 커뮤니티 업적 표시줄을 확대합니다.

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.
해결됨

Migration of Audience From One Sandbox to Another in AEP

Avatar

Level 3

What is the way to import an audience from one sandbox to another sandbox as I am getting an error message with the JSON structure as follows: [
  {
    "taskType": "POST",
    "taskStatus": "ERROR",
    "artifact": {
      "id": "f586d30d-56ca-4a4d-86be-794bf2e25dc8",
      "type": "PROFILE_SEGMENT",
      "found": false,
      "count": 0,
      "messages": [
        {
          "status": "FAIL_QUICKLY",
          "attempt": 1,
          "message": "com.adobe.aep.devex.rest.RestException: {\"requestId\":\"6fM00xDxom8eNpf8MLACKScEqHE1sMMh\",\"errors\":{\"400\":[{\"code\":\"200\",\"message\":\"Missing schema field: \\\"Retail_FirstName\\\". Fields in the schema are [BirthYear, CustomerAI, DOB, FirstName, Gender, LastName, customerSatisfactionScore, demoEnvironment, description, domainGroup, eyEmail, homeOfficeLocation, identification, identifiers, individualChara"
        }
      ]
    }
  }
] , how to fix this error or any suggestions on the successful way to do it will be helpful

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Community Advisor

Hi @ribhubanerjee - Happy to know this, in this case please mark it as correct answer 

원본 게시물의 솔루션 보기

3 답변 개

Avatar

Community Advisor

Hi @ribhubanerjee  - You can use sandbox tooling for doing the same. Please note that there are some limitations when you use sandbox tooling. The audience should be created by using Segmentation Service and not audience composition.

 

From the error you are facing, it seems that the schema on the environment which you are migrating the audience to does not have the fields which you have used to create the segment.

 

Can you please confirm that.

 

Thanks!

 

 

Avatar

Level 3

Hi @arpan-garg , double checked it and what you said was correct, there was columns missing in target sandbox.

So, for solving this we have to migrate the schema with the required columns that matches segment definition and then we migrate the segment.

Avatar

정확한 답변 작성자:
Community Advisor

Hi @ribhubanerjee - Happy to know this, in this case please mark it as correct answer