Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 6 of 6 total
Thread Multiple DBServer
Tue, Jan 6 2009 12:04 PMPermanent Link

Ulrich Wolf
Hi all.

Is it possible to run multiple instances of dbserver?

Or is it possible to run multiple configuration files with one dbserver?

Thanks!

Ulrich Wolf
Wed, Jan 7 2009 8:51 AMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Ulrich,

<< Is it possible to run multiple instances of dbserver? >>

Yes, but you have to make sure that each one binds to a different IP
address/port.  For example, if the first server is bound to 12010, then the
next should be bound to 12011, etc.

<< Or is it possible to run multiple configuration files with one dbserver?
>>

Unfortunately, no.

--
Tim Young
Elevate Software
www.elevatesoft.com

Wed, Jan 7 2009 12:47 PMPermanent Link

Ulrich Wolf
Tim,

<< Is it possible to run multiple instances of dbserver? >>

<Yes, but you have to make sure that each one binds to a different IP
address/port.  For example, if the first server is bound to 12010, then the
next should be bound to 12011, etc.>

OK, that's nice.

There is no problem to start 2 instances of edbserver, when you create a copy of
"edbsrvr.exe" named "edbsrvr2.exe" and run both.

But for me it is unpossible to install two different EDBServer as services. Windows tells
me that there is already a service named "ElevateDB Server" installed with Errorcode 1078
at the second installation.

Hope you can help.
Thu, Jan 8 2009 7:48 AMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Ulrich,

<< But for me it is unpossible to install two different EDBServer as
services. Windows tells me that there is already a service named "ElevateDB
Server" installed with Errorcode 1078 at the second installation. >>

You'll need to rename each .exe as you already indicated, and then change
the server name and description for each in the edbsrvr(1,2, etc.).ini file:

C:\Documents and Settings\All Users\Application Data\Elevate
Software\ElevateDB Server

Server Name=EDBSRVR
Server Description=ElevateDB Server

--
Tim Young
Elevate Software
www.elevatesoft.com

Thu, Jan 8 2009 8:48 AMPermanent Link

Ulrich Wolf
"Tim Young [Elevate Software]" <timyoung@elevatesoft.com> wrote:

Ulrich,

<< But for me it is unpossible to install two different EDBServer as
services. Windows tells me that there is already a service named "ElevateDB
Server" installed with Errorcode 1078 at the second installation. >>

<< You'll need to rename each .exe as you already indicated, and then change
the server name and description for each in the edbsrvr(1,2, etc.).ini file:>>

I did that:

edsrvr1.ini:
Server Name=EDBSRVR1
Server Description=ElevateDBS1

edsrvr2.ini:
Server Name=EDBSRVR2
Server Description=ElevateDBS2

And I got the same error message!

Is it possible that the service ignores some ini-Properties?
Mon, Jan 12 2009 10:56 AMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Ulrich,

<< And I got the same error message!

Is it possible that the service ignores some ini-Properties? >>

It's not ignoring them, but setting them after the service is initialized.
I'll make sure that this is fixed in the next build.

--
Tim Young
Elevate Software
www.elevatesoft.com

Image