The Lua-code that causes is this rather straight forward:2015-05-05 10:43:02 [CONQUESTSRV1] ***No valid presentation contexts/transfer syntax found in 1 candidates
2015-05-05 10:43:02 [CONQUESTSRV1] ***In 1 presentation contexts
2015-05-05 10:43:02 [CONQUESTSRV1] ***#Possible transfer syntaxes: 1
2015-05-05 10:43:02 [CONQUESTSRV1] *** multiplex: connection terminated
Code: Select all
local cmd = newdicomobject()
cmd.QueryRetrieveLevel = 'STUDY'
cmd.StudyInstanceUID= sUID
dicommove(srcAet, destAet, cmd)
Code: Select all
CONQUESTSRV1 1.1.1.1 5678 un
CONQUESTSRV2 1.1.1.1 5679 un
INTELLISPACE_QRP 1.1.1.2 200 un
INTELLISPACE_SU 1.1.1.2 200 un
V* * 1234 un
W* * 666 un
S* * 5678 un
Code: Select all
assert(dicommove(srcAet, destAet, cmd), "Failed to move " .. sUID)
Minor update
I've looked into what studies are causing the move to crash and so far I've found that they seem to be correlated with odd or corrupt studies. In one study it crashed on an image that appears with a (J) sign when viewing it within the IntelliSpace viewer while another one wasn't available from the source. I've tried to look at the dicomquery() to get some kind of parameter that would hint that the study should not be retrieved but so far no luck...