I'm trying to send a dicom series from one orthanc server to another using Orthanc Explorer using dicom protocol. When I send from A to B both DICOM and RestAPI protocol it works. But when sending from B to A via RestAPI it works but sending using the DICOM protocol gives the following error in the log file:
===============
E1102 12:39:47.656984 DicomUserConnection.cpp:162] DicomUserConnection: DIMSE Failed to send message
0006:031d TCP I/O Error (No error) occurred in routine: writeDataPDU
E1102 12:39:47.656984 StoreScuCommand.cpp:78] Unable to forward to a modality in a Lua script (instance f396282f-630e8c69-3848cb8d-40e708d6-97962819): Error in the network protocol
E1102 12:39:47.656984 ServerScheduler.cpp:122] Job has failed (HTTP request: Store-SCU to peer "OrthancA")
===============
When I use the dcmtk toolkit to send from B to A it does work.
D:\software\dcmtk-3.6.0-win32-i386\bin>storescu.exe -aet ORTHANCB -aec ORTHANCA orthanca 4242 test.dcm
Both orthanc v1.1.0 servers are running on 64bit windows 7 machines.
Any ideas what may cause this? Thanks!
Erik