Search found 20 matches

by bfeller
Fri Feb 28, 2014 10:53 am
Forum: Support (Vault)
Topic: ServerOperations.Login hanging
Replies: 2
Views: 4764

Re: ServerOperations.Login hanging

Please ignore the above issue. I found the problem.
by bfeller
Fri Feb 28, 2014 9:57 am
Forum: Support (Vault)
Topic: ServerOperations.Login hanging
Replies: 2
Views: 4764

ServerOperations.Login hanging

I m using the following code to login to SourceGear through the APIS: more than 50 of the time, the login call never returns. I am on v7.0. // Set the login options and login/connect to a repository. ServerOperations.client.LoginOptions.URL = url; ServerOperations.client.LoginOptions.User = username...
by bfeller
Wed Feb 26, 2014 4:35 pm
Forum: Support (Vault)
Topic: How do I delete a user from SourceGear Standard
Replies: 3
Views: 5971

Re: How do I delete a user from SourceGear Standard

Thanks. That's what I was looking for.
by bfeller
Wed Feb 26, 2014 1:22 pm
Forum: Support (Vault)
Topic: How do I delete a user from SourceGear Standard
Replies: 3
Views: 5971

How do I delete a user from SourceGear Standard

How do I delete a user from Sourcegear? I am using the Web Admin site, but not finding a delete option.

Thanks, Bob
by bfeller
Thu Oct 18, 2012 12:24 pm
Forum: Support (Vault)
Topic: Error code 2753 install v.6.0.1
Replies: 9
Views: 8404

Re: Error code 2753 install v.6.0.1

Beth,

I got through the install. It turned out I needed to run the install with an account that had local admin rights to the machine. This was not the case in 6.0. Anyways, thanks for your help.
by bfeller
Thu Oct 18, 2012 11:02 am
Forum: Support (Vault)
Topic: Error code 2753 install v.6.0.1
Replies: 9
Views: 8404

Re: Error code 2753 install v.6.0.1

I wil send that off to you. Thanks, Bob
by bfeller
Thu Oct 18, 2012 11:02 am
Forum: Support (Vault)
Topic: Valut CommandLine delete local copy after CHECKIN
Replies: 16
Views: 14532

Re: Valut CommandLine delete local copy after CHECKIN

I found a solution: Use this code: try { VaultClientFolder vcfolder = ServerOperations.ProcessCommandListFolder(repositoryFolderPath, false); if (vcfolder.FullPath == null) { ServerOperations.ProcessCommandCreateFolder(repositoryFolderPath); } } catch { ServerOperations.ProcessCommandCreateFolder(re...
by bfeller
Tue Oct 16, 2012 8:33 pm
Forum: Support (Vault)
Topic: Valut CommandLine delete local copy after CHECKIN
Replies: 16
Views: 14532

Re: Valut CommandLine delete local copy after CHECKIN

How would I code 2 transactions? Do I need to cretae thhe folder, logout, login, and will that start a new transaction for me?

I'll try it, see what happens.
by bfeller
Mon Oct 15, 2012 11:39 am
Forum: Support (Vault)
Topic: Error code 2753 install v.6.0.1
Replies: 9
Views: 8404

Re: Error code 2753 install v.6.0.1

We are running on Windodws 2003 server. I tried running that command on this server, but still getting same error.
by bfeller
Sun Oct 14, 2012 12:17 pm
Forum: Support (Vault)
Topic: Error code 2753 install v.6.0.1
Replies: 9
Views: 8404

Re: Error code 2753 install v.6.0.1

Any updates on this?
by bfeller
Fri Oct 12, 2012 8:03 am
Forum: Support (Vault)
Topic: Valut CommandLine delete local copy after CHECKIN
Replies: 16
Views: 14532

Re: Valut CommandLine delete local copy after CHECKIN

Yes I am. I will move it to another process.

Thank you
by bfeller
Wed Oct 10, 2012 4:26 pm
Forum: Support (Vault)
Topic: Valut CommandLine delete local copy after CHECKIN
Replies: 16
Views: 14532

Re: Valut CommandLine delete local copy after CHECKIN

I upgraded my APIs to 6.0.1 and now the checkin works. However I still get that error if I create the folder using the api's then try to checkin: Error: Commit failed Code: ServerOperations.client.AutoCommit = true; ServerOperations.ProcessCommandCreateFolder(repositoryFolderPath) ServerOperations.P...
by bfeller
Wed Oct 10, 2012 11:31 am
Forum: Support (Vault)
Topic: Valut CommandLine delete local copy after CHECKIN
Replies: 16
Views: 14532

Re: Valut CommandLine delete local copy after CHECKIN

The stacktrace for this is: at VaultClientIntegrationLib.ServerOperations.ProcessCommandCheckin(String[] objectPaths, UnchangedHandler unchanged, Boolean keepCheckedOut, LocalCopyType localCopy, Boolean resolveMerge) at VaultClientIntegrationLib.ServerOperations.ProcessCommandCheckIn(String[] object...
by bfeller
Wed Oct 10, 2012 11:19 am
Forum: Support (Vault)
Topic: Valut CommandLine delete local copy after CHECKIN
Replies: 16
Views: 14532

Re: Valut CommandLine delete local copy after CHECKIN

I tried to use the api, but getting error "Commit Failed" on line:

ServerOperations.ProcessCommandCheckIn(new string[] { "c:\\test" }, UnchangedHandler.UndoCheckout, false, LocalCopyType.Leave);

The checkout works, but checkin fails. I am using V6.0 apis.

Bob
by bfeller
Wed Oct 10, 2012 10:19 am
Forum: Support (Vault)
Topic: Error code 2753 install v.6.0.1
Replies: 9
Views: 8404

Re: Error code 2753 install v.6.0.1

Screenshot of error attached...