コミュニティアチーブメントバーを展開する。

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.

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

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?

トピック

トピックはコミュニティのコンテンツの分類に役立ち、関連コンテンツを発見する可能性を広げます。

1 受け入れられたソリューション

Avatar

正解者
Employee

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

 

元の投稿で解決策を見る

6 返信

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

Employee

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

正解者
Employee

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