Orthanc to object storage in case of failures

How does Orthanc handle network failures or interruptions with object storage. for instance if hybridMode was disabled. how would orthanc server handle dicom images coming in from a modality(modalities). Does it store them in the file system and then retry later? Any assistance would be greatly appreciated

Hi,

No, if there is no network connection between Orthanc and the Storage, Orthanc will simply fail to write the file and report the errors accordingly through the DICOM protocol or the Rest API HTTP status code.

Activating the HybridMode would not help to handle these network connectivity issues unless you configure the HybridMode to WriteToFileSystem and move files to the object storage through the API. Note however that this scenario was not tested.

Best regards,

Alain.