cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Web AS Connection erroe

Former Member
0 Kudos

iam created one system in ep when i test SAP web AS it is giving this error

Test Details:

The test consists of the following steps:

1. Checks the validity of system ID in the system object.

2. Checks if the system can be retrieved from the PCD.

3. Check whether a SAP system is defined in the system object

4. Validate the following parameters: WAS protocol; WAS host name

5. Checks if the host name of the server can be resolved.

6. Pings the server to see if it is alive.

7. Pings the WAS ping service; works only if the service is activated on the ABAP WAS.

8. Checks HTTP/S connectivity to the defined back-end application

Results

1. The system ID is valid

2. The system was retrieved.

3. The system object represents an SAP system

4. The following parameters are valid: Web AS Protocol (http) Web AS Host Name (flag-projects:8000)

5. The host name flag-projects was resolved successfully.

6. The server flag-projects was pinged successfully.

7. The Web AS ping service http://flag-projects:8000/sap/bc/ping was pinged successfully.

8. An HTTP/S connection to http://flag-projects:8000/webdynpro/dispatcher/ was not obtained successfully; this might be due to a closed port on the Firewall.

can anybody help me on this pls

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

You might have mentioned the WAS path in your system object ..so now you can check in your respective r/3 side with TCODE:SICF then follow the path you mentioned in system object in EP.check the services for WAS.you might need to restart those services

Former Member
0 Kudos

Probably the WAS Port is blocked by the firewall,check with your network team to unblock the same and try testing again

Former Member
0 Kudos

what is WAS port number for WEB AS abap

Former Member
0 Kudos

It is generally 8000

What are you trying to connect?are you trying to show BSP?

why is /webdynpro/dispatcher/ shown at the end of test/

Former Member
0 Kudos

iam trying to configur ESS. while doing this iam created one system and configred SSO in testing WEB AS iam getting this erroe.

Former Member
0 Kudos

Hi,

If the WAS system is for webdypro applications then I feel you need to give J2EE Engine name and port.

So try giving the port number used to access Portal(eg 50000) instead of 8000

http://<hostname>:<port>/irj --> provide the port number u use in this url

BTW what version of portal are u using?

Edited by: Santhosh Edla on Feb 13, 2009 10:10 AM