Import Data in AEP | Community
Skip to main content
Level 3
March 6, 2020
Solved

Import Data in AEP

  • March 6, 2020
  • 2 replies
  • 4764 views

I am uploading my data in a simple person details dataset but it says the batch is successful however the profile is not loaded in the profile table.

The error in the profile table is 

 

What could be the possible reason ?

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 KevinFosterDX

Can't know for sure, but possibly you've put your identity information in the identityMap field and it doesn't match the namespaces in your AEP instance? 

 

Recommendation is to not use the identityMap field - ever - but instead label a string field as a primary identity in your schema. The field must be a string, exactly one string field must be marked as a primary identity, and when loading data, no record can have a blank/null value for this field.

 

You can see more information here:

 

https://www.adobe.io/apis/experienceplatform/home/tutorials/alltutorials.html#!api-specification/markdown/narrative/tutorials/schema_editor_tutorial/schema_editor_tutorial.md#set-a-schema-field-as-an-identity-field

2 replies

KevinFosterDXAdobe EmployeeAccepted solution
Adobe Employee
March 14, 2020

Can't know for sure, but possibly you've put your identity information in the identityMap field and it doesn't match the namespaces in your AEP instance? 

 

Recommendation is to not use the identityMap field - ever - but instead label a string field as a primary identity in your schema. The field must be a string, exactly one string field must be marked as a primary identity, and when loading data, no record can have a blank/null value for this field.

 

You can see more information here:

 

https://www.adobe.io/apis/experienceplatform/home/tutorials/alltutorials.html#!api-specification/markdown/narrative/tutorials/schema_editor_tutorial/schema_editor_tutorial.md#set-a-schema-field-as-an-identity-field

jantzen_b
Adobe Employee
Adobe Employee
April 4, 2020
Does Kevin's answer give you the info you need? If not, can you provide additional details to help the community better solve your question?