Search found 4 matches

by luigi
Thu Feb 26, 2015 3:52 am
Forum: Questions (API)
Topic: abort tx: error 1301 : FailNoExistingTx
Replies: 2
Views: 20894

Re: abort tx: error 1301 : FailNoExistingTx

i've discover the cause:
if at leat one response in the tx has status not = 0x0, the tx is rollbacked automatically
by luigi
Thu Feb 26, 2015 2:44 am
Forum: Questions (API)
Topic: abort tx: error 1301 : FailNoExistingTx
Replies: 2
Views: 20894

abort tx: error 1301 : FailNoExistingTx

Hi, I want begin a tx and end tx immediately but an exception "1301 : FailNoExistingTx" is throw. Why? Thank You. VaultRequestItem[] requests = obliteraterequests.ToArray(); string txid = null; connection.BeginTx(repid, ref requests, ref txid, string.Empty); long newrevision = 0; VaultResp...
by luigi
Wed Feb 25, 2015 5:07 pm
Forum: Questions (API)
Topic: VaultResponseObliterate.Status
Replies: 3
Views: 21879

Re: VaultResponseObliterate.Status

yes I've used, but is very uncomfortable
and with an high number of objects branched your tool is unusable

have you suggestion for my question ?

thank you
by luigi
Wed Feb 25, 2015 11:17 am
Forum: Questions (API)
Topic: VaultResponseObliterate.Status
Replies: 3
Views: 21879

VaultResponseObliterate.Status

Hi, I'm new on forum !

I try to write a massive obliterate app.

I want know what does VaultResponseObliterate.Status = 0x1 and troubleshooting to resolve this status.
I know only 0x0 and 0x960 values. The other values what does ?

Thank you.