Connectivity issues of Pacsone with KPACS

Known bugs reported by PacsOne users
Post Reply
nikhil86
Posts:6
Joined:Fri Jan 09, 2009 5:23 am
Connectivity issues of Pacsone with KPACS

Post by nikhil86 » Fri Jan 09, 2009 6:23 am

I have installed the free(trial version)Pacsone server.The following are some problems which I am facing:
1. After installing KPACS (as modality software) on another system, and properly configuring it as an AE on Pacsone, I am unale to Echo it.
Log status:

Fri Jan 09 11:22:50 2009 INFO - C-FIND session: started for SCP: 192.168.0.11 Port: 104
Fri Jan 09 11:22:50 2009 INFO - Sending A-ASSOCIATE-RQ PDU
Fri Jan 09 11:22:50 2009 ERROR - Session: SEND error: [10057]
Fri Jan 09 11:22:50 2009 INFO - Session: disconnected for client: 192.168.0.11

Is there a problem with LAN settings?

2. Is there any other better software which I can use as a client(modality)-side solution, instead of KPACS?

pacsone
Site Admin
Posts:3149
Joined:Tue Sep 30, 2003 2:47 am

Post by pacsone » Fri Jan 09, 2009 9:55 am

1. Check and make sure there is no firewall blocking port 104 at IP address 192.168.0.11 from the host where PacsOne is installed. In fact, you can run the Telnet command from a local shell on the host where PacsOne is installed, to check if there is connectivity to port 104 at that IP address:

Code: Select all

C:\>telnet 192.168.0.11 104
If the Telnet command cannot connect to port 104 on that IP address, then either there is no application accepting connection to that port on that IP address, or there is a firewall (internal or external) blocking inbound packets to that port on that IP address.

2. You can check out some of the free/open-source Dicom applications here:

http://www.sph.sc.edu/comd/rorden/dicom.html

nikhil86
Posts:6
Joined:Fri Jan 09, 2009 5:23 am

Post by nikhil86 » Fri Jan 09, 2009 4:15 pm

Thanks a lot!!
It was the firewall problem which was creating troubles.
To be frank, I was able to detect and correct it before you helped
:wink:
THANKS FOR YOUR REPLY

nikhil86
Posts:6
Joined:Fri Jan 09, 2009 5:23 am

Post by nikhil86 » Mon Jan 12, 2009 5:58 am

Two more queries sir:
1. I have configured IQVIEW Server as one of the DICOM AE in Pacsone. Bi-directional ECHO is also feasible. I am able to search Pacsone for worklist and create and send DICOM images to it through IQVIEW. BUT when I click on the Query/Retrieve link or the Get Worklist link I get the following error message:

Notice: Undefined offset: 0 in C:\Program Files\PacsOne\php\dicom.php on line 656

find() failed: error = Association request rejected, reason = 0

Help me out please.
Also can you briefly tell for what purpose is Get Worklist option used? Is it used to query the CPRS for a new worklist

pacsone
Site Admin
Posts:3149
Joined:Tue Sep 30, 2003 2:47 am

Post by pacsone » Mon Jan 12, 2009 6:10 am

The error message means the remote AE has rejected the Dicom Query/Retrieve command sent from PacsOne Server, so you need to make sure that the remote AE actually supports the Dicom Query/Retrieve SOP classes (C-FIND and C-MOVE commands). You can usually find this information from the Dicom Conformance Statement of the remote AE.

Post Reply