Exportconverter failed

  • Im a new user to the conquest dicom server but as far as I can see, it runs pretty well...
    The only thing I have is a very simple exportconverter that does not function:


    ExportConverters = 1
    ExportConverter0 = forward to FORSRV1; delete


    The delete gives me an error: ***Exportconverter0: Spawning 'delete' failed (argv=......)
    As I understand the manual, the converter lines are executed in sequence. So it should export then delete...
    I simply try to use this server as a gateway, it should forward everything to another server and should not save anything.


    I would appreciate any suggestions for a solution.
    Thanks in advance,
    Michael

  • Hi,


    'delete' is only used to delete tags from a dicom file in an imprtconverter. You have to try:


    ExportConverter0 = forward to FORSRV1; delete image


    or, e.g.,


    ExportConverter0 = forward series to FORSRV1; delete series


    I am not sure this works though. Please let me know.


    Marcel

  • Thanks for your immediate help!!!


    But: no, nothing worked :-(


    I tried:
    ExportConverter0 = forward to FORSRV1; delete image
    ExportConverter0 = forward to FORSRV1; delete series
    ExportConverter0 = forward to FORSRV1; delete study
    ExportConverter0 = forward to FORSRV1; delete patient


    I always get the same error as described in my first post.


    Is there another way to just have everything forwarded to another server and do nothing else (no saving of anything)?


    Thanks,
    Michael

  • Ah,


    I see. The delete image|series|study|patient command exists but needs some more specification before it is recognized. Try:


    ExportConverter0 = forward series to XXXX; delete series modality *


    And no, there is (as yet) no other way to just forward: it always needs to save the data first.


    Marcel

  • Thank you Marcel,
    its up and running so far...


    The only thing I sometimes get is:
    C-Move Destination: "FORSRV1"
    *** preretrieve/forward xxx to: remote DICOM error
    in the log.


    Does that mean the called AE is not responding?


    Thanks,
    Michael

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!