Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 4 of 4 total
Thread Trying the edb server
Fri, Oct 15 2010 12:31 PMPermanent Link

Hershcu Sorin

Hello

I try om my comp. Win xp, to run the edbsrvr as a service and I run

edbsrvr /install

I got the message  istall successful but the application doesn't run.
I want to open the gui so I run

net start edbsrv
and thats enough to make the application running.

Is this normal or I miss something?

Thanks
Sorin

Fri, Oct 15 2010 1:05 PMPermanent Link

Hershcu Sorin

More...

I add the line "No User Interface=1" to the .ini file
restart the computer and the server icon remain on the tray

Thanks
Sorin


Fri, Oct 15 2010 1:18 PMPermanent Link

Uli Becker

Sorin,

> net start edbsrv
> and thats enough to make the application running.
>
> Is this normal or I miss something?

That's normal. After the installation you have to start the service once.

Uli
Fri, Oct 15 2010 1:50 PMPermanent Link

Raul

Team Elevate Team Elevate

Sorin H wrote:

> I add the line "No User Interface=1" to the .ini file
> restart the computer and the server icon remain on the tray

Assuming you don't want the icon you reinstall it with the /nointeract
flag.

So run following at command prompt:

net stop edbsrv
edbsrvr /uninstall
edbsrvr /install /nointeract
net start edbsrv

and you should have no icon

Raul
Image