Hi,
I have an agent scheduled to send email everyday. The data we get by email are not up to date.
When I run the same analysis manually (not scheduled) I get the up to date data.
As a work around, I added a prefix to the analysis
SET VARIABLE DISABLE_CACHE_HIT=1;
The scheduled data are now up-to-date.
I don't understand what changed, and I am looking for an alternative to fix this on a global scale rather than modify every single analysis.
Any idea why this is happening?
I am using OBIEE 11.1.1.7.150120 (Build 150113.1200 64 bit) installed on Linux server.
Thanks
Youssef