Unsolved
This post is more than 5 years old
2 Posts
0
3201
July 7th, 2009 09:00
Delete Clip fails with SDK
I have a need to delete a substantial amount of data from Centera with the SDK. (Data has been moved and backed up many times over at this point). I used the SDK to stream all the data and C-Clip tags out of Centera with a pea file for each pool. Can access everything in the data and tags just fine. When I issue the FPClip.Delete(FPPool, clipID); command via the java code, I get the following error exception;
Transaction on the server failed (transid='(SERVER NAME)/(NUMBER)/DELETE_CLIP') (-10156)
I tried this with a couple of different clips and get the same response from Centera.
I know there has to be something simple I am missing here....
Centera Compliance is Basic.
FP_DELETE
FP_ALLOWED is True.
Any assistance would be much appreciated.
0 events found


YT.Kim
20 Posts
0
July 7th, 2009 22:00
It seems that your Centera cluster is not normal condition. Please concat EMC support to check the health of your Centera.
YT
a_marsden
2 Posts
0
July 8th, 2009 14:00
Contacted EMC technical support as advised and he was able to fix the issue. Basically, there was no usable space available. There was free space, however the max object count per node was set too high and was reserving the free space. We lowered the max object count to a more realistic number and was able to access the free space as usable space now. Issue resolved and the FPClip.Delete() function is working as advertised.
Many thanks to EMC Technical Support!