-
Notifications
You must be signed in to change notification settings - Fork 188
movescu
works with separate storescp
but not with --store
argument
#997
Replies: 2 comments · 7 replies
-
What's the full log with the |
Beta Was this translation helpful? Give feedback.
All reactions
-
Hi there. Thank you for responding. I'm attaching the outputs of the movescu command with |
Beta Was this translation helpful? Give feedback.
All reactions
-
I've confirmed the same result running the # fails:
# from root instance
movescu -v -aet $AET -aec $AEC -aem $AET -S -k QueryRetrieveLevel=IMAGE -k SOPInstanceUID="$iid" --store --store-aet $AET --store-port $LOCAL_PORT -od $out $PACS_IP $PACS_PORT
# works:
# from same root instance
storescp -v -aet $AET -od $out $LOCAL_PORT
# from a different non-root instance
movescu -v -aet $AET -aec $AEC -aem $AET -S -k QueryRetrieveLevel=IMAGE -k SOPInstanceUID="$iid" $PACS_IP $PACS_PORT |
Beta Was this translation helpful? Give feedback.
All reactions
-
Can you check the following:
The default config for qrscp is here and if you need some test datasets to send there are some here. My log for the above
|
Beta Was this translation helpful? Give feedback.
All reactions
-
I really appreciate the time you're putting into this. I don't have in-depth knowledge to interpret the logs, but here goes. One difference is that I'm using pynetdicom v.2.1.0 and you are on 3.0.0. My logs in terminal B for step three are the same as yours up to line 184, then end prematurely:
Full log of step 3 terminal B (movescu)
The logs from terminal A (qrscp) might give a clue. Here's the tail:
Full log of step 3 terminal A (qrscp)
|
Beta Was this translation helpful? Give feedback.
All reactions
-
Argh sorry, it should be |
Beta Was this translation helpful? Give feedback.
All reactions
-
Sorry for slow reply. I tried again. I had to specify the Study and Series instance UID or it complained. I still got an error. Missing out the identifiers:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I hope somebody can help me troubleshoot my issue. I am able to retrieve a test image using separate
storescp
andmovescu
processes as follows:However, when I try using the
--store
arguments with movescu, it fails:Gives:
The association is accepted and it gives an initial pending response before failing.
I have to use sudo to open port 104, my connection to PACS only allows that port.
Beta Was this translation helpful? Give feedback.
All reactions