Firebird 3.0.7 (x64) Installer is missing the employee.fdb database
-------------------------------------------------------------------

                 Key: CORE-6424
                 URL: http://tracker.firebirdsql.org/browse/CORE-6424
             Project: Firebird Core
          Issue Type: Bug
          Components: Installation
    Affects Versions: 3.0.7
         Environment: Firebird 3.0.7
            Reporter: Luciano Mendes
            Priority: Critical


ACTUAL RESULT
- Firebird 3.0.7 Installer is missing the employee.fdb database

EXPECTED RESULT
- Firebird 3.0.7 Installer should include the employee.fdb database on 
C:\Program Files\Firebird\Firebird_3_0\examples\empbuild folder once the 
employee.fdb database is the first step to setup the Firebird user accounts

STEPS TO REPRODUCE THE ISSUE
1- Go to https://firebirdsql.org/en/firebird-3-0/ and download the Firebird 
3.0.7 (x64) and install it;

2- Make sure that the FirebirdSQL 3.0 service is NOT running:
   net stop FirebirdServerDefaultInstance

3-  Run the following command to create or update the SYSDBA user using the SRP 
plugin:
ECHO CREATE OR ALTER USER SYSDBA SET PASSWORD 'SYSDBAPWD' USING PLUGIN 
SRP;COMMIT; | "C:\Program Files\Firebird\Firebird_3_0\isql.exe" -user SYSDBA 
"EMPLOYEE" -quiet >NUL

=======================
Statement failed, SQLSTATE = 08001
I/O error during "CreateFile (open)" operation for file "EMPLOYEE"
-Error while trying to open file
-The system cannot find the file specified.
=======================

IMPORTANT NOTES:
This issue does not happen with Firebird 3.0.6 version

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://tracker.firebirdsql.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to