Expand my Community achievements bar.

SOLVED

The uuid provided is not valid, it should be 38 characters in length

Avatar

Level 2

Hi,

We have created a Profile enabled schema and dataset with custom primary identifier "customer_id".
On data ingestion using HTTP API method, data is getting added to system.
In addition to this, can also see an error in batch ingestion details in Dataset.
Error : The uuid=90909090909090909909090909090909CUST01 provided is not valid, it should be 38 characters in length.
Tried giving 38 characters in customer_id field, still getting same error.
PFA snapshot

bsanusree_0-1682408724369.png

Why we are getting this error? even after giving 38 characters?

Topics

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

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @_abs9900  

 

You can use the data prep function to create a guid. this can be used in the data prep functions when ingesting data.

 

Check out the special operations for guid https://experienceleague.adobe.com/docs/experience-platform/data-prep/functions.html%3Flang%3Dsv#spe...

 

View solution in original post

6 Replies

Avatar

Community Advisor

Hi @_abs9900 - Whats the identity namespace of the primary identifier? Is it ECID? Also does your schema has a UUID field , if yes, can you share what type of field is it

Avatar

Level 2

Hi @arpan-garg ,

Thanks for your response.

We are using a custom created namespace for identifier and only 'customer_id' field as an unique identifier.

Thanks

Avatar

Community Advisor

Hello 

 

Have you considered using the GUID function when creating the UUID. This function will create a unique 38 char value for ingestion.

 

Please let me know if this works.

Thanks

Bryan

Avatar

Level 2

Hi @brekrut ,

We are using streaming ingestion here, using http API source method.

Is it possible to use GUID function in streaming ingestion?

I understand in batch ingestion, during field mapping we can configure functions.

I'm new to AEP, so if there is any documentation that can help, please suggest that too.

 

Thankyou

Avatar

Community Advisor

Hi @_abs9900 - Are you streaming the event data or profile data? If its event data then you can use the data prep functions via datastreams. You can see this video for reference https://www.youtube.com/watch?v=rnK-zb55D9E

 

Avatar

Correct answer by
Community Advisor

Hi @_abs9900  

 

You can use the data prep function to create a guid. this can be used in the data prep functions when ingesting data.

 

Check out the special operations for guid https://experienceleague.adobe.com/docs/experience-platform/data-prep/functions.html%3Flang%3Dsv#spe...