Hello,
There is something wrong with the DICOM files generated by your CT modality:
I1117 20:38:59.248891 main.cpp:298] Incoming Store request from AET REMOTEAE1 on IP 192.168.0.10, calling AET ORTHANC
W: Found element (0029,1140) with VR UN and undefined length, reading a sequence with transfer syntax LittleEndianImplicit (CP-246)
W: DcmItem: Length of element (0029,0010) is odd
W: DcmItem: Length of element (0204,fc04) is odd
W: DIMSE Warning: (REMOTEAE1,ORTHANC): DIMSE receiveDataSetInMemory: dset->read() Failed (Virtual Memory exhausted)
E1117 20:38:59.252270 StoreScp.cpp:305] Store SCP Failed: DIMSE Failed to receive message
The “0029” prefix indicates a private tag that is unknown to Orthanc, and consequently whose length cannot be determined by guess.
The solution is probably to add a declaration of this tag into the “Dictionary” configuration of Orthanc. This tag is probably a sequence (“SQ” value representation), as similar questions in other forums related to other software indicate, for instance:
https://groups.google.com/g/pydicom/c/lrdVKrLKgUw
If you need further help, you should provide us with a sample DICOM file, and carefully read the following FAQ about proprietary software:
https://book.orthanc-server.com/faq/proprietary.html
HTH,
Sébastien-