1: Check SAP NetWeaver Application Server Java (AS Java) ports
Go to SAP Management Console
From the tree select the SAP system and select Access Points of the system.
Check the ports on the right side for Telnet.

Check if the port is open:
on windows:
>netstat -an|findstr 50108

you can see the port is only listening on 127.0.0.1.
Open a telnet client, like Putty on the same machine:
Enter the address and port, e.g.: 127.0.0.1 port 50108

Enter your user name and password.
Go to SAP Management Console
From the tree select the SAP system and select Access Points of the system.
Check the ports on the right side for Telnet.
Check if the port is open:
on windows:
>netstat -an|findstr 50108
you can see the port is only listening on 127.0.0.1.
Open a telnet client, like Putty on the same machine:
Enter the address and port, e.g.: 127.0.0.1 port 50108
Enter your user name and password.
No comments:
Post a Comment