Alain,
Orthanc 1.11.0
Thank you. I am migrating a large volume of studies (long process) into Orthanc and have noted multiple times that GDCM errors result in Orthanc crashing. I have not been able to spend time to determine which of the syntax(es) is at fault:
"RestrictTransferSyntaxes" : [
"1.2.840.10008.1.2.4.90", // JPEG 2000 Image Compression (Lossless Only)
"1.2.840.10008.1.2.4.91", // JPEG 2000 Image Compression
"1.2.840.10008.1.2.4.92", // JPEG 2000 Part 2 Multicomponent Image Compression (Lossless Only)
"1.2.840.10008.1.2.4.93" // JPEG 2000 Part 2 Multicomponent Image Compression
],
GDCM 3.0.10 - 02/04/2022
I reverted to migrating all studies with GDCM disabled, which unfortunately means I cannot apply IngestTranscoding to JPEG 2000 syntaxes.
Will have to turn GDCM on later to enable viewing of studies stored in one of the JPEG 2000 syntaxes (majority are .90).
As an aside, I remain stuck in limbo between avoiding Orthanc crashing (GDCM disabled) and unable to view JPEG 2000 studies on Stone Viewer (GDCM enabled).
My question is whether Housekeeper could potentially corrupt a study mid-transcoding when GDCM crashes. Or does it wait for success before deleting the old transcoding? Or does it transcode one instance at a time and a potential crash might result in a single instance corruption?
Thank you.
BR