On 2020-03-25 13:24, Gregor Kobler gregorkob...@yahoo.com 
[firebird-support] wrote:
> Hello Mark
> 
> Yes I am aware of that, but I have no experience with the snapshots.
> How do I make the current snapshot work. I run the file
> "Install_service.bat". The Firebird service is running, but when I try
> to connect, the following message appears
> 
> Install incomplete, please read the Compatibility chapter in the
> release notes for this version.

That is because your security database hasn't been initialized yet for 
the SRP authentication plugin. This isn't new, the same error would 
occur with Firebird 3.

To fix this you need to create a SRP user. To do that, stop the firebird 
service, run

isql -user sysdba employee
create user sysdba password '<your-desired-password>';
exit;

And start the Firebird service again.

Mark
    • Re: [firebi... Gregor Kobler gregorkob...@yahoo.com [firebird-support]
      • [firebi... Norbert Saint Georges n...@tetrasys.eu [firebird-support]
  • [firebird-suppor... Norbert Saint Georges n...@tetrasys.eu [firebird-support]
    • Re: [firebi... Gregor Kobler gregorkob...@yahoo.com [firebird-support]
      • [firebi... Norbert Saint Georges n...@tetrasys.eu [firebird-support]
        • [fi... Norbert Saint Georges n...@tetrasys.eu [firebird-support]
          • ... DougC d...@moosemail.net [firebird-support]
  • Re: [firebird-su... Mark Rotteveel m...@lawinegevaar.nl [firebird-support]
    • Re: [firebi... Gregor Kobler gregorkob...@yahoo.com [firebird-support]
      • Re: [fi... Dimitry Sibiryakov s...@ibphoenix.com [firebird-support]
      • Re: [fi... Mark Rotteveel m...@lawinegevaar.nl [firebird-support]
        • Re:... Gregor Kobler gregorkob...@yahoo.com [firebird-support]

Reply via email to