cannot retrieve images - error 0xc001

Hi, i connectet orthanc to new pacs and cannot retrieve data. Tried to sear internet about thios error but coudnt find anything.

here are logs:

E0824 08:35:06.556288 Toolbox.cpp:2329] Cannot parse JSON: * Line 1, Column 1
Syntax error: value, object or array expected.

W0824 08:35:06.556288 OrthancRestModalities.cpp:958] Driving C-Move SCU on remote modality srv-archive to target modality CYBER
E0824 08:35:07.814533 OrthancException.cpp:57] Error in the network protocol: C-MOVE SCU to AET “srv-archive” has failed with DIMSE status 0xC001
E0824 08:35:07.902545 OrthancException.cpp:57] Error in the network protocol: C-MOVE SCU to AET “srv-archive” has failed with DIMSE status 0xC001

Any ideas ?

Hello,

The source modality “srv-archive” most probably doesn’t know about the target modality “CYBER”, and thus refuses to process the query/retrieve. Check out the following page of the Orthanc Book:
https://book.orthanc-server.com/dicom-guide.html#dicom-move

Have a look at the configuration of “srv-archive”, make sure “CYBER” is defined in this configuration, and check out the full logs of “srv-archive”.

Sébastien-