Error accessing remote database Firebird 3.0.3

0

Trying to connect the bank to the CentOS7 server with Ibexpert I get the message:

Unsuccessful execution caused by a system error that includes successful execution of subsequent statements. Install incomplete, please read the Compatibility chapter in the release notes for this version.

192.xxx.xxx.xxx/3050:/meudiretorio/dados/meubanco.fdb

I tried with isql and also gave this message.

I researched the other reference in the addresses below but did not get anything:

I tried to use the suggested references on the website but it did not work: link

    
asked by anonymous 03.05.2018 / 17:38

1 answer

0

You are putting the win_sspi plugin before Legacy_Auth. This forces you to use it regardless of the username / password being typed.

Try: isql "Ip_do_servidor/3050:/var/lib/Firebird/3.0/banco de dados.fdb" -user SYSDBA -pass PasswordSYSDBA

    
03.05.2018 / 18:03