Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread Get EDBSrvr 'Name'?
Fri, Mar 17 2023 10:08 PMPermanent Link

Ian Branch

Avatar

Hi Team,
I have a couple of EDBSrvr instances running as services, each with their own 'Service' Name.
How can I retrieve the name of the EDBSrvr 'Service' that the App is using?

Regards & TIA,
Ian
Tue, Mar 28 2023 6:08 AMPermanent Link

Adam Brett

Orixa Systems

I just tend to distinguish my server instances by port number, I use a different port per instance. The port number is surfaced really easily:

ServerEngine.ServerPort;

I can see there are 2 other properties:

ServerEngine.ServerName;
ServerEngine.ServerDescription;

I am not sure whether either of these returns the name of the service (probably not!) but worth checking.
Image