Hi,
My problem is that some users do not update their vault client and are having problems that have already been solved in recent versions.
Therefore i would like to add my vote to automatically update vault clients to the version running on the server.
But since this feature might take some time, would it be possible to refuse access of version mismatched vault clients. In other words, 3.0.7 server only allows 3.0.7 clients to connect? This should be an optional setting for the server because other users might not like this.
Thanks,
Herbert.
Feature Request: Refuse connections of old clients
Moderator: SourceGear
I can log a feature request for an option to refuse connections from mismatched clients.
Regarding your second post, I know it's possible to query the database for the schema version, but that may not always correspond to a particular version. I'll check with our SQL specialist and post again.
Regarding your second post, I know it's possible to query the database for the schema version, but that may not always correspond to a particular version. I'll check with our SQL specialist and post again.
Linda Bauer
SourceGear
Technical Support Manager
SourceGear
Technical Support Manager
A database query won't work for what you want, since you can only query for the schema version. The same schema version may be used for multiple Vault versions.
Instead, you could write something that makes a quick web service call to the GetVersionInfo() web service.
This will return the version of the server.
Instead, you could write something that makes a quick web service call to the GetVersionInfo() web service.
This will return the version of the server.
Linda Bauer
SourceGear
Technical Support Manager
SourceGear
Technical Support Manager