By Daniel Du
Here is a way to know which version of Vault Server you are running.:
1. log into Vault Server with "Autodesk Data Management Server Console"
2. Open <ServerName> -> Management -> Console Logs -> Today, You will see the Core Server version. Here is mine:
1/29/2013 9:15:59 AM ==================================================================
1/29/2013 9:15:59 AM Logging initiated: Core server version 17.0.62.0
1/29/2013 9:15:59 AM ==================================================================
1/29/2013 9:15:59 AM Connectivity.Request.Common.RequestLibrary - RequestRuntimeStart()
1/29/2013 9:15:59 AM Connectivity.Request.Vault.RequestLibrary - RequestRuntimeStart()
1/29/2013 9:15:59 AM Connectivity.Request.Foundation.RequestLibrary - RequestRuntimeStart()
1/29/2013 9:15:59 AM Connectivity.Request.Document.RequestLibrary - RequestRuntimeStart()
1/29/2013 9:16:08 AM Checking if a migration is necessary.
1/29/2013 9:16:46 AM All vaults and libraries have already been migrated.
If you’d like to get these information by API, you will need Information service , please refer to this post and this one.