We have different behaviour in PROD and DEV OAS instances on opening a classic BI dashboard.
PROD always fires an ajax call = saw.dll?ReloadDashboard on opening any dashboard with content even the smallest static prompt or text box ,but, DEV does not, even with complicated dashboard with multiple objects. We see this behaviour in chrome developer tools. We have identical prompts / RPD / instanceconfig.xml and nqsconfig.ini between instances. everything is identical. We have tried avoiding load balancer etc direct URLS but same result. Opening a blank dashboard in PROD does not cause the reloadDashboard to fire, but, even a basic text box on the dashboard will cause the reload on opening the dashboard?
The initiator of reloaddashboard is ajax.js:1 and saw.dashboard._reloadAlt is called by portalscript.js:1 but we can't see any differences here between DEV and PROD here either.
Why does this matter? we don't like unexplained differences between PROD and DEV, also, it has caused some issues prompting new dashboard between dev and prod.
We have an SR open with Oracle but so far nothing has been suggested to explain behaviour, We are thinking perhaps internal to OAS if there is a certain load on server as there will be with PROD then OAS internally calculates it need to initiate reloaddashboard.
Any help from this community is more than welcome.
Tim