cannot write DICOM file to memory

Hello,

I am getting “StoreScp.cpp:181] cannot write DICOM file to memory” and am unable to load in specific images into orthanc. I turned on verbose and trace logging but there is nothing indicating and issue other than it just cant write the file to memory.

The server has 16GB of memory and is using the postgresql plugin. I have tried uploading the specific instance by itself and get the same message.

Any ideas on how I can get Orthanc to accept the image?

Here are some logs:
I0425 11:01:34.388285 CommandDispatcher.cpp:360] Association Received from AET OTHER on IP 111.111.111.111
I0425 11:01:34.388398 main.cpp:195] Incoming connection from AET OTHER on IP 111.111.111.111, calling AET ORTHANC
I0425 11:01:34.388470 CommandDispatcher.cpp:582] Association Acknowledged (Max Send PDV: 131060)
I0425 11:01:34.516505 main.cpp:215] Incoming Echo request from AET OTHER on IP 111.111.111.111, calling AET ORTHANC
I0425 11:01:34.516607 CommandDispatcher.cpp:815] Received Echo Request
I0425 11:01:34.668258 CommandDispatcher.cpp:785] DUL Peer Requested Release
I0425 11:01:34.668320 CommandDispatcher.cpp:792] Association Release
I0425 11:01:34.819591 CommandDispatcher.cpp:360] Association Received from AET OTHER on IP 111.111.111.111
I0425 11:01:34.823030 main.cpp:195] Incoming connection from AET OTHER on IP 111.111.111.111, calling AET ORTHANC
I0425 11:01:34.823230 CommandDispatcher.cpp:582] Association Acknowledged (Max Send PDV: 131060)
I0425 11:01:35.261400 main.cpp:215] Incoming Store request from AET OTHER on IP 111.111.111.111, calling AET ORTHANC
W: DcmItem: Group Length with VR other than UL found, corrected
E0425 11:01:41.921359 StoreScp.cpp:181] cannot write DICOM file to memory

Thanks,
Vetter

Hello,

This error occurs when Orthanc cannot parse the DICOM file that is sent by a remote modality.

The content of the following FAQ applies in your case:

https://book.orthanc-server.com/faq/proprietary.html

If you feel like this is rather an issue within Orthanc that can be reproduced independently of any proprietary software, please provide a full minimal working example:
https://book.orthanc-server.com/users/support.html#discussing-a-minimal-working-example

Regards,

Sébastien-

Hi Sebastien,

It was only a few examples that I was playing with. I was just curious if there was something I configured wrong but it very well could just be something with those couple not being compatible with Orthanc for one reason or another.

Thank you,
-Vetter