hi, all
Here is the scenario, we have a internal BI system with portal on server cnc500.
However, due to some IT concern, this server is not supposed to be added to our domain pgl.
But we know that BI require the full qualified URL to access, some what I do is to fake a domain "pgl" with IP mapping in local hosts file like
"10.85.0.91 cnc500.pgl.com", and use the URL below to access the portal:
http://cnc500.pgl.com:50100/irj
also I go to RSPORTAL_T_PORTAL table and modify the url to
http://cnc500.pgl.com:50100
with this trick, the BI part in portal works fine.
Later I find error occurs when I try to use Broadcasting functionality to publish BI Query to Portal Folder as iview. The message is shown as below:
Error: The BEx Web Application domain does not correspond to the domain with which
the folder selection dialog is called. Another Casuse of the problem may be that BI and the portal server are not running in the same domain. Notify the sys adm or maintain table RSPORTAL_T_PORTAL and take note of the server configuration section in SAP note 444247.
So, my question is, how can I make it work without really add this server to our domain?
many thanks!