addimagefile -FAILED: Error on Load

  • Hello,


    I am setting up a new Conquest server on Ubuntu 10.04. I was able to load the sample data (and delete the sample patient/images) but I am having trouble bringing in a new file. I downloaded these images for my testing purposes:


    http://www.mathworks.com/matlabcentral/fileexchange/2762


    I saved the files to my Desktop and when I run this:


    Code
    ./dgate --addimagefile:~/Desktop/DICOM/digest_article/brain_001.dcm


    I get the following error:


    Code
    Server command sent using DGATE -- option
    ***[AddImageFile] ~/Desktop/DICOM/digest_article/brain_001.dcm -FAILED: Error on Load


    Any advice on how to proceed?


    Thanks!

  • Here you see the version:



    [SGALINGALE] Monitoring for files in: E:\virtualserver\data\incoming\
    [SGALINGALE] DGATE (1.4.16k, build Thu Aug 23 12:26:47 2012, bits 64) is running as threaded server
    [SGALINGALE] Database type: built-in SQLite driver
    [SGALINGALE] User interface test: local server is running!


    And here what happens to load:
    SGALINGALE] Added file: E:\virtualserver\data\123565\0.0.0.0.3.8811.2.20010413115754.12432_0002_000010_13457195280000.dcm
    [SGALINGALE] Added file: E:\virtualserver\data\123565\0.0.0.0.3.8811.2.20010413115754.12432_0002_000011_13457195280001.dcm
    [SGALINGALE] Added file: E:\virtualserver\data\123565\0.0.0.0.3.8811.2.20010413115754.12432_0002_000012_13457195280002.dcm
    [SGALINGALE] Added file: E:\virtualserver\data\123565\0.0.0.0.3.8811.2.20010413115754.12432_0002_000013_13457195280003.dcm
    [SGALINGALE] Added file: E:\virtualserver\data\123565\0.0.0.0.3.8811.2.20010413115754.12432_0002_000014_13457195280004.dcm
    [SGALINGALE] Added file: E:\virtualserver\data\123565\0.0.0.0.3.8811.2.20010413115754.12432_0002_000015_13457195280005.dcm
    [SGALINGALE] Added file: E:\virtualserver\data\123565\0.0.0.0.3.8811.2.20010413115754.12432_0002_000016_13457195280006.dcm
    [SGALINGALE] Added file: E:\virtualserver\data\123565\0.0.0.0.3.8811.2.20010413115754.12432_0002_000017_13457195280007.dcm
    [SGALINGALE] Added file: E:\virtualserver\data\123565\0.0.0.0.3.8811.2.20010413115754.12432_0002_000018_13457195280008.dcm
    [SGALINGALE] Added file: E:\virtualserver\data\123565\0.0.0.0.3.8811.2.20010413115754.12432_0002_000019_13457195280009.dcm
    [SGALINGALE] Added file: E:\virtualserver\data\123565\0.0.0.0.3.8811.2.20010413115754.12432_0002_000020_1345719528000a.dcm
    [SGALINGALE] Added file: E:\virtualserver\data\123565\0.0.0.0.3.8811.2.20010413115754.12432_0002_000001_13457168470000.dcm
    [SGALINGALE] Added file: E:\virtualserver\data\123565\0.0.0.0.3.8811.2.20010413115754.12432_0002_000002_13457169570001.dcm
    [SGALINGALE] Added file: E:\virtualserver\data\123565\0.0.0.0.3.8811.2.20010413115754.12432_0002_000003_1345719528000b.dcm
    [SGALINGALE] Added file: E:\virtualserver\data\123565\0.0.0.0.3.8811.2.20010413115754.12432_0002_000004_1345719528000c.dcm
    [SGALINGALE] Added file: E:\virtualserver\data\123565\0.0.0.0.3.8811.2.20010413115754.12432_0002_000005_1345719528000d.dcm
    [SGALINGALE] Added file: E:\virtualserver\data\123565\0.0.0.0.3.8811.2.20010413115754.12432_0002_000006_1345719528000e.dcm
    [SGALINGALE] Added file: E:\virtualserver\data\123565\0.0.0.0.3.8811.2.20010413115754.12432_0002_000007_1345719528000f.dcm
    [SGALINGALE] Added file: E:\virtualserver\data\123565\0.0.0.0.3.8811.2.20010413115754.12432_0002_000008_13457195280010.dcm
    [SGALINGALE] Added file: E:\virtualserver\data\123565\0.0.0.0.3.8811.2.20010413115754.12432_0002_000009_13457195280011.dcm


    So it just works for me.


    Note: addimagefile is executed by the server, so the path has to be correct as seen from the server. Use dgate --addlocalfile:filename to enter files as seen form your current path.


    Marcel

  • Good morning. Thanks for the reply.


    I added

    Code
    NoDicomCheck = 1

    but am still having the same problem when I run addimagefile.


    When I run addlocalfile, I just get:


    Code
    Server command sent using DGATE -- option


    But nothing gets added to the DB tables (as view from phpmyadmin).


    These were the instructions I used to setup the server:


    http://blog.kyodium.net/2010/1…quest-on-ubuntu-1004.html


    Any additional configuration changes to make?


    And like I said, I was able to view the sample images and delete them using:

    Code
    --deletepatient:patientid


    Thanks for your help!!

  • Oh wait. Could the problem be that I'm running a beta version?


  • Hi,


    is the server running 1) in the same account as the one running dgate --? And 2) are you in the same folder?


    1) ~ may refer to another folder; try using an avolute path
    2) if there is no dicom.ini, the server command may not get through (it requires a port amd ip adress).
    3) addlocalfile is newer than your version. I think


    Marcel

Participate now!

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