I have a linked report, which is running fine. It is cached, there is a cache refresh-plan, that all works fine. But I would like to use it as a snapshot. So I enabled 'Render this report from a report snapshot' with a schedule. Now when I run this linked snapshotted report it complains that it cannot find the clickthrough reports.
This is not problem in the (pre)cached linked version of the same report. Anything else is identical (location, params and such), only difference is the setting 'Render this report from a report snapshot' instead of 'Render this report from a report snapshot'.
Structure:
\DATASETS
\DATA Sources
\MAINREPORTS\MainReport.rdl
\MAINREPORTS\SubReport1.rdl
\MAINREPORTS\SubReport2.rdl
\PUBLIC\Dashboard.rdl (linked to \MAINREPORTS\MainReport.rdl )
So when running \PUBLIC\Dashboard.rdl
as a cached report it runs fine, when running it as a snapshot it fails; it complains it cannot find \PUBLIC\SubReportX.rdl
Is this known behaviour? Can I snapshot a linked report with links to reports in a different folder?
Thanks for thinking with me!