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

FB 2.5 do raise an error when attempting to remove a non existing user, while previous versions were silent about that? [CORE3470] #3831

Closed
firebird-automations opened this issue May 9, 2011 · 1 comment

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: HaeRim Lee (ehaerim)

I downloaded ibpp from http://www.ibpp.org and compiled the tests project using VC6.
When running it from debug mode, Test1-Test5 was ok.
However Test6() raisied the following exception:

Test 6 --- Service APIs
WI-V2.5.0.26074 Firebird 2.5
Shutdown...
Validate...
Restart...
Sweep...
Backup...
Restore...
Manage users
*** IBPP::SQLException ***
Context: Service::RemoveUser
Message: isc_service_start failed

SQL Message : -85
An error occurred while trying to update the securitey database

Engine Code : 335544753
Engine Message :
The user name specified was not found in the security database

Engine Code : 335544753

I haven't changed anything from the tests project at all.

Olivier Mascia said:

Most probably FB 2.5 do raise an error when attempting to remove a non existing user, while previous versions were silent about that. See line 939: svc->RemoveUser("EPOCMAN"); right after the printf("Manage users");

So does FB2.5 raise an error when attempting to remove a non-existing user, while previous versions do not?

thx
HaeRim

@firebird-automations
Copy link
Collaborator Author

Commented by: @hvlad

Are you report a bug or just ask a question ?

If first, explain why do you think it is a bug.
If second, use support list.

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

2 participants