Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install incomplete - add steps to the info [CORE6062] #6312

Open
firebird-automations opened this issue May 13, 2019 · 2 comments
Open

Install incomplete - add steps to the info [CORE6062] #6312

firebird-automations opened this issue May 13, 2019 · 2 comments

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: @livius2

Now when you have fresh Firebird installation - you got an error

Engine Code : 335545029
Engine Message :
Install incomplete, please read the Compatibility chapter in the release notes for this version

Can this be improved by adding steps here:
"Install incomplete, please read the Compatibility chapter in the release notes for this version.
You can use this steps also:
stop firebird service if it is running and run isql from command line
isql -user sysdba employe
SQL> create user SYSDBA password 'SomethingCryptic';
SQL> commit;
SQL> quit;
"

I know that this is error message and to more info is not ok - but this is some special one.
This is important especially for new users, but i like to see it also - as i never remember steps.
And many times google search show me the sample with gsec instead of isql and it not work anymore.

@firebird-automations
Copy link
Collaborator Author

Commented by: @AlexPeshkoff

Karol, I wonder - why do you often need that info? In case of normal installer completion SYSDBA is created. In case of failure in installer in 99,9% of cases it's better to fix a reason of error and reinstall firebird.

What about gsec - it does work for me (tested on linux) provided service is stopped.

@firebird-automations
Copy link
Collaborator Author

Commented by: @livius2

>>Karol, I wonder - why do you often need that info?

I forgot that i always install firebird from zip kits not installer.

>>What about gsec - it does work for me (tested on linux) provided service is stopped.

maybe i run wrong command on gsec:

C:\Program Files\Firebird4>gsec -add sysdba -pass masterkey
An error occurred while attempting to add the user.
no permission for INSERT access to TABLE PLG$SRP_VIEW

tested on Firebird4 4.0.0.1501

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant