Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 3 of 3 total
Thread EDBSrvr settings?
Wed, Jul 25 2018 12:44 AMPermanent Link

Ian Branch

Avatar

Hi Team,

   If EDBSrvr is installed as a Service, is there any way to get/set its settings programatically?

Regards & TIA,
Ian
Thu, Jul 26 2018 12:03 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Ian,

<< If EDBSrvr is installed as a Service, is there any way to get/set its settings programatically? >>

Sure, you can simply update its .ini file (edbsrvr.ini located in the \ProgramData tree)

You'll need to restart the service afterwards, which you can do by using this:

net stop <ServiceName>
net start <ServiceName>

from the command-line (Administrator required)

Tim Young
Elevate Software
www.elevatesoft.com
Thu, Jul 26 2018 6:20 PMPermanent Link

Ian Branch

Avatar

Ahhhh.  Excellent!


Thanks Tim.

Regards,
Ian
Image