Subject Re: [firebird-support] Can't run FB_LOCK_PRINT
Author Michael Weissenbacher
Hi,
> "quoting a previous message...
> This problem occurs because the lockfile was created by the SYSTEM and
> I try to access it as Admin user under w2k.
> solution is run fb_lock_print with the same user credentials
> the server was started with."
Whoa, I have to add that you should _NEVER_ start a service with the
SYSTEM account, it even has more rights than the local administrator.
Add a firebird user, set the file permissions correctly, set the service
to start as the firebird user, then start the service again.

Michael