Start a Conversation

Unsolved

This post is more than 5 years old

1450

July 31st, 2015 00:00

Unable to delete EBR enabled C-clip

Hello,

We tried this test from "Red Hat Linux 2.6.32-358.18.1.el6.x86_64"

Stored an image with the following retention and EBR period

          theClip.setRetentionPeriod(0);

          theClip.enableEBRWithPeriod(10); // for 10 seconds

But, we are unable to delete the same image (C-Clip) from Centera

Please find below the output of the Delete test program

Could you please help us to identify the issue

OUTPUT:

Connected to centera successfully

IsDeleteCapable: true

IsEBREnabled: true

Triggered EBR Event successfully

Thread.sleep for 10 seconds

Calling FPClip.Delete()

NetworkPacket.checkControl(25)

com.filepool.fplibrary.FPLibraryException: The use of this operation is restricted (transid='hostname/14/DELETE_CLIP')

        at com.filepool.fplibrary.FPClip.Delete(Unknown Source)

        at CenteraImageRemover.main(CenteraImageRemover.java:42)

9 Posts

July 31st, 2015 06:00

Hello,

you need to use the trigger function to activate the retention ( FPClip_TriggerEBREvent() ) before trying to delete the clip.

Le 31/07/2015 13:18, Murugavelu a écrit :

ECN

Unable to delete EBR enabled C-clip

created by Murugavelu in Centera - View the full discussion

4 Posts

August 3rd, 2015 01:00

Thanks for your reply.

The delete is NOT happening even after successful execution EBR trigger (as shown below)

     clip.triggerEBREvent();

409 Posts

September 3rd, 2015 06:00

do you have delete capability with the application profile you are using?

No Events found!

Top