Hello,
I've performed my first installation of dcm4chee-arc-light on a fresh Ubuntu Linux 18.04LTS system.
I've installed dcm4chee-arc-5.18.0-psql, following the installation instructions pretty carefully and have the system operating to the point where I can connect to the DCM4CHEE web interface fine (i.e.
http://new-pacs-server:8080/dcm4chee-arc/ui2) and set up AE titles and such.
One change I've made from "defaults" was to change the fs1 storage location to the URI file:///mounted-filesystem/subdirectory
I also renamed the built-in AE Title AS_RECEIVED to be my desired AE Title (PACS-WEST).
I'm able to ICMP-ping and DICOM-echo the new system from another local PACS server. But I am unable to send studies/images to the new server - I get A702 error messages from the new PACS server.
Using the dcmsnd utility from the dcm4che-2.0.23 package shows the issue pretty clearly. The new server is at IP address 192.168.1.148, below:
# ./dcmsnd PACS...@192.168.1.148:11112 ~user/E2F363CB/C68A3D9C/96FBA059
Scanning files to send
.
Scanned 1 files in 0.116s (=116ms/file)
17:08:50,492 INFO - Association(1) initiated Socket[addr=/192.168.1.148,port=11112,localport=36883]
17:08:50,494 INFO - PACS-WEST(1): A-ASSOCIATE-RQ PACS-WEST << DCMSND
17:08:50,500 INFO - PACS-WEST(1): A-ASSOCIATE-AC DCMSND >> PACS-WEST
Connected to PACS...@192.168.1.148:11112 in 0.03s
1.2.840.10008.5.1.4.1.1.4/MR Image Storage not supported by PACS-WEST
skip file /home/user/E2F363CB/C68A3D9C/96FBA059
Sent 0 objects (=0.0KB) in 0.01s (=0.0KB/s)
17:08:50,511 INFO - PACS-WEST(1) << A-RELEASE-RQ
17:08:50,511 INFO - PACS-WEST(1) >> A-RELEASE-RP
Released connection to PACS...@192.168.1.148:11112
17:08:50,512 INFO - PACS-WEST(1): close Socket[addr=/192.168.1.148,port=11112,localport=36883]
Can somebody provide some pointers to what I may have missed in the setup or how I can enable debugging on the new PACS server to determine why it won't accept images for storage?
-Mike Kephart