Hi everybody!
Chalenge:
We want to make available several systems (ERP2004 and BW for example). SSO working. And we want to make them available from outside, so we use IIS proxy.
In system definition for BW system ITS path is set to '/bw/sap/bc/gui/sap/its/webgui' and WebAS path is set to '/bw/sap/bw/bex'.
I created aliases on integrated ITS (WebAS 6.40) on BW system. Please take a look at http://www.dennisk.org/images/stories/gallery/img_pictures/aliases.jpg (80 kb.).
In IISproxy.xml I've got following strings:
____________________
<source>
<protocol>http</protocol>
<prefix>/bw</prefix>
</source>
<target>
<protocol>http</protocol>
<port>8000</port>
</target>
____________________
When I'm trying to launch webgui from outside, I recieve 404 error (not found). If I look at this error page properties, I see that thats about this address: http://external-portal.domain.ru/sap(ZT1iNbHN6c3h6RlElM0QlM0Roh3Uj3JTNEbalablabla)/bc/gui/sap/its/webgui?~etc...
So it still tries to open this '/sap' path instead '/bw/sap'.
What I'm doing wrong?
I can add one more prefix in IISproxy ('/sap') and it will work perfect, but only for one system.
Sorry for long explanation. Do I need to clarify something else?
Thanks in advance for help and support!
Regards,
DK