<html>
<head>
<base href="https://bugs.documentfoundation.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_REOPENED "
title="REOPENED - FILEOPEN: Firebird connect to an existing Firebird database file fails: tries to connect to hostname"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=85146#c20">Comment # 20</a>
on <a class="bz_bug_link
bz_status_REOPENED "
title="REOPENED - FILEOPEN: Firebird connect to an existing Firebird database file fails: tries to connect to hostname"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=85146">bug 85146</a>
from <span class="vcard"><a class="email" href="mailto:sreyesp@gmail.com" title="Sergio Reyes-Peniche <sreyesp@gmail.com>"> <span class="fn">Sergio Reyes-Peniche</span></a>
</span></b>
<pre>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 <a href="show_bug.cgi?id=85146#c18">comment #18</a>)
<span class="quote">> (In reply to Sergio Reyes-Peniche from <a href="show_bug.cgi?id=85146#c16">comment #16</a>)
>
> >
> > it shouldn't even try a network request and just use engine12.dll in
> > embedded mode.
>
> From this page :
>
> <a href="https://firebirdsql.org/file/documentation/reference_manuals/user_manuals/">https://firebirdsql.org/file/documentation/reference_manuals/user_manuals/</a>
> 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 ?</span ></pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>