Sorry about that .... I made my tries with the only command only available on the professionnal version ... It works well with all other commands...
After installing the latest version of Server/Client, all works well (web page access, standalone client and visual studio plugin) except the command line (either on Windows or Linux).
I use the following command : vault.exe listprojects -user MyUserNmae -password MyPassword -host w2k-svr-29
I use the same ServerName as I give in the client.
Here is the result :
Code: Select all
<vault>
<error>
<exception>System.Exception: The Vault server could not be contacted to perf
orm the operation. Your network connection to the server may have been interrup
ted. Please verify your network settings using the Options dialog under the Too
ls menu in the Vault GUI Client.The request failed with HTTP status 404: Not Fou
nd.
at VaultClientNetLib.VaultConnection.ListDragnetProjects(MantisProject[]&
projects)
at VaultClientIntegrationLib.ItemTrackingOperations.ProcessCommandListFortres
sProjects()
at VaultCmdLineClient.VaultCmdLineClient.ProcessCommand(Args curArg)
at VaultCmdLineClient.VaultCmdLineClient.Main(String[] args)</exception>
</error>
<result>
<success>False</success>
</result>
</vault>