Posts by cirollo

    tried on a notebook with 7 pro 64bit storing locally the images


    same problem


    used 1.4.16 and also 1.4.17alpha


    tried also from a command window in server dir to launch this


    dgte.exe "--convert_to_jpg:C:\SOFTWARE_EMMECI\DESKTOP\IMG_ECO\P000002\EG20130215\temp.dcm,1024,C:\SOFTWARE_EMMECI\DESKTOP\IMG_ECO\P000002\EG20130215\163306_6.jpg,//0"


    nothing happens!


    ???????

    Hi Marcel!


    this is the serverstatus log, as you can see the file name is correct!!!


    what could be???? the dcm arrives in the same path, is the conversion that is not done!!!!


    Let me know....regards,


    Yes Marcel!


    I tried using local disk, also switched off firewalls and antivirus, the strange thing is that the dicom files in the printer_files dir are stored correctly!


    is the conversion to jpg that doesn't work.....


    I think that if It's an access grant problem, no dicom files should be written.....


    Ps the server is launched manually from its icon by the user.

    Hi guys!


    on a customer I'm having a strange behaviourafter changing a pc with a new one that has preinstalled win 7 professional 64 bit (pc acer veriton)
    the path in wich the images are store is on a server lan with xp 32bit (the path is on a mapped drive z:\)
    with the old xp pc no issue was found.


    the strange thing is that the dicom image arrives but is not converted in jpg and no error appears.
    this is my dicom.ini



    I've other customers with w7 and conquest is working normally.


    any suggestion??? thanks a lot for the cooperation....


    regards, ciro

    1.4.16 and dbf or sql lite db


    I've installed many Conquest on various platform, each connected to ultrasound machines


    on one us machine, for example, the first incoming dicom machine put the conquest in crash (send report to microsoft dialog page), then we start again and no crash....


    on others, it crash randomly, when we close and restart the server, started again to work



    I don't know why...

    Dear Marcel,


    in these years, I've installed some Conquest on various Pc with different O.S.
    Often, I noticed a crash on the sistem or the failure for the service to start, especially with vista/7 systems.
    It seems that starting the conquest form the GuI and closing it after the study works better.


    So I'm here to ask if there's a method to start the conquest programmatically (no gui and no service) like a dos batch and closing it after the completion of the study.
    Then, restarting with the next patient....and closing again


    something like dgate.exe -parameter
    let me know


    regards
    ciro

    Marcel, all I have is a terminal desktop access to the server, only the static ip


    I've read other posts in the forum but I can't have any VPN neither FTP access.


    I wanna know that instead of import converter......c:\mydicomimages


    I can put import converter.........151.99.0.100\mydicomimages in dicom.ini


    waiting to hear from you


    of course on the server all the necessary ports will be open


    ciro

    Hi Marcel!


    I've a customer that need to store images from US machines on a remote windows server (is a virtual machine).
    When Conquest receives the images, should do the import converter process to transform them in jpegs.


    Is possible to do that? and about the transferring time?
    I can use the pubic IP address of the machine


    Let me know


    regards,
    cirollo

    Hi Marcel!


    Trying to start Conquest server from command line I found the following problems:


    the dgate is in c:\dicom (directly unzipped from conquest package).
    From cmd:
    cd c:\dicom
    dgate-v


    this is the result:


    Quote

    DGATE (1.415, build ?,bits 32) is running as threaded server
    database type: NULL driver (black hole)
    ***Failed to Listen () - bind error


    From my application with command:
    RUN /N2 c:\dicom\DGATE.EXE -v


    this is the result:



    The directory in MAG0 exists
    This is my dicom.ini that I "pass"to dgate with command:
    RUN /N2 c:\dicom\DGATE.EXE --read_ini:


    dicom.ini
    # This file contains configuration information for the DICOM server
    # Do not edit unless you know what you are doing

    [sscscp]
    MicroPACS = sscscp
    Edition = Personal

    # Network configuration: server name and TCP/IP port#
    MyACRNema = ciro
    TCPPort = 1010

    # Reference to other files: known dicom servers; database layout; sops
    ACRNemaMap = acrnema.map
    kFactorFile = dicom.sql
    SOPClassList = dgatesop.lst

    # Host(ignored), name, username and password for ODBC data source
    SQLHost =
    SQLServer =
    Username =
    Password =
    DoubleBackSlashToDB = 0

    # Configure database
    TruncateFieldNames = 10
    MaxFieldLength = 254
    MaxFileNameLength = 255
    FixPhilips = 0
    FixKodak = 0
    KeepAlive = 0
    LargeFileSizeKB = 1024
    ZipTime = 05:
    UIDPrefix = 1.2.826.0.1.3680043.2.135.730956.43877812
    EnableReadAheadThread = 1
    PatientQuerySortOrder =
    StudyQuerySortOrder =
    SeriesQuerySortOrder =
    ImageQuerySortOrder =
    IndexDBF = 1
    PackDBF = 0
    LongQueryDBF = 1000
    TCPIPTimeOut = 300
    FailHoldOff = 60
    RetryDelay = 100
    QueueSize = 128
    WorkListMode = 0
    DebugLevel = 0
    Prefetcher = 0
    LRUSort =
    AllowTruncate =
    DecompressNon16BitsJpeg = 1
    UseBuiltInDecompressor = 1
    FileNameSyntax = 0

    # Configuration of compression for incoming images and archival
    DroppedFileCompression = un
    IncomingCompression = un
    ArchiveCompression = as

    # Names of the database tables
    PatientTableName = DICOMPatients
    StudyTableName = DICOMStudies
    SeriesTableName = DICOMSeries
    ImageTableName = DICOMImages
    DMarkTableName = DICOMAccessUpdates
    RegisteredMOPDeviceTable = RegisteredMOPIDs
    UIDToMOPIDTable = UIDToMOPID
    UIDToCDRIDTable = UIDToCDRID

    # Banner and host for debug information
    PACSName = CONQUESTSRV1
    OperatorConsole = 127.0.0.1

    # Configuration of disk(s) to store images
    MAGDeviceThreshhold = 0
    MAGDevices = 1
    MAGDevice0 = D:\SOFTWARE\ECOGYN\IMG_ECO\P000042\EG20110215\
    NightlyCleanThreshhold = 0
    ImportConverters = 2
    ImportConverter0 = save to D:\SOFTWARE\ECOGYN\IMG_ECO\P000042\EG20110215\temp.dcm
    ImportConverter1 = process with dgate.exe "--convert_to_jpg:D:\SOFTWARE\ECOGYN\IMG_ECO\P000042\EG20110215\temp.dcm,1024,D:\SOFTWARE\ECOGYN\IMG_ECO\P000042\EG20110215\%V0020,0013.jpg,//0";destroy

    Hi Marcel!


    I'm installing 2 conquest servers on the same pc with xp pro sp3.
    the 1st is installed as conquestsvr1 on port 5678 and is ok
    the 2nd is installed, while 1st is running, as conquestsrv2 on port 5679.


    the problem is that everytime I started the 2nd I have an NT Service failed to start!


    why?
    let me know...
    regards
    ciro

    Quote


    You have to change the account for which this service runs


    sorry Marcel, I didn't understand this.


    by the way, maybe is better to put conquest on the same pc with the target directory.


    Just a simple question: can I make all the things from a command line interface, without the GUI (i think something like dgate-- ....)? and where I can find some examples?
    so my application could stard the dgate module and not the GUI and I don't need a service this way. This because sometimes users click on conquest buttons and make disasters!!!


    regards
    ciro

    Hi Marcel!


    I've read the manual and discovered that the service will fail if images are not stored on the same pc of Conquest.


    So, this is my configuration:


    US machine --LAN-->> pc with conquest dicom server --LAN-->> win XP server with folder in which are stored the images


    the transfer beetween pc with conquest and the images storing server is made with import converters


    Quote

    ImportConverters = 2
    ImportConverter0 = save to \\Server\Dati (Z)\IMG_ECO\P000041\EG000210\temp.dcm
    ImportConverter1 = process with dgate.exe "--convert_to_jpg:\\Server\Dati (Z)\IMG_ECO\P000041\EG000210\temp.dcm,1024,\\Server\Dati (Z)\IMG_ECO\P000041\EG000210\%V0020,0013.jpg,//0";destroy


    If I install the service on the pc with conquest, everytime I transfer an image from a US machine the OS (Win XP Home) crashed.


    Is there any possibility to do this without leaving open the Conqest GUI???


    Regards,
    ciro

    Hi Marcel!


    Finally I tried to put this path for incoming images in dicom.ini


    Quote

    ImportConverters = 2
    ImportConverter0 = save to \\Server\Dati (Z)\IMG_ECO\P000041\EG000210\temp.dcm
    ImportConverter1 = process with dgate.exe "--convert_to_jpg:\\Server\Dati (Z)\IMG_ECO\P000041\EG000210\temp.dcm,1024,\\Server\Dati (Z)\IMG_ECO\P000041\EG000210\%V0020,0013.jpg,//0";destroy


    but, if I use the service no image is received and I get an error on ultrasound machine. If I use the GUI it works....


    Now I'm using .16 version on win xp home sp2....I don't know what else I can do to make this working :-(


    Regarding the GE Volson E8 problem: it's the same, no jpg saved! only .dcm


    my dicom.ini
    ImportConverters = 2
    ImportConverter0 = save to Z:\IMG_ECO\P000041\EG000210\temp.dcm
    ImportConverter1 = save jpg to Z:\IMG_ECO\P000041\EG000210\%V0020,0013.jpg


    the server result:
    [CONQUESTSRV1] User interface test: local server is running!
    [CONQUESTSRV1]
    [CONQUESTSRV1] UPACS THREAD 0: STARTED AT: Thu Jan 27 16:08:55 2011
    [CONQUESTSRV1] Calling Application Title : "Voluson "
    [CONQUESTSRV1] Called Application Title : "VOLUSON "
    [CONQUESTSRV1] Application Context : "1.2.840.10008.3.1.1.1", PDU length: 28672
    [CONQUESTSRV1] Presentation Context 0 "1.2.840.10008.5.1.4.1.1.6.1" 1
    [CONQUESTSRV1] Presentation Context 1 "1.2.840.10008.5.1.4.1.1.3.1" 1
    [CONQUESTSRV1] Presentation Context 2 "1.2.840.10008.1.1" 1
    [CONQUESTSRV1] Presentation Context 3 "1.2.840.10008.5.1.4.1.1.6" 1
    [CONQUESTSRV1] Presentation Context 4 "1.2.840.10008.5.1.4.1.1.7" 1
    [CONQUESTSRV1] Importconverter0.0 executes: save to Z:\IMG_ECO\P000041\EG000210\temp.dcm
    [CONQUESTSRV1] ***Error writing file: Z:\IMG_ECO\P000041\EG000210\unknown_testdcm\1_5_1296140935.v2
    [CONQUESTSRV1] UPACS THREAD 0: ENDED AT: Thu Jan 27 16:08:55 2011
    [CONQUESTSRV1] UPACS THREAD 0: TOTAL RUNNING TIME: 0 SECONDS


    but %V0020,0013.jpg should be tehe number of the image??? 1,2,..... on aloka works fine....


    regards,
    cirollo

    Quote

    Please answer my question first. Does this work from the command line:
    dgate.exe "--convert_to_jpg:Z:\IMG_ECO\P000041\TT000116\temp.dcm,1024,Z:\IMG_ECO\P000041\TT000116\2.jpg,//0"


    no, I only write down dicom.ini and is processed by the Conquest GUI open


    Quote

    should have been the simple:
    ImportConverter1 = save jpg to Z:\IMG_ECO\P000041\TT000116\2.jpg


    ok, i'll try this


    Quote

    can dgate actually write to Z: at all? Is sounds like a drive mapping that is not available to a service (use unc paths).


    i'm not using the service, i run it from Gui, for now i cannot use UNC paths.


    The strange thing is that only happens with GEVoluson E8 US machine, with other two aloka, everything works fine....


    ciro

    Dear Marcel, I'm getting mad with this thing:


    this is my dicom.ini and after you'll find the server response....


    # This file contains configuration information for the DICOM server
    # Do not edit unless you know what you are doing

    [sscscp]
    MicroPACS = sscscp
    Edition = Personal

    # Network configuration: server name and TCP/IP port#
    MyACRNema = VOLUSON
    TCPPort = 104

    # Reference to other files: known dicom servers; database layout; sops
    ACRNemaMap = acrnema.map
    kFactorFile = dicom.sql
    SOPClassList = dgatesop.lst

    # Host(ignored), name, username and password for ODBC data source
    SQLHost =
    SQLServer =
    Username =
    Password =
    DoubleBackSlashToDB = 0

    # Configure database
    TruncateFieldNames = 10
    MaxFieldLength = 254
    MaxFileNameLength = 255
    FixPhilips = 0
    FixKodak = 0
    KeepAlive = 0
    LargeFileSizeKB = 1024
    ZipTime = 05:
    UIDPrefix = 1.2.826.0.1.3680043.2.135.730956.43877812
    EnableReadAheadThread = 1
    PatientQuerySortOrder =
    StudyQuerySortOrder =
    SeriesQuerySortOrder =
    ImageQuerySortOrder =
    IndexDBF = 1
    PackDBF = 0
    LongQueryDBF = 1000
    TCPIPTimeOut = 300
    FailHoldOff = 60
    RetryDelay = 100
    QueueSize = 128
    WorkListMode = 0
    DebugLevel = 0
    Prefetcher = 0
    LRUSort =
    AllowTruncate =
    DecompressNon16BitsJpeg = 1
    UseBuiltInDecompressor = 1
    FileNameSyntax = 0

    # Configuration of compression for incoming images and archival
    DroppedFileCompression = un
    IncomingCompression = un
    ArchiveCompression = as

    # Names of the database tables
    PatientTableName = DICOMPatients
    StudyTableName = DICOMStudies
    SeriesTableName = DICOMSeries
    ImageTableName = DICOMImages
    DMarkTableName = DICOMAccessUpdates
    RegisteredMOPDeviceTable = RegisteredMOPIDs
    UIDToMOPIDTable = UIDToMOPID
    UIDToCDRIDTable = UIDToCDRID

    # Banner and host for debug information
    PACSName = CONQUESTSRV1
    OperatorConsole = 127.0.0.1

    # Configuration of disk(s) to store images
    MAGDeviceThreshhold = 0
    MAGDevices = 1
    MAGDevice0 = Z:\IMG_ECO\P000041\EG000198\
    NightlyCleanThreshhold = 0
    ImportConverters = 2
    ImportConverter0 = save to Z:\IMG_ECO\P000041\EG000198\temp.dcm
    ImportConverter1 = save jpg to Z:\IMG_ECO\P000041\EG000198\temp.dcm,1024,Z:\IMG_ECO\P000041\EG000198\TEMP.jpg



    Server Response:


    [CONQUESTSRV1] User interface test: local server is running!
    [CONQUESTSRV1]
    [CONQUESTSRV1] UPACS THREAD 1: STARTED AT: Tue Jan 25 18:34:12 2011
    [CONQUESTSRV1] Calling Application Title : "Voluson "
    [CONQUESTSRV1] Called Application Title : "VOLUSON "
    [CONQUESTSRV1] Application Context : "1.2.840.10008.3.1.1.1", PDU length: 28672
    [CONQUESTSRV1] Presentation Context 0 "1.2.840.10008.5.1.4.1.1.6.1" 1
    [CONQUESTSRV1] Presentation Context 1 "1.2.840.10008.5.1.4.1.1.3.1" 1
    [CONQUESTSRV1] Presentation Context 2 "1.2.840.10008.1.1" 1
    [CONQUESTSRV1] Presentation Context 3 "1.2.840.10008.5.1.4.1.1.6" 1
    [CONQUESTSRV1] Presentation Context 4 "1.2.840.10008.5.1.4.1.1.7" 1
    [CONQUESTSRV1] Importconverter0.0 executes: save to Z:\IMG_ECO\P000041\EG000198\temp.dcm
    [CONQUESTSRV1] ***Error writing file: Z:\IMG_ECO\P000041\EG000198\spirito^_D03105-1\1_20_1295976852.v2
    [CONQUESTSRV1] UPACS THREAD 1: ENDED AT: Tue Jan 25 18:34:12 2011
    [CONQUESTSRV1] UPACS THREAD 1: TOTAL RUNNING TIME: 0 SECONDS
    [CONQUESTSRV1]
    [CONQUESTSRV1] UPACS THREAD 2: STARTED AT: Tue Jan 25 18:34:34 2011
    [CONQUESTSRV1] Calling Application Title : "Voluson "
    [CONQUESTSRV1] Called Application Title : "VOLUSON "
    [CONQUESTSRV1] Application Context : "1.2.840.10008.3.1.1.1", PDU length: 28672
    [CONQUESTSRV1] Presentation Context 0 "1.2.840.10008.5.1.4.1.1.6.1" 1
    [CONQUESTSRV1] Presentation Context 1 "1.2.840.10008.5.1.4.1.1.3.1" 1
    [CONQUESTSRV1] Presentation Context 2 "1.2.840.10008.1.1" 1
    [CONQUESTSRV1] Presentation Context 3 "1.2.840.10008.5.1.4.1.1.6" 1
    [CONQUESTSRV1] Presentation Context 4 "1.2.840.10008.5.1.4.1.1.7" 1
    [CONQUESTSRV1] Importconverter0.0 executes: save to Z:\IMG_ECO\P000041\EG000198\temp.dcm
    [CONQUESTSRV1] ***Error writing file: Z:\IMG_ECO\P000041\EG000198\spirito^_D03105-1\1_18_1295976875.v2
    [CONQUESTSRV1] UPACS THREAD 2: ENDED AT: Tue Jan 25 18:34:35 2011
    [CONQUESTSRV1] UPACS THREAD 2: TOTAL RUNNING TIME: 1 SECONDS



    no jpg is created!!!!
    if I leave the import converters


    in dicom.ini:
    ImportConverters = 2
    ImportConverter0 = save to Z:\IMG_ECO\P000041\EG000200\temp.dcm
    ImportConverter1 = process with dgate.exe "--convert_to_jpg:Z:\IMG_ECO\P000041\EG000200\temp.dcm,1024,Z:\IMG_ECO\P000041\EG000200\%V0020,0013.jpg,//0";destroy


    this is the resut:


    [CONQUESTSRV1] User interface test: local server is running!
    [CONQUESTSRV1]
    [CONQUESTSRV1] UPACS THREAD 0: STARTED AT: Tue Jan 25 18:37:20 2011
    [CONQUESTSRV1] Calling Application Title : "Voluson "
    [CONQUESTSRV1] Called Application Title : "VOLUSON "
    [CONQUESTSRV1] Application Context : "1.2.840.10008.3.1.1.1", PDU length: 28672
    [CONQUESTSRV1] Presentation Context 0 "1.2.840.10008.5.1.4.1.1.6.1" 1
    [CONQUESTSRV1] Presentation Context 1 "1.2.840.10008.5.1.4.1.1.3.1" 1
    [CONQUESTSRV1] Presentation Context 2 "1.2.840.10008.1.1" 1
    [CONQUESTSRV1] Presentation Context 3 "1.2.840.10008.5.1.4.1.1.6" 1
    [CONQUESTSRV1] Presentation Context 4 "1.2.840.10008.5.1.4.1.1.7" 1
    [CONQUESTSRV1] Importconverter0.0 executes: save to Z:\IMG_ECO\P000041\EG000200\temp.dcm
    [CONQUESTSRV1] Importconverter1.0 executes: process with dgate.exe "--convert_to_jpg:Z:\IMG_ECO\P000041\EG000200\temp.dcm,1024,Z:\IMG_ECO\P000041\EG000200\21.jpg,//0" Z:\IMG_ECO\P000041\EG000200\printer_files\1.2.826.0.1.3680043.2.135.730956.43877812.6.1295977040.546.0.dcm
    [CONQUESTSRV1] Server command sent using DGATE -- option


    what the hell is:
    [CONQUESTSRV1] Importconverter1.0 executes: process with dgate.exe "--convert_to_jpg:Z:\IMG_ECO\P000041\EG000200\temp.dcm,1024,Z:\IMG_ECO\P000041\EG000200\21.jpg,//0" Z:\IMG_ECO\P000041\EG000200\printer_files\1.2.826.0.1.3680043.2.135.730956.43877812.6.1295977040.546.0.dcm


    it corresponds to destoy??? and the dgate crashes!!!

    this is the debug log


    [CONQUESTSRV1] User interface test: local server is running!
    [CONQUESTSRV1] set debug level from GUI
    [CONQUESTSRV1] set debug log from GUI
    [CONQUESTSRV1] set debug level from GUI
    [CONQUESTSRV1] Connected by address: 0100007f
    [CONQUESTSRV1] Testing transfer: '1.2.840.10008.1.2' against list #0 = '1.2.840.10008.1.2'
    [CONQUESTSRV1] 0000,0002 18 UI AffectedSOPClassUID "1.2.840.10008.1.1"
    [CONQUESTSRV1] 0000,0100 2 US CommandField 48
    [CONQUESTSRV1] 0000,0110 2 US MessageID 7
    [CONQUESTSRV1] 0000,0800 2 US DataSetType 257
    [CONQUESTSRV1] 9999,0300 24 UN "set debug level from GUI"
    [CONQUESTSRV1] 9999,0400 12 UN "debuglevel:2"
    [CONQUESTSRV1] set debug level from GUI
    [CONQUESTSRV1] Connected by address: 0100007f
    [CONQUESTSRV1] Testing transfer: '1.2.840.10008.1.2' against list #0 = '1.2.840.10008.1.2'
    [CONQUESTSRV1] 0000,0002 18 UI AffectedSOPClassUID "1.2.840.10008.1.1"
    [CONQUESTSRV1] 0000,0100 2 US CommandField 48
    [CONQUESTSRV1] 0000,0110 2 US MessageID 7
    [CONQUESTSRV1] 0000,0800 2 US DataSetType 257
    [CONQUESTSRV1] 9999,0300 24 UN "set debug level from GUI"
    [CONQUESTSRV1] 9999,0400 12 UN "debuglevel:3"
    [CONQUESTSRV1] set debug level from GUI
    [CONQUESTSRV1] Connected by address: 0100007f
    [CONQUESTSRV1] Testing transfer: '1.2.840.10008.1.2' against list #0 = '1.2.840.10008.1.2'
    [CONQUESTSRV1] 0000,0002 18 UI AffectedSOPClassUID "1.2.840.10008.1.1"
    [CONQUESTSRV1] 0000,0100 2 US CommandField 48
    [CONQUESTSRV1] 0000,0110 2 US MessageID 7
    [CONQUESTSRV1] 0000,0800 2 US DataSetType 257
    [CONQUESTSRV1] 9999,0300 24 UN "set debug level from GUI"
    [CONQUESTSRV1] 9999,0400 12 UN "debuglevel:4"
    [CONQUESTSRV1] set debug level from GUI
    [CONQUESTSRV1] Connected by address: 0100007f
    [CONQUESTSRV1] Testing transfer: '1.2.840.10008.1.2' against list #0 = '1.2.840.10008.1.2'
    [CONQUESTSRV1] 0000,0002 18 UI AffectedSOPClassUID "1.2.840.10008.1.1"
    [CONQUESTSRV1] 0000,0100 2 US CommandField 48
    [CONQUESTSRV1] 0000,0110 2 US MessageID 7
    [CONQUESTSRV1] 0000,0800 2 US DataSetType 257
    [CONQUESTSRV1] 9999,0300 24 UN "set debug level from GUI"
    [CONQUESTSRV1] 9999,0400 12 UN "debuglevel:3"
    [CONQUESTSRV1] set debug level from GUI
    [CONQUESTSRV1] Connected by address: 0100007f
    [CONQUESTSRV1] Testing transfer: '1.2.840.10008.1.2' against list #0 = '1.2.840.10008.1.2'
    [CONQUESTSRV1] 0000,0002 18 UI AffectedSOPClassUID "1.2.840.10008.1.1"
    [CONQUESTSRV1] 0000,0100 2 US CommandField 48
    [CONQUESTSRV1] 0000,0110 2 US MessageID 7
    [CONQUESTSRV1] 0000,0800 2 US DataSetType 257
    [CONQUESTSRV1] 9999,0300 24 UN "set debug level from GUI"
    [CONQUESTSRV1] 9999,0400 12 UN "debuglevel:4"
    [CONQUESTSRV1] set debug level from GUI
    [CONQUESTSRV1] Connected by address: 3b01a8c0
    [CONQUESTSRV1] Testing transfer: '1.2.840.10008.1.2.1' against list #0 = '1.2.840.10008.1.2'
    [CONQUESTSRV1] Testing transfer: '1.2.840.10008.1.2.1' against list #1 = '1.2.840.10008.1.2.4.50'
    [CONQUESTSRV1] Testing transfer: '1.2.840.10008.1.2.1' against list #2 = '1.2.840.10008.1.2.4.51'
    [CONQUESTSRV1] Testing transfer: '1.2.840.10008.1.2.1' against list #3 = '1.2.840.10008.1.2.4.53'
    [CONQUESTSRV1] Testing transfer: '1.2.840.10008.1.2.1' against list #4 = '1.2.840.10008.1.2.4.55'
    [CONQUESTSRV1] Testing transfer: '1.2.840.10008.1.2.1' against list #5 = '1.2.840.10008.1.2.4.57'
    [CONQUESTSRV1] Testing transfer: '1.2.840.10008.1.2.1' against list #6 = '1.2.840.10008.1.2.4.70'
    [CONQUESTSRV1] Testing transfer: '1.2.840.10008.1.2' against list #0 = '1.2.840.10008.1.2'
    [CONQUESTSRV1] Testing transfer: '1.2.840.10008.1.2.4.50' against list #0 = '1.2.840.10008.1.2'
    [CONQUESTSRV1] Testing transfer: '1.2.840.10008.1.2.4.50' against list #1 = '1.2.840.10008.1.2.4.50'
    [CONQUESTSRV1] Testing transfer: '1.2.840.10008.1.2.1' against list #0 = '1.2.840.10008.1.2'
    [CONQUESTSRV1] Testing transfer: '1.2.840.10008.1.2.1' against list #1 = '1.2.840.10008.1.2.4.50'
    [CONQUESTSRV1] Testing transfer: '1.2.840.10008.1.2.1' against list #2 = '1.2.840.10008.1.2.4.51'
    [CONQUESTSRV1] Testing transfer: '1.2.840.10008.1.2.1' against list #3 = '1.2.840.10008.1.2.4.53'
    [CONQUESTSRV1] Testing transfer: '1.2.840.10008.1.2.1' against list #4 = '1.2.840.10008.1.2.4.55'
    [CONQUESTSRV1] Testing transfer: '1.2.840.10008.1.2.1' against list #5 = '1.2.840.10008.1.2.4.57'
    [CONQUESTSRV1] Testing transfer: '1.2.840.10008.1.2.1' against list #6 = '1.2.840.10008.1.2.4.70'
    [CONQUESTSRV1] Testing transfer: '1.2.840.10008.1.2' against list #0 = '1.2.840.10008.1.2'
    [CONQUESTSRV1] Testing transfer: '1.2.840.10008.1.2.1' against list #0 = '1.2.840.10008.1.2'
    [CONQUESTSRV1] Testing transfer: '1.2.840.10008.1.2.1' against list #1 = '1.2.840.10008.1.2.4.50'
    [CONQUESTSRV1] Testing transfer: '1.2.840.10008.1.2.1' against list #2 = '1.2.840.10008.1.2.4.51'
    [CONQUESTSRV1] Testing transfer: '1.2.840.10008.1.2.1' against list #3 = '1.2.840.10008.1.2.4.53'
    [CONQUESTSRV1] Testing transfer: '1.2.840.10008.1.2.1' against list #4 = '1.2.840.10008.1.2.4.55'
    [CONQUESTSRV1] Testing transfer: '1.2.840.10008.1.2.1' against list #5 = '1.2.840.10008.1.2.4.57'
    [CONQUESTSRV1] Testing transfer: '1.2.840.10008.1.2.1' against list #6 = '1.2.840.10008.1.2.4.70'
    [CONQUESTSRV1] Testing transfer: '1.2.840.10008.1.2' against list #0 = '1.2.840.10008.1.2'
    [CONQUESTSRV1] Testing transfer: '1.2.840.10008.1.2.1' against list #0 = '1.2.840.10008.1.2'
    [CONQUESTSRV1] Testing transfer: '1.2.840.10008.1.2.1' against list #1 = '1.2.840.10008.1.2.4.50'
    [CONQUESTSRV1] Testing transfer: '1.2.840.10008.1.2.1' against list #2 = '1.2.840.10008.1.2.4.51'
    [CONQUESTSRV1] Testing transfer: '1.2.840.10008.1.2.1' against list #3 = '1.2.840.10008.1.2.4.53'
    [CONQUESTSRV1] Testing transfer: '1.2.840.10008.1.2.1' against list #4 = '1.2.840.10008.1.2.4.55'
    [CONQUESTSRV1] Testing transfer: '1.2.840.10008.1.2.1' against list #5 = '1.2.840.10008.1.2.4.57'
    [CONQUESTSRV1] Testing transfer: '1.2.840.10008.1.2.1' against list #6 = '1.2.840.10008.1.2.4.70'
    [CONQUESTSRV1] Testing transfer: '1.2.840.10008.1.2' against list #0 = '1.2.840.10008.1.2'
    [CONQUESTSRV1]
    [CONQUESTSRV1] UPACS THREAD 0: STARTED AT: Wed Jan 19 16:06:31 2011
    [CONQUESTSRV1] A-ASSOCIATE-RQ Packet Dump
    [CONQUESTSRV1] Calling Application Title : "Voluson "
    [CONQUESTSRV1] Called Application Title : "VOLUSON "
    [CONQUESTSRV1] Application Context : "1.2.840.10008.3.1.1.1", PDU length: 28672
    [CONQUESTSRV1] Number of Proposed Presentation Contexts: 5
    [CONQUESTSRV1] Presentation Context 0 "1.2.840.10008.5.1.4.1.1.6.1" 1
    [CONQUESTSRV1] Presentation Context 1 "1.2.840.10008.5.1.4.1.1.3.1" 1
    [CONQUESTSRV1] Presentation Context 2 "1.2.840.10008.1.1" 1
    [CONQUESTSRV1] Presentation Context 3 "1.2.840.10008.5.1.4.1.1.6" 1
    [CONQUESTSRV1] Presentation Context 4 "1.2.840.10008.5.1.4.1.1.7" 1
    [CONQUESTSRV1] Server Command := 0001
    [CONQUESTSRV1] Message ID := 0000
    [CONQUESTSRV1] 0000,0002 28 UI AffectedSOPClassUID "1.2.840.10008.5.1.4.1.1.6.1"
    [CONQUESTSRV1] 0000,0100 2 US CommandField 1
    [CONQUESTSRV1] 0000,0110 2 US MessageID 0
    [CONQUESTSRV1] 0000,0700 2 US Priority 0
    [CONQUESTSRV1] 0000,0800 2 US DataSetType 0
    [CONQUESTSRV1] 0000,1000 50 UI AffectedSOPInstanceU "1.2.276.0.26.1.1.1.2.2011.50.55490.573239.12451840"
    [CONQUESTSRV1] Importconverter0.0 executes: save to Z:\IMG_ECO\P000041\TT000116\temp.dcm
    [CONQUESTSRV1] Importconverter1.0 executes: process with dgate.exe "--convert_to_jpg:Z:\IMG_ECO\P000041\TT000116\temp.dcm,1024,Z:\IMG_ECO\P000041\TT000116\2.jpg,//0" Z:\IMG_ECO\P000041\TT000116\printer_files\1.2.826.0.1.3680043.2.135.730956.43877812.6.1295449592.109.0.dcm
    [CONQUESTSRV1] Connected by address: 0100007f
    [CONQUESTSRV1] Testing transfer: '1.2.840.10008.1.2' against list #0 = '1.2.840.10008.1.2'
    [CONQUESTSRV1] 0000,0002 18 UI AffectedSOPClassUID "1.2.840.10008.1.1"
    [CONQUESTSRV1] 0000,0100 2 US CommandField 48
    [CONQUESTSRV1] 0000,0110 2 US MessageID 1
    [CONQUESTSRV1] 0000,0800 2 US DataSetType 257
    [CONQUESTSRV1] 9999,0300 42 UN "Server command sent using DGATE -- option"
    [CONQUESTSRV1] 9999,0400 94 UN "convert_to_jpg:Z:\\IMG_ECO\\P000041\\TT000116\\temp.dcm,1024,Z:\\IMG_ECO\\P000041\\TT000116\\2.jpg,//0"
    [CONQUESTSRV1] Server command sent using DGATE -- option


    NO JPG WAS CREATED!!!