On 09/04/2025 17:18, Angelith Rodriguez wrote:
> when i want to do for example gbak
>
> cant format message 12:169 ......firebird.msg not foundcant format
> message 12:91
> cant format message 12:256 ......firebird.msg not foundunable to
> complete network request to host "xnet:\\Global\FIREBIRD
> cant format message 12:169
Sounds like you're running gbak in isolation without its supporting
files, and without a server running.
If you have Firebird server installed, then use the `gbak` of your
server installation, or make sure you specify the correct connection
string with the hostname. It will also help to have firebird.msg in the
same directory as your gbak and/or as the fbclient.dll it's loading.
The error `unable to complete network request to host
"xnet:\\Global\FIREBIRD"` means that it couldn't load Firebird Embedded,
and it fell back to an XNET connection to a Firebird server on the local
machine, but there is no Firebird server running on localhost (or at
least, not with the IPC name FIREBIRD).
If you're using an application that uses Firebird Embedded, then to
create a backup, you'll need to have a gbak that can use Firebird
Embedded as well, which means you basically need an entire Firebird
installation (or at least gbak.exe, fbclient.dll, plugins/engineXX.dll
and some supporting files). Just having gbak.exe is not enough in that case.
Alternatively, you need to contact the developer or supplier of your
application for help.
Mark
--
Mark Rotteveel