Posts by Tetraib

    Thanks!


    any feedback on the web installer is welcome as well.


    Marcel

    What was your working environment when you test the webinstaller ? I will try to reproduce or find the differences with my installation.

    I guess need to implement an out of the box way to authenticate the webpage. I'm not too encline to leave it open on the network. The go to way for now would be to add simple password from apache ?

    I think i will give up the webinstaller for now, I need things to be done and the standard install works smoothly anyway.


    Here is a step by step install that works for me :

    Install for Ubuntu 16.04 server | Conquest 1419b | Postgresql

    Install the dependencies

    apt-get update

    apt-get install build-essential g++ apache2 libpq-dev postgresql unzip -y

    Enable cgi on apache

    a2enmod cgi

    service apache2 restart

    Setup postgresql for conquest

    su - postgres

    psql

    \password

    postgres (type the password twice)

    \q

    createdb conquest

    exit

    Download and unzip conquest

    wget http://ingenium.home.xs4all.nl…rver/dicomserver1419b.zip

    unzip dicomserver1419b.zip

    rm dicomserver1419b.zip

    Fix the “min” bug

    wget http://85.214.110.44/forum/ind…?attachment/78-qrsop-zip/ -O qrsop.zip

    unzip qrsop.zip

    rm qrsop.zip

    mv qrsop.cxx ./distribution/src/dgate/dicomlib/qrsop.cxx

    Build conquest

    cd distribution

    chmod 777 maklinux

    ./maklinux


    (Choose 2 for postgres)

    Generate database

    ./dgate -v -r

    Test conquest

    ./dgate -v

    Install as daemon

    cd /etc/systemd/system

    nano conquest.service


    (In ExecStart= change conquest directory to suit your installation)


    Enable daemon

    systemctl start conquest.service

    systemctl enable conquest.service


    systemctl status conquest.service

    Extra

    If you need to change conquest AE Title or port :

    You need to update the dicom.ini and arcnema.map files accordingly in the distribution folder of conquest and in the cgi folder located in /usr/lib/cgi-bin/newweb/

    to be able to still use the conquest webpage.

    Just wondering if someone succeed to install with the web installer on linux ?

    So far on a fresh unbuntu 16.04 server (on a proxmox container) :


    When I reach the webpage I can compile everything except dgate. It seems to fail silently.

    Not that if I use maklinux instead it success.

    Any idea ?

    Sorry for the delay, I was on vacation and missed the notification,
    The os is windows server 2008 R2.
    ConQuest DICOM server version 1.4.19. Date of this release: 20170208.
    I believe the one who cancel the request is the receiver.

    Hi,
    We just connected a carestream streaming server to our conquest PACS : it basicly querys conquest to retrieve the dicom as needed.


    We face strange behavior/bug when a c-move operation is cancelled in the middle of file forwarding.
    As soon as the operation is canceled, conquest service just stops. Everytime it is canceled. Otherwise it is working perfectly.
    I updated from conquest 1417 to 1419 without improvement.


    Here I join the log of the begining end the ending of the c-move :


    Any ideas are welcomed ?


    PS : I would like to use this first post to also thanks all the conquest team and community for the great work. Using conquest for many years now and can't count all the helps conquest brought to our clinics and by extension their patients.


    Sincerely
    Thibaut