Subject Re: Restarting Firebird in Linux
Author Andrew Monteith
Hi Daniel

In the firebird script the restart does a stop and then a start. So
when the stop is issued it needs the SYSDBA password. You need to
make sure your password is in the firebird script

: ${ISC_USER:=SYSDBA}
: ${ISC_PASSWORD:=xxx}


HTH
Andrew Monteith


--- In ib-support@yahoogroups.com, "Daniel Hristov Delin"
<daniel.hristov@e...> wrote:
> I have a Firebird database running in a Linux server.
> When I intent to restart the server with
> "/etc/rc.d/init.d/firebird restart",
> the result is:
>
> Stopping Firebird Server: Your user name and password are not
defined. Ask
> your database administrator to set up a Firebird login.
>
> I created a linux user with the same username and password as the
existing
> in Firebird, and also created a user in Firebird same as an
existing Linux
> user, but none of them solved the problem.
>
>
> Any idea?