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

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

Custom Resource and Delivery Failure

Avatar

Level 1

Hello I request help on the following,

 

I created a new custom resource of our internal team (no extension) and updated the data. Now i want to target the internal team members based on their email id. I queried them simply and attached it to email template, it fails to run successfully. Giving the following error: 

 

The schema for profiles specified in the transition ('head:cusAlertTeam') is not compatible with the schema defined in the delivery template ('nms:recipient'). They should be identical.

 

Can someone please advice where should the schema edit need to happen to make this work? The delivery template is shown below,

 Delivery Template Config.png

Thank you,

Appreciate your feedback!

 

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Employee Advisor

Hi ExecFord,

 

The error conveys that the input transition to delivery has targeting dimension this is different from the targeting dimension that this delivery's target mapping is dependent upon.
In other words, the delivery is not able to understand schema structure of the incoming population.

When the incoming population to a delivery is a different schema and delivery is expecting data based on another schema, delivery analysis fails throwing this error.

To resolve this issue, if the current filtering dimension and the target mapping schema are related, a change dimension activity should be used.

 

Regards,

Craig

원본 게시물의 솔루션 보기

5 답변 개

Avatar

Level 9
Can you show, what do you have in the targeting dimensions of your query activity.

Avatar

Level 1
Hi, the targeting dimension in query activity are pointing to Custom resource i created.

Avatar

Community Advisor

Hi @ExecFord,

 

I believe this happens when you have wrong targeting dimension on query activity. Can you try update properties tab of query activity to have targeting dimension as profiles and have the custom resource (i.e. cusAlertTeam) on resource section.

 

Thanks, SK

 

Thanks, Sathees

Avatar

정확한 답변 작성자:
Employee Advisor

Hi ExecFord,

 

The error conveys that the input transition to delivery has targeting dimension this is different from the targeting dimension that this delivery's target mapping is dependent upon.
In other words, the delivery is not able to understand schema structure of the incoming population.

When the incoming population to a delivery is a different schema and delivery is expecting data based on another schema, delivery analysis fails throwing this error.

To resolve this issue, if the current filtering dimension and the target mapping schema are related, a change dimension activity should be used.

 

Regards,

Craig

Avatar

Level 1
Thank you Craig. This works.