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

Minor inconvenience in user management via services API [CORE4879] #5174

Closed
firebird-automations opened this issue Jul 17, 2015 · 8 comments
Closed

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: @AlexPeshkoff

In SPB, related with user management, user name parameter must go right after type of operation (add/mod/etc.). Placing another parameter (like dbname) first, user name next causes various errors with unintelligible diags.

Commits: 9816b92 FirebirdSQL/fbt-repository@40c5aa3

@firebird-automations
Copy link
Collaborator Author

Modified by: @AlexPeshkoff

assignee: Alexander Peshkov [ alexpeshkoff ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @AlexPeshkoff

status: Open [ 1 ] => Resolved [ 5 ]

resolution: Fixed [ 1 ]

Fix Version: 3.0 RC 1 [ 10584 ]

@firebird-automations
Copy link
Collaborator Author

Commented by: @pavel-zotov

C:\MIX\firebird\fb30>fbsvcmgr -z
Firebird Services Manager version WI-V3.0.0.31981 Firebird 3.0 Release Candidate 1

C:\MIX\firebird\fb30>fbsvcmgr localhost:service_mgr user sysdba password masterkey info_server_version info_svr_db_info
Server version: WI-V3.0.0.31981 Firebird 3.0 Release Candidate 1
Databases:
Number of attachments: 0
Number of databases: 0

(i.e. it's OK)

C:\MIX\firebird\fb30>fbsvcmgr localhost:service_mgr info_server_version info_svr_db_info user sysdba password masterkey
Unknown switch "user"

Bug still exists or I use incorrect syntax ?

@firebird-automations
Copy link
Collaborator Author

Modified by: @pavel-zotov

status: Resolved [ 5 ] => Resolved [ 5 ]

QA Status: No test => Deferred

Test Details: Wait for reply on comment 30-jul-2015 04:09

@firebird-automations
Copy link
Collaborator Author

Commented by: @AlexPeshkoff

You use incorrect syntax.
First must go parameters, needed to attach service manager, next - to start service.

@firebird-automations
Copy link
Collaborator Author

Commented by: @helebor

This issue has been flagged as an "improvement" for RC1. So-what was done?
Also, I struggle to see what this has to do with "User Management".

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

status: Resolved [ 5 ] => Closed [ 6 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pavel-zotov

status: Closed [ 6 ] => Closed [ 6 ]

QA Status: Deferred => Done successfully

Test Details: Wait for reply on comment 30-jul-2015 04:09 =>

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