[Libreoffice-bugs] [Bug 85146] FILEOPEN: Firebird connect to an existing Firebird database file fails: tries to connect to hostname

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Wed Jul 12 18:06:39 UTC 2017


https://bugs.documentfoundation.org/show_bug.cgi?id=85146

--- Comment #20 from Sergio Reyes-Peniche <sreyesp at gmail.com> ---
I don't think it's an access privileges issue, my user account has
administrative rights and I can connect locally to the file using isql and a
couple of GUIs.

(In reply to Alex Thurgood from comment #18)
> (In reply to Sergio Reyes-Peniche from comment #16)
> 
> > 
> > it shouldn't even try a network request and just use engine12.dll in
> > embedded mode.
> 
> From this page :
> 
> https://firebirdsql.org/file/documentation/reference_manuals/user_manuals/
> html/qsg3-databases.html
> 
> Upon receiving a local connection string, the Firebird client will first
> attempt to make a direct, embedded connection to the database file,
> bypassing authentication but respecting the SQL privileges and restrictions
> of the supplied user and/or role name. That is, if the Engine12 provider is
> enabled in firebird.conf or databases.conf – which it is by default. If the
> database file exists but the connection fails because the client process
> doesn't have the required access privileges to the file, a client-server
> connection is attempted (by the Loopback provider), in this order:
> 
>     Using TCP/IP via localhost;
> 
>     On Windows: using WNET (NetBEUI), aka Named Pipes, on the local machine;
> 
>     On Windows: using XNET (shared memory) on the local machine.
> 
> Perhaps this is what you are seeing ?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20170712/02aeec6d/attachment.html>


More information about the Libreoffice-bugs mailing list