Hello Xperts.
For our dashboard, we have 4 pages and each page consist of couple of crosstabs. there are over 10 datasources in application, but for 1st page (landing page), we load only 3 datasource. rest are loaded in script thru application background processing, while user can see data on landing page. this is done on start of the dashboard.
now when user try to navigate to other pages, navigation is expected to be smooth without any delay. but we still notice other datasources are again trying to connect to BW and get data. Using profiling option, we see time spent on RFC BICS_PROV_GET_RESULT_SET.
if datasource is already loaded in background on start, navigation within pages should not trigger call back to datasource.
we are using Design Studio 1.5.0, BW 7.4 as source.
- GD