Subject Re: [firebird-support] Windows NT Terminal Server
Author Lucas Franzen
Raith, Daniel schrieb:
> I'm having trouble on one particular Terminal Server system. Any gbak
> calls have to use the -se syntax, which is fine, but I need to change a
> users password but gsec won't work. Keeps saying unavailable database
> just like the gbak does when I don't use the -se syntax. Any ideas on
> how I can change the users password? I tried to use IBExpert but it
> keeps saying it can't find gds32.dll (which I didn't create during the
> install), and if I try to register a database in IBExpert I can't
> connect to it.

<template on>
Try connecting via TCP (be it localhost or the real IP-adress or
servername) to the security (password) database.

gsec -user SYSDBA -pa masterkey
-database localhost:YOUR_FB_PATH\security.fdb

<template off>

Si Carter said, he added this to his install guide on his website:
http://www.tectsoft.net/Products/Firebird/Install/Default.aspx

Luc.