Hello. Need help. When sending a CT study with multiple series(4) from a local orthanc server to another orthanc server using rest api I noticed that only the first series was sent and the rest where not sent. Even the first series arrived with a few missing instances.
Hello,
Hello. Need help. When sending a CT study with multiple series(4)
from a local orthanc server to another orthanc server using rest api
I noticed that only the first series was sent and the rest where not
sent. Even the first series arrived with a few missing instances.
Can you reproduce consistently?
If so, can you (1) send us some sample data, possibly anonymized, so
that we can reproduce on our side and investigate and (2) tell us what
the response from the remote Orthanc is?
If not, it sounds like it can be explained by a transient network
fault, likely unrelated to Orthanc (networks are inherently
unreliable[1]).
Note that because Orthanc resource identifiers are derived
deterministically from the data, transfer requests are effectively
idempotent. This means you can safely (and are expected to) retry the
operation.
[1] Fallacies of distributed computing - Wikipedia
Hope this helps,