Subject | RE: [firebird-support] NTService |
---|---|
Author | Leyne, Sean |
Post date | 2005-01-19T02:15:21Z |
> I have an NT service that needs to log in under a user account andWhat does your database connection string look like?
> connect to a FB database. Under the Local System account
> (interactive), it works fine, but the connection fails if the
> service is set to log in under a user account with administrative
> privileges. Is it possible to connect to FB from a logged-in service?
Does it look like:
1) "c:\Folder\DatabaseFilename.fdb" (local connection), or
2) "localhost: c:\Folder\DatabaseFilename.fdb" (loopback connection)
NT Services must use option #2.
Sean