Expand my Community achievements bar.

SOLVED

Import Data in AEP

Avatar

Level 3

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.

sidheshwarc5116_0-1583529056267.png

The error in the profile table is 

sidheshwarc5116_1-1583529105191.png

 

What could be the possible reason ?

1 Accepted Solution

Avatar

Correct answer by
Level 2

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/mar...

View solution in original post

2 Replies

Avatar

Correct answer by
Level 2

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/mar...

Avatar

Level 10
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?