Problems connecting to a server
Posted: Tue Aug 14, 2007 6:35 am
I am having problems connecting to my Vault repository. Possibly through not understanding URIs and the like very well.
Given a machine name that hosts Vault of e.g. 'Vault01', a repository I want to connect to 'Test', and a folder underneath that called 'VaultNantTest', how can I form the URI in such a way that the Vault API will be able to connect?
E.g. at the moment I have:
string url = @"\\Vault01\$"; //nb I've tried a few variations on this theme
string repository = @"Test";
// username and password
ServerOperations.Login();
Error message generated is 'The connection to the server failed: server cannot be contacted or uses a protocol that is not supported by this client. Unable to connect to \\Vault01\$. No server was found at the specified URL. Please verify your network settings using the Options dialog under the Tools menu in the Vault GUI Client. Web Exception: The network path was not found.'
Given a machine name that hosts Vault of e.g. 'Vault01', a repository I want to connect to 'Test', and a folder underneath that called 'VaultNantTest', how can I form the URI in such a way that the Vault API will be able to connect?
E.g. at the moment I have:
string url = @"\\Vault01\$"; //nb I've tried a few variations on this theme
string repository = @"Test";
// username and password
ServerOperations.Login();
Error message generated is 'The connection to the server failed: server cannot be contacted or uses a protocol that is not supported by this client. Unable to connect to \\Vault01\$. No server was found at the specified URL. Please verify your network settings using the Options dialog under the Tools menu in the Vault GUI Client. Web Exception: The network path was not found.'