change to new storage device

  • Hi, I need your help.
    I'm just newbie in using Conquest Dicom Server,
    And for now, i have a problem with my storage, i think the partition get something wrong.
    i just use 250GB harddrive with 2 partition. The first partition (C) is use for Windows system and it works normall.
    The second partition (D) use for storage dicom image.
    But now, i will add new 500GB harddrive, and make it for default storage for dicom images.
    Can you help me to configure it, so all dicom images will be store in new harddrive.
    Below it my dicom.ini config :


    # 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 = DSERVER2
    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 = 1234
    MySql = 1
    DoubleBackSlashToDB = 1


    # 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.733237.44361359
    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 = 3


    # 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 = DSERVER2
    OperatorConsole = 127.0.0.1


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



    Thank you for your help.

  • Hi,


    the only line that needs to change is:


    MAGDevice0 = E:\dicom_server_2\dserver2\data\


    You copy this data folder to somewhere on the new drive and change this line in dicom.ini to the new location, e.g.,


    MAGDevice0 = F:\dicom_server_2\dserver2\data\


    Marcel

  • thank u.
    one question again, please let me know how to upgrading Conquest to new version?
    is it just replace the old file with the new one? and which file should i backup before upgrading?? like dicom.ini or .....
    please give me the instruction.
    thank you.

Participate now!

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