export rule not working

  • I have 1.4.13 installed with mysql as database and my dicom.ini looks like below.
    # 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 = CONQUESTSRV1
    TCPPort = 5678


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


    # Host, database, username and password for MySql database
    SQLHost = localhost
    SQLServer = conquest
    Username = root
    Password = conquest
    MySql = 1
    DoubleBackSlashToDB = 1


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


    # 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 = C:\conquest\dicomserver1413\data\
    NightlyCleanThreshhold = 0


    # Export
    ExportConverters = 1
    ExportConverter0 = between "00", "00"; forward to ITKPACS



    After the server receives the images it does not forward the images to ITKPACS and when I turned on the debug I get the following error in server status.



    8/7/2008 3:45:23 PM [CONQUESTSRV1] Server Command := 0001
    8/7/2008 3:45:23 PM [CONQUESTSRV1] Message ID := 0000
    8/7/2008 3:45:23 PM [CONQUESTSRV1] 0000,0002 28 UI AffectedSOPClassUID "1.2.840.10008.5.1.4.1.1.6.1"
    8/7/2008 3:45:23 PM [CONQUESTSRV1] 0000,0100 2 US CommandField 1
    8/7/2008 3:45:23 PM [CONQUESTSRV1] 0000,0110 2 US MessageID 0
    8/7/2008 3:45:23 PM [CONQUESTSRV1] 0000,0700 2 US Priority 2
    8/7/2008 3:45:23 PM [CONQUESTSRV1] 0000,0800 2 US DataSetType 0
    8/7/2008 3:45:23 PM [CONQUESTSRV1] 0000,1000 54 UI AffectedSOPInstanceU "1.2.124.113532.1.1.192.168.30.100.20080806153633.781.3"
    8/7/2008 3:45:23 PM [CONQUESTSRV1] Query Tables: DICOMImages
    8/7/2008 3:45:23 PM [CONQUESTSRV1] Columns : ObjectFile, DeviceName
    8/7/2008 3:45:23 PM [CONQUESTSRV1] Where : SOPInstanc = '1.2.124.113532.1.1.192.168.30.100.20080806153633.781.3' AND ImagePat = 'GB 01273'
    8/7/2008 3:45:23 PM [CONQUESTSRV1] Order : (null)
    8/7/2008 3:45:23 PM [CONQUESTSRV1] FreeStore Left 18353 on C:\
    8/7/2008 3:45:23 PM [CONQUESTSRV1] Add to Table: DICOMImages
    8/7/2008 3:45:23 PM [CONQUESTSRV1] Columns: SOPInstanc, SOPClassUI, ImageNumbe, ImageDate, ImageTime, SamplesPer, PhotoMetri, Rows, Colums, BitsStored, ImageType, ImagePat, SeriesInst, AccessTime, ObjectFile, DeviceName
    8/7/2008 3:45:23 PM [CONQUESTSRV1] Values: '1.2.124.113532.1.1.192.168.30.100.20080806153633.781.3', '1.2.840.10008.5.1.4.1.1.6.1', '38', '20080806', '153907', '1', 'MONOCHROME2', '480', '640', '8', 'Derived\\Secondary\\Compressed 6:1', 'GB 01273', '1.2.124.113532.1.1.192.168.30.100.20080806153147.593.2', 1218138304, 'GB_01273\\1.2.124.113532.1.1.192.168.30.100.20080806153147.593.2_0001_000038_12181383230025.dcm', 'MAG0'
    8/7/2008 3:45:23 PM [CONQUESTSRV1] Written file: C:\conquest\dicomserver1413\data\GB_01273\1.2.124.113532.1.1.192.168.30.100.20080806153147.593.2_0001_000038_12181383230025.dcm
    8/7/2008 3:45:23 PM [CONQUESTSRV1] Exportconverter0.0 executes: between "00", "00"
    8/7/2008 3:45:23 PM [CONQUESTSRV1] Exportconverter0.1 not executed because of previous statement
    8/7/2008 3:45:24 PM [CONQUESTSRV1] UPACS THREAD 0: ENDED AT: Thu Aug 07 15:45:24 2008
    8/7/2008 3:45:24 PM [CONQUESTSRV1] UPACS THREAD 0: TOTAL RUNNING TIME: 11 SECONDS.



    could you please tell me what is that I am doing wrong?
    Thank You

Participate now!

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