Hello,
I am testing my previously working Journey and while the test profile enters and exists the journey successfully, the email fails due to a "No Email Address Found in Profile" Error. The confusion is AJO did in fact find the profile because the messageFeedback event exists in the Events tab (with the EmailNoAddressFoundInProfile error code) for that profile and the email address is included as an identity in the Linked Identities section.
We are aware there is a problem with this test profile in that it has some garbage associated with it in the identity map (see below), but that shouldn't cause this no Email error because the profile was found anyway and the email using the test address exists as an identity.
Why is AJO not finding the email address?
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Thanks everyone, I figured it out which was in-line with the responses above. While the solution was related to the out-of-the-box personalAddress attribute from the Standard fieldgroup being NULL, this value was always null when we set this up back in October and it worked just fine then. I copied a working (at the time) journey to this new one and got this error.
My guess is that back in October, Adobe only checked the Email Namespace to retrieve the value - which in our case was in a custom Identity node and have since "fixed"?? it so that it now looks for the personalAddress in the standard fieldgroup by default. Our email is in a different node, hence the error.
For folks who are new to AJO and have custom a storage location for the email, you can follow these steps to resolve:
This will resolve the no email found error.
@MktgCloudUser What's the email address written on the personalEmail.address will be taken to send out the message by default. Verify you have a valid email address in this field.
Views
Replies
Total Likes
I am facing the same issue, and I have used personalEmail.address out of the box field.
Views
Replies
Total Likes
This error occurs when the email execution address parameter is not populated and when the same parameter is used in the message configuration.
Views
Replies
Total Likes
Thanks everyone, I figured it out which was in-line with the responses above. While the solution was related to the out-of-the-box personalAddress attribute from the Standard fieldgroup being NULL, this value was always null when we set this up back in October and it worked just fine then. I copied a working (at the time) journey to this new one and got this error.
My guess is that back in October, Adobe only checked the Email Namespace to retrieve the value - which in our case was in a custom Identity node and have since "fixed"?? it so that it now looks for the personalAddress in the standard fieldgroup by default. Our email is in a different node, hence the error.
For folks who are new to AJO and have custom a storage location for the email, you can follow these steps to resolve:
This will resolve the no email found error.
Adobe provides other fields in the Personal Email , aren't these required for the feedback from the journey, so if you create a custom field group you need fields with the same names as those provided out of the box so for instance the status updated if there is a failure reported from the MTA?
Views
Replies
Total Likes
@Robsay Any feedback from MTA will be part of the OOTB dataset (Message Feedback Event Dataset). Whether you use PersonalEmail.Address field or any other custom field to send the email all feedback will get recorded into OOTB dataset
Views
Replies
Total Likes
Views
Likes
Replies