Start a Conversation

Unsolved

This post is more than 5 years old

1188

January 25th, 2012 13:00

How to delete Clips that were stored using Centera SDK

I am trying to delete a document from Centera.  The document was added using Centera SDK, so I have the clipId.  Using XAM Api, I set Retention Duration/Starttime on the clipid, but it generates a new XUID uplon committing the XSet.

When I try to delete using the XSystem.deleteXSet()  - using the Clipid, I get an error saying that the XSet is under retention.

When I try to delete using the new XUID, it is successful.

After a couple of minutes, if I run FieldIterator giving the XUID, I get an exception, org.snia.xam.XSetInaccessibleException

When I try the same using the ClipId, i am able to Open the XSet and iterate over the fields.

Question is - how do we delete the original clip?

41 Posts

February 9th, 2012 00:00

Can you use privileged delete (AuditedDelete with the FP_OPTION_DELETE_PRIVILEGED option) on the FPClip using the normal SDK? Depending on the compliance mode of your cluster this can delete clips that are under retention.

No Events found!

Top