Hi,
I have two ExportConverters one at series level while the other is study level:
processSeries.bat writes the series into a text file.
processStudy.bat calls a Nodejs script with the study arguments.
The above scripts work fine and they do the operations as intended 95% of the time.
ISSUE:
The below issue has been observed when multiple studies come at the same time to the Conquest Node.
For example, say two studies come at the same time.
Like the above entry, I see that both the studies have the ExportConverters queued.
But sometimes, the second Export Converter: ExportConverter1 for one of the study never gets executed as the batch script processStudy.bat (PFA second image) never logs successful execution. There is no error messages from batch script too.
I am not whether this is a Conquest issue or anything else. But just checking whether you have any idea to debug the execution of ExportConverters properly?
Any help would be appreciated. Thank you.