Does anyone know where in Campaign's database I can find how many times an email sent from Message Center was retried before it was successfully sent?
Solved! Go to Solution.
Hi carloss80342886,
You can find the number of occurrences/@count for the delivery in the schema nms:broadLogRcp and check under Message(msg) which is having 1:N relationship.
Hi ,
Under Admin->Production->Message Center -> Default ->Deliveries
On first look, we have all the deliveries send out using Message Center. Schema name is same nms:delivery . I think @retryCount column must be having the details you looking for. Do let me know if this works for you.
Thanks,
Kapil
Thanks, Kapil. I had checked that field thinking the same, but doesn't look like it's getting populated in our instance. Figured it may be recorded in another table
Views
Replies
Total Likes
I had also checked the @retry field in the eventHisto table, but that's always set to 0 as well
Views
Replies
Total Likes
Hi carloss80342886,
You can find the number of occurrences/@count for the delivery in the schema nms:broadLogRcp and check under Message(msg) which is having 1:N relationship.