Unsolved
This post is more than 5 years old
4 Posts
0
2138
June 28th, 2012 03:00
Unable to delete original clip(prev.clip) after setting retention and enableEBR
When i set Retention and enable EBR, I get a new clip. I am able to delete the new clip using FPClip.Delete(), where as I am getting below error when i delete the old clip. Can anyone tell what is the problem here? How can i delete all the associated clips for the blob
C:\Data\CenteraMigration\CenteraSDK>java DeleteContent
Address of cluster[10.9.202.70?C:\Data\CenteraMigration\CenteraSDK\uat_img_pool_merged.pea]:
Connecting to Centera cluster(10.9.202.70?C:\Data\CenteraMigration\CenteraSDK\uat_img_pool_merged.pea)
Enter the Content Address of the object to be deleted: ELFGE7LTI2TVCeF0D4ARSUUFPDLG4170P169HP0910CIN0U34PPND
Clip contains 1 blob.
Deleting C-Clip with ID "ELFGE7LTI2TVCeF0D4ARSUUFPDLG4170P169HP0910CIN0U34PPND"...
Use audited delete (required for privilged delete option)? n
NetworkPacket.checkControl(25) TVCeF0D4ARSUUFPDLG4170P169HP0910CIN0U34PPND,,0) 170P169HP0910CIN0U34PPND,NULL,0)
com.filepool.fplibrary.FPLibraryException: The use of this operation is restricted (transid='MAADW3QN1S/11/DELETE_CLIP')
at com.filepool.fplibrary.FPClip.Delete(Unknown Source)
at DeleteContent.main(DeleteContent.java:133)
Centera SDK Error: The use of this operation is restricted (transid='MAADW3QN1S/11/DELETE_CLIP')(-10204)


mckeown_paul
409 Posts
0
June 29th, 2012 05:00
I tried doing this against one of the public clusters with jcasscript
- created a clip and wrote it - got CA1
- added EBR with 100seconds retention - got CA2
- trigger EBR
- delete CA1 - worked
try doing what you are doing against one of the public clusters and see if you get the same result. If it now works then there must be somethin wrong with your clusters setup or profile
karthickpoosapp
4 Posts
0
July 5th, 2012 02:00
How to access the public cluster? What is the pool address and pea file for public cluster?
mckeown_paul
409 Posts
0
July 5th, 2012 03:00
Connectivity details of the public clusters are on the home page of the this community. If you look at the "Popular Documents" sections on the home page on the left, you will see the connection details listed as the most popluar document
karthickpoosapp
4 Posts
0
July 5th, 2012 07:00
i am not able to connect using any of the IPs and pea files given in that section. i am getting below error message
Connecting to Centera cluster( 168.159.214.19,168.159.214.20,168.159.214.21,168.159.214.22?c1armtesting.pea)
ClusterCloud::getPrimaryCluster(0)159.214.21,168.159.214.22?c1armtesting.pea)
com.filepool.fplibrary.FPLibraryException: no primary cluster found
at com.filepool.fplibrary.FPPool. (Unknown Source)
at StoreContent.main(StoreContent.java:195)
Centera SDK Error: no primary cluster found(-10020)
Can you please point me to a specific IP and pea file which is working currently?
mckeown_paul
409 Posts
0
July 5th, 2012 08:00
These are the correct IP and PEA file for a working cluster, I have checked connectivity from bith within and without the EMC network. Have you opened poer 3218 for both UDP and TCP in your firewall?
mckeown_paul
409 Posts
0
July 17th, 2012 04:00
Just to round of the story on this if anyone is interested...
It turned out the cluster was in CE+ mode and the original clip was getting written with no retention and on a C+ cluster that means that they have ....... infinite retention and thats why they original CDF couldn't be deleted!
mfh2
208 Posts
0
July 17th, 2012 05:00
Very interesting Paul, thanks for sharing.
Mike