
EXPERTUM TECH ALERT - We would like to draw your attention to the following SAP note: https://launchpad.support.sap.com/#/notes/2801734 .
It’s no longer possible to open SAP Web Intelligence reports with the latest chrome version (version 75.*) . The report will be opened, but it will stay empty. The cause is currently under investigation by SAP development. The following workaround is however possible (for Tomcat only) :
- Stop Tomcat
- Navigate to <tomcatdir>\webapps\BOE\WEB-INF\eclipse\plugins\webpath.AnalyticalReporting\web\webiDHTML\viewer\language\<language>\scripts
- Modify viewPerspective.js
if (_google)
{
setReportUrl(_root + reportUrl);
}
else
{
setTimeout('setReportUrl("' + _root + reportUrl + '")',1);
} - Replace the code segment with:
setTimeout('setReportUrl("' + _root + reportUrl + '")',1);
Example - before:}
if (_google)
{
setReportUrl(_root + reportUrl);
}
else
{
setTimeout('setReportUrl("' + _root + reportUrl + '")',1);
}
if(......
After:
}
setTimeout('setReportUrl("' + _root + reportUrl + '")',1);
if(...... - Save viewPerspective.js
- Delete the contents of <tomcatdir>\work\Catalina
- Start Tomcat
- Delete the browser cache
For more details, please check sap note 2801734.
If there are questions, feedback or request for further information, please do not hesitate to contact us