cancel
Showing results for 
Search instead for 
Did you mean: 

Define system on portal J2ee server in SYSTEM CONFIG -->SLD error

Former Member
0 Kudos

Hi,

Can , any body tell me how to create a system on portal J2EE server in which bussiness package has implemented.

WAS properties for the system as

WAS host name:<j2ee name> : <port>

WAS Path:/ webdynpro/dispatcher/

wAS protocol :HTTP

I have tried to create system in System admin--> System configuration --.>SLD .But it is showing following error

SAP Web AS Connection

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 WAS ping service; works only if the service is activated on the ABAP WAS.

7. 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 (XX.XX.XX.XX:50000)

5. The host name XX.XX.XX.XX was resolved successfully.

6. The Web AS ping service http://XX.XX.XX:50000/sap/bc/ping was not pinged successfully. If the ping service is not activated on the Web AS, you can try to call the ping service manually.

7. An HTTP/S connection to http://xx.xx.xx:50000/webdynpro/dispatcher/ was not obtained successfully; this might be due to a closed port on the Firewall.

Why it is checking R/3 connection setup like sap/bc/ping and other connection . Iam creating WAS connection for java only.Even iam not define any related properties on this system.

Regards,

Eswar.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

Just ignore the error .And continue with remaining config.

Rgds,

Eswar.

Former Member
0 Kudos

Hi

I think you need to install webdispatcher and your java sytem with need to configure with webdispatcher then maybe your problem will slove.

former_member1166031
Participant
0 Kudos

Hi folks , each and every steps seems to ok , i am also facing the same problem if any you get the result do let me know ...

sap.epdata at google.com

Former Member
0 Kudos

Hi,

in your ABAP system, open transaction SICF, F8, and go activating the required services :

Default Host > sap > bc > ping. Right click on it and choose "Activate".

This will normally solve your point 6 error.

For point 7 I might think of a port error, can you tell us if your system is load balanced ? if yes, your port defined in your system in the PCD in the connector category hase to be 3600. If not load balanced : 3200.

If implementing SSO, also check in the RZ10 transaction that your default profile contains those parameters :

login/create_sso2_ticket = 2

login/accept_sso2_ticket = 1

icm/host_name_full = server_host_name.domain.com.

Fabien.