Hi All,
We have Dashboard (based on BW Bex Query) on BOBJ 4.2 SP2 working fine in company-A Network domain. We acquired another company-B and both companies network are handshaking. The Company B users can access SAP ECC via SAP GUI logon pad without any issue.
We have challenge with BOBJ while accessing Client tools (IDT, Dashboard) from Company B side.
Dashboard issue - have encountered “Cross Domain Policy” and found couple solution on forum & SAP Note “1201632” but no luck with us.
The crossdomain.xml is located at: < :\SAP BusinessObjects\Tomcat6\webapps\ROOT> .
Below is our XML file definition.
<?xml version="1.0"?>
<!DOCTYPE cross-domain-policy SYSTEM
"http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd">
<cross-domain-policy>
<site-control permitted-cross-domain-policies="all"/>
<allow-http-request-headers-from domain="*" headers="*" secure="false" />
<allow-access-from domain="*" secure="false" />
</cross-domain-policy>
Have done following steps but still issue not yet resolved.
- Stop the Tomcat
- Delete the Files from Tomcat->Logs Folder
- Restart the Tomcat Apache Server.
Please need your advise.
Nawab