Search found 4 matches

by bob@morningdew.net
Thu Aug 23, 2018 4:30 pm
Forum: Questions (API)
Topic: Commit Failed error on checkin
Replies: 8
Views: 31647

Re: Commit Failed error on checkin

The only error I got was Commit Failed. How do you implement client side loggimg?

Thanks, Bob
by bob@morningdew.net
Thu Aug 09, 2018 7:45 am
Forum: Questions (API)
Topic: Commit Failed error on checkin
Replies: 8
Views: 31647

Re: Commit Failed error on checkin

I tried the ProcessCommandCommit with the Unchangedhandler set to Checkin, and it worked. It continued to work with this option. However when I changed the UnchangedHandler to UndoCheckin, it worked the first time, but failed with "Commit Failed" on successive runs. I'd like to use the Und...
by bob@morningdew.net
Mon Aug 06, 2018 11:28 am
Forum: Questions (API)
Topic: Commit Failed error on checkin
Replies: 8
Views: 31647

Re: Commit Failed error on checkin

I di state my version Vault STandard 10. The ProcessCommandCommit you provided me is invalid, as the 1st parm no longer accepts string[], it wants a changesetcollection. My try ctach just reports "Commit Failed". How do I use the ProcessCommandCommit in Vault 10, not sure how to create a c...
by bob@morningdew.net
Sun Aug 05, 2018 8:02 am
Forum: Questions (API)
Topic: Commit Failed error on checkin
Replies: 8
Views: 31647

Commit Failed error on checkin

Hi, l We just upgraded to Vault version 10,and now my api calls are failing. I'm running the following command: ServerOperations.ProcessCommandCheckIn(new string[] { srcPath }, UnchangedHandler.Checkin, bKeepCheckedOut, LocalCopyType.Leave); and getting failure "Commit Failed". I used to u...