Adobe reporting for Hard / Soft Bounces | Community
Skip to main content
New Participant
June 15, 2020
Solved

Adobe reporting for Hard / Soft Bounces

  • June 15, 2020
  • 1 reply
  • 1210 views

Basically what tables do I need to refer. Since I have my custom MTA, so picking up those logs and what tables to dump?

 

broadlogrcp - Delivery success / failure

 

Instead of going via import work-flow route, I manually inserted new entry in nmsbroadlogmsg table with mailbox full error against soft bounce event code, based on msgId, inserted similar kind of record in nmsbroadlogrcp with other details like success / failure and deliveryID. Now my expectation was in the background Adobe's job would insert the related entries in nmsdeliverylogstats but that wasn't the case, as a result UI didn't had the related reporting. Could anyone please suggest where am I going wrong and my understanding with the flow is correct? I did vice versa as well... like inserting first in nmsbroadlogrcp followed by nmsbroadlogmsg, but didn't succeed.

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 Jonathon_wodnicki

Hi,

 

Run nms.delivery.RecomputeStats() on the delivery id's you're importing.

Also make sure to upsert nms:address with the hard bounces.

 

Thanks,

-Jon

1 reply

Jonathon_wodnicki
Jonathon_wodnickiAccepted solution
New Participant
June 15, 2020

Hi,

 

Run nms.delivery.RecomputeStats() on the delivery id's you're importing.

Also make sure to upsert nms:address with the hard bounces.

 

Thanks,

-Jon