The server uses a protocol that is not supported by this cli

If you are having a problem using Vault, post a message here.

Moderator: SourceGear

Post Reply
btd
Posts: 324
Joined: Fri May 13, 2005 1:50 pm

The server uses a protocol that is not supported by this cli

Post by btd » Wed Nov 27, 2013 8:20 am

I am trying to check out a file using nant and I can't seem to get through this problem.
I am on Vault server and client 7.1

Thanks

Btd

btd
Posts: 324
Joined: Fri May 13, 2005 1:50 pm

Re: The server uses a protocol that is not supported by this

Post by btd » Wed Nov 27, 2013 8:20 am

Internal Error: System.Exception
The server uses a protocol that is not supported by this client.

at VaultClientIntegrationLib.ServerOperations.Login(AccessLevelType altCommand, Boolean bAllowAuto, Boolean bSaveSession)
at VaultClientIntegrationLib.ServerOperations.Login()
at NAnt.Contrib.Tasks.SourceGearVault.VaultTask.CheckLoggedIn()
at NAnt.Contrib.Tasks.SourceGearVault.vaultcheckout.ExecuteTask()
at NAnt.Core.Task.Execute()
at NAnt.Core.TaskContainer.ExecuteChildTasks()
at NAnt.Core.Tasks.IfTask.ExecuteTask()
at NAnt.Core.Task.Execute()
at NAnt.Core.TaskContainer.ExecuteChildTasks()
at NAnt.Core.Tasks.IfTask.ExecuteTask()
at NAnt.Core.Task.Execute()
at NAnt.Core.TaskContainer.ExecuteChildTasks()
at NAnt.Core.TaskContainer.ExecuteTask()
at NAnt.Core.Task.Execute()
at NAnt.Core.Tasks.LoopTask.ExecuteChildTasks()
at NAnt.Core.Tasks.LoopTask.DoWork(String[] propVals)
at NAnt.Core.Tasks.LoopTask.ExecuteTask()
at NAnt.Core.Task.Execute()
at NAnt.Core.TaskContainer.ExecuteChildTasks()
at NAnt.Core.Tasks.IfTask.ExecuteTask()
at NAnt.Core.Task.Execute()
at NAnt.Core.Target.Execute()
at NAnt.Core.Project.Execute(String targetName, Boolean forceDependencies)
at NAnt.Core.Project.Execute()
at NAnt.Core.Project.Run()

btd
Posts: 324
Joined: Fri May 13, 2005 1:50 pm

Re: The server uses a protocol that is not supported by this

Post by btd » Wed Nov 27, 2013 8:41 am

How do you execute a checkout from the command line?

btd
Posts: 324
Joined: Fri May 13, 2005 1:50 pm

Re: The server uses a protocol that is not supported by this

Post by btd » Wed Nov 27, 2013 11:37 am

Forget the question about checking out a file from the command line. I got that figured out.
http://support.sourcegear.com/viewtopic ... 13&t=15235

lbauer
Posts: 9736
Joined: Tue Dec 16, 2003 1:25 pm
Location: SourceGear

Re: The server uses a protocol that is not supported by this

Post by lbauer » Wed Nov 27, 2013 4:20 pm

Glad you found the CLC info.
The server uses a protocol that is not supported by this client
This error generally means the client is not the correct version for the server. Are you using any older Vault .dlls or libraries when executing nAnt?
Linda Bauer
SourceGear
Technical Support Manager

lbauer
Posts: 9736
Joined: Tue Dec 16, 2003 1:25 pm
Location: SourceGear

Re: The server uses a protocol that is not supported by this

Post by lbauer » Tue Dec 24, 2013 9:11 am

See this KB article for examples of CLC commands, including Checkout.

http://support.sourcegear.com/viewtopic ... 13&t=15235
Linda Bauer
SourceGear
Technical Support Manager

Post Reply