51.6k views
4 votes
Why might an analytic snapshot fail during a scheduled run?

1) The running user has been made inactive.
2) The target object is a custom object.
3) The source report has been resaved as a matrix report.
4) The target object contains an Apex trigger.
5) The source report was not created by an administrator.

1 Answer

1 vote

Final answer:

An analytic snapshot might fail due to the running user being inactive, changes to the source report into a matrix format, or issues with an Apex trigger on the target object. Utilizing a custom object or the report's creator not being an administrator should not directly cause a snapshot failure.

Step-by-step explanation:

There could be several reasons why an analytic snapshot might fail during a scheduled run. If the running user becomes inactive, Salesforce cannot execute the snapshot because it is tied to the user's permissions and access. In the instance where the source report has been changed to a matrix report, it might no longer meet the criteria for the snapshot, leading to failure. The type of object being a custom object is not inherently a problem, so that should not cause a failure. Additionally, the presence of an Apex trigger on the target object could introduce complications but not necessarily direct failure unless the trigger has issues like errors or execution limits. Lastly, the fact that the source report was not created by an administrator is irrelevant to the success of an analytic snapshot.

User Austin Wood
by
7.7k points