dgate -v command line problem

  • 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

Participate now!

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