Start a Conversation

Unsolved

This post is more than 5 years old

970

February 16th, 2013 17:00

Centera SDK Error: tag should have a blob(-10030)

Hello,

Trying to use the SDK samples to retrieve content from Centera.

I'm able to connect to the pool and read the clip  ie theClip.RawRead however when I do topTag.BlobRead I get the below error.

Centera SDK Error: tag should have a blob(-10030)

This is the sample from topTag object pointing to the xml element.

Is there something else i need to do to read the file from Centera? 

I'm using the windows 3.2 SDK.  The content written to Centera was written by a separate application.  Trying to see if the SDK can be used to read these files.

Thanks in advance.

eg

2 Posts

February 17th, 2013 09:00

was able to resolve by comparing the clip xml from the sample to the clip xml from our application and used

theClip.FetchNext();

to get me on the right node to read the blob.

No Events found!

Top