BDE under 64 bit OS (Win Serv 2008) not running

  • after changing hardware and OS to 64 bit, BDE can´t be installed under Win Serv 2008. Problem or not?


    Now Conquest will not connect to Mysql. I´m not shure about the reason, because we didn´t change settings. You have an idea?


    Thank You!


    Rainer

  • Hi,


    BDE is optional, so that is no issue. If you have dgate64.exe, you also need a 64 bit mysql client DLL. To test you could rename dgate64.exe so that conquest runs as 32 bits. Which version are you using?


    Marcel

  • Hi Marcel,


    after some days struggle it seems we did a mistake installing conquestdicomserver. May be, we choose "odbc ..." instead of "native Mysql ...". After reset and a complete new setup of conquest and Mysql everything is running perfectly.


    There is only one "little" problem forwarding "patient to ..." as we used before (we copied a part of the old dicom.ini to the new one). Simply forwarding a study works, patient not. Perhaps we made another mistake. I´m sure.


    Greetings


    Rainer



    # Configure database
    TruncateFieldNames = 10
    MaxFieldLength = 254
    MaxFileNameLength = 255
    FixPhilips = 0
    FixKodak = 0
    KeepAlive = 0
    LargeFileSizeKB = 4096
    PrintSquareLandscape = 0
    UseKpacsDecompression = 1
    ZipTime = 05:
    UIDPrefix = 1.2.826.0.1.3680043.2.135.734220.75023147
    EnableReadAheadThread = 1
    PatientQuerySortOrder =
    StudyQuerySortOrder =
    SeriesQuerySortOrder =
    ImageQuerySortOrder =
    EnableComputedFields = 0
    IndexDBF = 1
    PackDBF = 0
    LongQueryDBF = 1000
    TCPIPTimeOut = 300
    FailHoldOff = 60
    RetryDelay = 100
    RetryForwardFailed = 1
    ImportExportDragAndDrop = 1
    QueueSize = 128
    WorkListMode = 0
    WorkListReturnsISO_IR_100 = 1
    DebugLevel = 0
    Prefetcher = 0
    LRUSort =
    AllowTruncate =
    DecompressNon16BitsJpeg = 1
    UseBuiltInJPEG = 1
    LossyQuality = 95
    IgnoreOutOfMemoryErrors = 1
    PadAEWithZeros = 0
    FileNameSyntax = 3


    # Configuration of compression for incoming images and archival
    DroppedFileCompression = n4
    IncomingCompression = n4
    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 = ESEL4
    OperatorConsole = 127.0.0.1


    # Configure email of error messages
    MailHost =
    MailPort = smtp
    MailSignon =
    MailFromName =
    MailRcptName1 =
    MailCollectTime = 1
    MailWaitTime = 10


    # Configuration of disk(s) to store images
    MAGDeviceThreshhold = 0
    IgnoreMAGDeviceThreshold = 0
    MAGDevices = 1
    MAGDevice0 = E:\dicom\
    NightlyCleanThreshhold = 0


    # Configuration of forwarding and/or converter programs to export DICOM slices
    ForwardAssociationLevel = IMAGE
    ForwardAssociationCloseDelay = 5
    ForwardAssociationRefreshDelay = 3600
    ForwardAssociationRelease = 1


    ExportConverters = 4
    ExportConverter0 = ifequal "%f","Calibration", "Novation1", "Novation2", "Novation3", "NOVA3000", "MNovation3; nop; forward patient to MAMREP2
    ExportConverter1 = ifequal "%f","Calibration", "Novation1", "Novation2", "Novation3", "NOVA3000", "MNovation3; nop; forward patient to MAMREP3
    ExportConverter2 = ifequal "%u","ESEL1"; stop; between "8", "24"; defer; forward compressed as n4 to ESEL1
    ExportModality3 = MG
    ExportConverter3 = forward to jivex


    ForwardCollectDelay = 600
    MaximumExportRetries = 0
    MaximumDelayedFetchForwardRetries = 0

  • Hi,


    Can you please show me again what is in ExportConverter0? The listing look strange:


    ExportConverter0 = ifequal "%f","Calibration", "Novation1", "Novation2", "Novation3", "NOVA3000", "MNovation3; nop; forward patient to MAMREP2


    What version are you installing? Maybe "forward patient" is broken.


    Marcel

  • Hi Marcel,


    older studies are needed for reporting. But there are things done every day like Calibration. We don´t want to collect them all each day and send them to our workstations. By this listing we told the converter when there is nothing to do. For all other cases patient data are to be send to the AET.


    We´re using last version 1.4.16b on a 64bit system. The same version is running on another 32bit - server (with the same long string) and forwarding patients fine.


    For testing I reduced the string to " forward patient to ..." . It works. But without selection, of course.


    Rainer

  • Hi,


    try this:


    Code
    ExportConverter0 = ifequal "%p","Calibration"; stop; ifequal "%p","Novation1"; stop; ifequal "%p","Novation2"; stop; ifequal "%p","Novation3"; stop; ifequal ifequal "%p","NOVA3000"; stop; ifequal "%p", "MNovation3; stop; forward patient to MAMREP2


    This assumes it is the patient ID that contains the relevant code (it could not have been %f = filename).
    Marcel

Participate now!

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