Subject | Re: Lost: Firebird 1.5 install on Win 2000 or 2003 Serverdoes not work? |
---|---|
Author | David Kolöchter |
Post date | 2005-03-04T07:22:42Z |
Hi Luc,
thanks alot!
The only way for me to get it to work ist the following syntax:
gsec -user SYSDBA -pa masterkey -database
IP_ADDRESS\FULL_PATH_TO_SECFOLDER\security.fdb
One funny thing I found out by mistake: While connect via ODBC one
cannot use a windows hidden share (like \\IPADDRESS\c$:\PATH).
Simply use the plain pathtext.
Thanks,
David.
--- In firebird-support@yahoogroups.com, Lucas Franzen <luc@r...>
wrote:
thanks alot!
The only way for me to get it to work ist the following syntax:
gsec -user SYSDBA -pa masterkey -database
IP_ADDRESS\FULL_PATH_TO_SECFOLDER\security.fdb
One funny thing I found out by mistake: While connect via ODBC one
cannot use a windows hidden share (like \\IPADDRESS\c$:\PATH).
Simply use the plain pathtext.
Thanks,
David.
--- In firebird-support@yahoogroups.com, Lucas Franzen <luc@r...>
wrote:
>win
> David,
>
>
>
> David Kolöchter schrieb:
> >
> >
> > Hi folks,
> >
> > I'm desperately trying to install firebird 1.5 on a win 2000 or a
> > 2003But
> > server.
> > Well ist's rather straightforward. Full install as superserver.
> > wheneveran "unavailable
> > I try a "gsec -user sysdba -password masterkey" i get
> > database" and an "unable to open database".or
> > Trying to connect via ODBC produces the same effect.
>
> You have to connect via TCP (be it localhost or the real IP-adress
> servername) to the security database.*g*)
>
> gsec -user SYSDBA -pa masterkey
> -database localhost:YOUR_FB_PATH\security.fdb
>
> (hmm, I think I could/should make an template out of this answer
>
>
> Luc.