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

Gstat does not use RemoteServicePort option in firebird.conf [CORE1399] #1817

Closed
firebird-automations opened this issue Aug 2, 2007 · 6 comments

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: Kuznetsov Eugene (eugene)

firebird.conf :
DatabaseAccess = None
CreateInternalWindow = 0 (for 2.1.0.16187, 2.1.0.16207)
RemoteServicePort = 3100

Server runs as service: fb_inet_server.exe -s -p 3100
'employee' is the alias of standard employee.fdb in aliases.conf.

The following command

gstat -a localhost:employee -user SYSDBA -password masterkey

prints header information and then

Database file sequence:
File c:\Program Files\Firebird\Firebird_2_0\examples\empbuild\EMPLOYEE.FDB is the only file
Access to database "C:\PROGRAM FILES\FIREBIRD\FIREBIRD_2_0\EXAMPLES\EMPBUILD\EMPLOYEE.FDB" is
denied by server administrator

There is no this bug in FB 1.5.4

P.S.
Unfortunately, I couldn't download 2.1.0.15999, so it was slightly incorrect for my part to include 2.1 Beta 1 in affect versions

Best regards, Eugene

Commits: 73ae169 bc7145e 0c3710e

====== Test Details ======

No way to change firebird.conf 'on the fly' while batch which launches tests is in work.

@firebird-automations
Copy link
Collaborator Author

Modified by: @dyemanov

assignee: Dmitry Yemanov [ dimitr ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @dyemanov

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

resolution: Fixed [ 1 ]

Fix Version: 2.1 Beta 2 [ 10190 ]

Fix Version: 2.0.2 [ 10130 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

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

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

Workflow: jira [ 12745 ] => Firebird [ 15552 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pavel-zotov

QA Status: No test

@firebird-automations
Copy link
Collaborator Author

Modified by: @pavel-zotov

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

QA Status: No test => Cannot be tested

Test Details: No way to change firebird.conf 'on the fly' while batch which launches tests is in work.

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