Hi,
We have implemented application integration for BW for rendering reports and display in portal. We have BI Java portal where the reports run and user portal where the rendered report gets diplayed. This has been achieved through Application Integration for BI Java.
When the user saves the report, its getting saved on BI Java Portal Favorites. So the user is not able to see it. To resolve this we have followed the below steps:
1. Created a remote iView in user portal which points to the Portal Favorites iView in BI Java portal -- using this we are able to see the user saved favorites in user portal
2. Renamed the BEx Web(ID:bex) iView in user portal and created a remote bex iView which points to the BEx Web iView in BI Java portal - When I preview it, it displays the prototype properly
Now when I click on the favorite links, those reports were not running. Only the bex prototype page is coming up.
When a report is saved its bookmarkId is saved on KM user account in BI Java portal. From there I took the bookmarkId and added to 'application parameters' property value for bex remote iView in user portal. This made the report to run on BI Java and render the report on user portal. But when I click on the favorites link in user portal, it is not running the report.
Can someone has any suggestion on this.
Thanks in advance.
Regards,
Archana