Hi Gurus,
We have an agent configured on top of a report. This agent runs at 8 am every morning based on a condition that the count of an item should be greater than 0.
Ours users update these counts every weekday,, for ex: if they update the count to 10 units on monday, then on tuesday morning the users should receive a report on monday counts as saying 10 units.
Last friday also they updated the same way and they are supposed to get the report delivere d on saturday morning. But they did not.
This report has a function as follows which gives previous day -- TIMESTAMPADD(SQL_TSI_DAY,-1,CURRENT_DATE). Based on this they should get the report on saturday morning with the friday counts. But they did not.
Today (tuesday) when they replaced -1 with -4 in above function, then they received friday report.
When they reached out to me, i looked into the scheduler logs but nothing is found.
Please share any insights on this.
Thanks.