On 07/03/2024 23:26, Arnold Wiegert wrote:
> Thank you for this information.
> Unfortunately it seems the port is not open an even though I tried to
> open that port on both PCs, I have had no luck as yet.
>
> I have also enabled firewall logging on the server PC (Win 10) and can
> see that the packets to port 3050 were listed, and I assume that this
> means they were dropped.
> I have also tried to open the port on the client PC (Win11) but have had
> no luck with that either.
>
> Will keep trying, later ...
The only other thing I can think of is that you entered the wrong
database path (that you entered a UNC path as the file path), but as far
as I'm aware, that should produce a different error (though I haven't
tried to reproduce, so I might be wrong).
The database path you entered must be an alias, or an absolute path on
the local file system of the server, *not* the network path as seen from
the client to the server.
So make sure that in the server registration info the hostname is set to
carbid, and that the database path is set to one of the following:
- employee
(i.e. the database alias as configured in databases.conf of the server)
- C:\Program Files
(x86)\Firebird\Firebird_5_0\examples\empbuild\EMPLOYEE.FDB
(i.e. the absolute path as seen from the server)
and *not* \\carbid\C\Program Files
(x86)\Firebird\Firebird_5_0\examples\empbuild\EMPLOYEE.FDB
Also make sure that carbid actually resolves to a hostname (e.g. try to
ping it from the commandline of the client).
Mark
--
Mark Rotteveel