Custom Resource and Delivery Failure | Community
Skip to main content
April 28, 2021
Solved

Custom Resource and Delivery Failure

  • April 28, 2021
  • 4 replies
  • 1648 views

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,

 

Thank you,

Appreciate your feedback!

 

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 Craig_Thonis

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

4 replies

Level 9
April 29, 2021
Can you show, what do you have in the targeting dimensions of your query activity.
ExecFordAuthor
April 29, 2021
Hi, the targeting dimension in query activity are pointing to Custom resource i created.
SatheeskannaK
Community Advisor
Community Advisor
April 30, 2021

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
Craig_Thonis
Adobe Employee
Craig_ThonisAdobe EmployeeAccepted solution
Adobe Employee
April 30, 2021

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

ExecFordAuthor
April 30, 2021
Thank you Craig. This works.