Start a Conversation

Unsolved

This post is more than 5 years old

H

4660

August 19th, 2010 02:00

Blob could not be stored on write or could not be found on import

Hello guys,

we have a small problem with our communication to the Centera. We are using most recent EMC SDK (Version) and .NetWrapper. Since a few weeks we get sporadic the following error message while retrieving files out of Centera:

Blob could not be stored on write or could not be found on import (transid=Servername/141770/READ_BLOB') ---> error: -10014, error text: FP_FILE_NOT_STORED_ERR, syserror: 2, message: Blob could not be stored on write or could not be found on import (transid=Servername/141770/READ_BLOB'), trace: NetworkPacket.checkControl(2)

Retrying the operation succeeds and thus proves that the file is properly stored.

Checking the network errors showed no results.

Any hint for a reason will be appreciated.

Thanks and best regards

Dirk Maifarth

417 Posts

August 19th, 2010 07:00

Hi Dirk - this is not an SDK issue, the SDK is simply reporting back that the cluster was unable to properly store the blob. This can happen for a variety of reasons (Access or Storage Node problems, cluster being swamped with requests, network issues etc) and the correct procedure is to trap the error and retry the write operation. As you appear to be doing that already then your application is handling things correctly.

If you continue to see these issues on a reular basis I suggest you log a support call with EMC Global Support and they can work with you by investigating the cluster logs for the transactions that gave this error (e.g. Servername/141770).

No Events found!

Top