Firebird remote database access error 3.0.3

Asked

Viewed 851 times

0

Trying to connect the database on Centos7 server with Ibexpert I have the message:

Unsuccessful Execution caused by a system error that precludes 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

tried with isql and also gave this message.

I searched the references of others in the addresses below but I could not get anything:

I tried to use the suggested references on the site lowers but it did not work: https://sourceforge.net/p/firebird/mailman/message/34499944/

1 answer

0


You are putting the win_sspi plugin before Legacy_auth. This requires using it regardless of the username / password being entered.

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

  • It worked, thank you...

  • Then mark the answer as correct.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.