cancel
Showing results for 
Search instead for 
Did you mean: 

BOE SDK 4.1 Get server status (ping) without logging in

Former Member
0 Kudos

I know it is possible to get the server 'status' from the following thread - https://archive.sap.com/discussions/thread/3285710

I would like to know if it is possible to achieve this without having to log in/create a session?

Accepted Solutions (1)

Accepted Solutions (1)

daniel_paulsen
Active Contributor

Hi Chris,

There is no way to get proper server status without a logged in session.

for a simple ping you could only find out if a port was in use or not, but ping won't do that, telnet will and you would have to know all the ports used by each server. Additionally task manager doesn't really help since many of the servers run in a Java.exe process so they are difficult to identify.

The IServer plugin is the best way to ensure the correct status of all servers.

Dan

Former Member
0 Kudos

Thanks Dan, I'll have a look at the IServer plugin

Answers (0)