sbck

updated

18 years ago

S

sbck

2 Posts

0

5244

January 7th, 2009 03:00

raw write Clip from one cluster to another

When running the RestoreClip java example I'm getting the following error:

Connecting to Centera cluster(128.221.200.64,128.221.200.65,128.221.200.66,128.221.200.67?path=/root/centera/java/us3_profile3_rdqeDcw.pea)
File name to restore: ./data/3KT3JAJDI3ICSe4VNKPJMVLH9R3G413OTVETHN0R0229K7IBSH6H4.xml
Restoring clip ID: 3KT3JAJDI3ICSe4VNKPJMVLH9R3G413OTVETHN0R0229K7IBSH6H4 to the Centera...Centera Error: The server reported an error from the operation (transid='gentoo-2008.0/13/WRITE_CLIP')(-10005)
NetworkPacket.checkControl(27)

com.filepool.fplibrary.FPLibraryException: The server reported an error from the operation (transid='gentoo-2008.0/13/WRITE_CLIP')
at com.filepool.fplibrary.FPClip.Write(Unknown Source)
at com.emc.centera.tools.RestoreContent.main(RestoreContent.java:145)

With the RestoreClip example I was able to restore a Clip which was previously deleted onto the same cluster,

but when trying to restore a clip which i previously backed up from another cluster all I am getting is this error.

The PEA file I'm using has the 'c' flag.

see https://community.emc.com/docs/DOC-1038

Capabilities Definitions:

  • c: clip copy (FPClip_RawOpen, FPClip_RawRead)



So I'm assuming that this privilege should allow me to invoke a raw write to this cluster.

Please tell me what's wrong.

I'm merely using the examples provided in the SDK and I would expect them to run properly ;-)

Thanks!