This documentation is for the legacy Izenda 6 product. Documentation for the new Izenda 7 product can be found at https://www.izenda.com/docs/
Izenda caches current contents of the ReportList based on the ReportSet created/modified date. But it does NOT save data on disk. It keeps it in SESSION only. Also it has no any relation to Fusion cache or other caching. It's just a stand-alone piece of code that stores the ReportList contents in the session.
If transferred/copied, reports do not appear in the ReportList.
There are many possible causes of this:
timeout=1 week
for example. You can even reboot the web server - but when you open a browser, they will still not see the new reports in your report list, because cached ReportList is stored in a serialized session. ctrl-c
& ctrl-v
. As a result, symbols such as \r\n
can be lost. As a result, the whole XML data of the ReportSet becomes a single long string. When this happens, that ReportSet then becomes erroneous from the point of view of Izenda.AdHoc, and won't load/show in ReportList."_global_"
tenant - some or all reports may be invisible to usual users.Last edited by Joseph Adams, 2014-05-15 10:25:13