Hello, I have Orthanc 1.9.1 installed on Windows Server, with the Worklist plugin and connected to MySQL.
It used to work correctly, but then it becomes slower, and it doesn’t download the worklists on the computers.
I am testing with the FindSCU program:
findcu -W -k “ScheduledProcedureStepSequence [0] .Modality = US” xxx.xxx.xxx.xxx 4242
It takes 15-25 seconds to respond, sometimes it gets the list, but others it starts and then an error appears:
E: Find Failed, query keys:
E:
E: # Dicom-File-Format
E:
E: # Dicom-Meta-Information-Header
E: # Used TransferSyntax: Little Endian Explicit
E:
E: # Dicom-Data-Set
E: # Used TransferSyntax: Little Endian Explicit
E: (0040,0100) SQ (Sequence with explicit length #=1) # 18, 1 ScheduledProcedureStepSequence
E: (fffe,e000) na (Item with explicit length #=1) # 10, 1 Item
E: (0008,0060) CS [US] # 2, 1 Modality
E: (fffe,e00d) na (ItemDelimitationItem for re-encoding) # 0, 0 ItemDelimitationItem
E: (fffe,e0dd) na (SequenceDelimitationItem for re-encod.) # 0, 0 SequenceDelimitationItem
E:
E: Association release failed: 0006: 031a DUL network read timeout
I: ---------------------------
I: Find Response: 39 (Pending)
I: # Dicom-Data-Set
I: # Used TransferSyntax: Little Endian Explicit
I: (0008,0005) CS [ISO_IR 100] # 10, 1 SpecificCharacterSet
I: (0040,0100) SQ (Sequence with explicit length #=1) # 18, 1 ScheduledProcedureStepSequence
I: (fffe,e000) na (Item with explicit length #=1) # 10, 1 Item
I: (0008,0060) CS [US] # 2, 1 Modality
I: (fffe,e00d) na (ItemDelimitationItem for re-encoding) # 0, 0 ItemDelimitationItem
I: (fffe,e0dd) na (SequenceDelimitationItem for re-encod.) # 0, 0 SequenceDelimitationItem
E: Association Release Failed: 0006:031a DUL network read timeout
Do you have any ideas?
Thanks, Marcelo