cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to open up ITS Pages inspite of sucessfull installation

Former Member
0 Kudos

Hi,

I installed ITS(Single host installation) on apache web server, on windows 2000. Once the installation, was done I get the message "sucessfully installed" . I restart, but when I try any the urls it does not work, for instance, http://localhost/scripts/wgate/webgui/!

I have also chosen to deploy webgui.

I open up the IACORAdmin and I am able to get the message IACOR sucessfully running. I am even able to configure rfc destination on IACor according to documentation. The destinations are shown in green on IACOR.

Why is it that I am not able to open up the url?I dont see any error during installation. Can you please throw a light on this. It would be extremely helpful.

ITS 6.2, Apache http server 2.0.55

Regards,

Harish

Message was edited by: HARISH SUBRAMANIAN

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello Harish,

looks like your wgate is not reached or loaded.

Check the following:

1) open your apache error.log and look for "WGate module is being loaded..."

  • if not then goto 2

  • if yes then goto 4

2) Check httpd.conf

    • there should be two lines saying something like this:

LoadModule wgate_module "C:\Program Files\SAP\ITS\6.20\programs\apwgate20x.dll"

WGateConfigFile "C:\Program Files\Apache Group\Apache2\conf\wgate.conf"

3) Check if wgate.conf is in your <apache>/conf directory and if it contains two lines (e.g. something like)

registryname WGATE_APACHE_IT0

registrypath "C:\Program Files\SAP\ITS\6.20\config"

4) Check the ITSRegistryWGATE.xml in your <its>/config directory.

Look for the key "Url1" and check the Host and Port (e.g.)

<value name="Host" type="text">_default_</value>

<value name="Port" type="text">1080</value>

If there is a real hostname (instead of default which matches all) then use that hostname to access your ITS installation. e.g. when it says:

<value name="Host" type="text">my.r3.com</value>

<value name="Port" type="text">1080</value>

Then use http://my.r3.com:1080/scripts/wgate/webgui/!

(or change the Host to default and restart the webserver to match all hosts)

Regards,

Fekke

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello Harish,

as I stated before set "_default_" as the Host and restart your webserver. Matching will be on any (webserver) Hostname, localhost and your IP addresse(s).

The IIS DCom interface delivers "_default_" if queried during the installation, the apache configuration although delivers the "real" hostname. This is what is making the difference.

Regards,

Fekke

Former Member
0 Kudos

Hi,

Suggestion 4 works . It was using the full fledged host name , in the host parameter. So it was giving a message -

"Wgate being loaded", and therefore not working for the parameter localhost.

This is surprising, as in the installation on IIS , I did not have such a problem. How can I add the parameter to include localhost as well?

Regards,

Harish