CDF_StoreList.cxx::Store() was amended
throw Standard_Failure(aMsg.str().c_str());
}
throw Standard_Failure(aMsg.str().c_str());
}
+ // Reset the store-status.
+ // It has sense in multi-threaded access to the storage driver - this way we reset the status for each call.
+ aDocumentStorageDriver->SetStoreStatus(PCDM_SS_OK);
+
if(!theMetaDataDriver->FindFolder(theDocument->RequestedFolder())) {
Standard_SStream aMsg; aMsg << "could not find the active dbunit";
aMsg << TCollection_ExtendedString(theDocument->RequestedFolder())<< (char)0;
if(!theMetaDataDriver->FindFolder(theDocument->RequestedFolder())) {
Standard_SStream aMsg; aMsg << "could not find the active dbunit";
aMsg << TCollection_ExtendedString(theDocument->RequestedFolder())<< (char)0;