Is there a way to know he eclipse client version from the server logs
Accepted answer
On the Application Admin page using the addition to the URI "?internal=true" just after /admin you can go to Counters and find "Compatable client logins" which enumerates version vs count.
Screen shot:
Screen shot:
Comments
The only problem with this solution is that we cannot get to know who is the user using the older version of the client. But this information is also good enough.
Thanks Kevin
While following up I came across this nugget:
https://jazz.net/wiki/bin/view/Deployment/WhyIsMyAuthenticationSlow
Server admins can set the compatability to STRICT so that only v4 clients can connect to v4 server.
I'm still seeing a majority of v3 clients being used against v4 servers, so I'm firing a warning shot that users must upgrade to 4.x SOON as the mode will be changed to STRICT.
I wouldn't do this ordinarily but:
- The above link says server performance can be degraded
- It also mentions v4.0.5 which is of particular interest as we're moving to that next month.