i am attempting to publish Dicom file to a remote PACS using the ClearCanvas dlls. I can use the ClearCanvas libraries to open the DICOM files, update tags in the file and save the file. When I try and publish the files (ClearCanvas.ImageViewer.Services.DicomFilePublisher.PublishRemote) to the remote PACS I get the following error:
I've replaced the IP with xx. and the AE information with AE_Name
2012-02-02 18:11:38,141 [Send to xx.xx.xx.xxx/AE_NAME:7400] INFO - Preparing to connect to AE AE_NAME on host xx.xx.xx.xxx on port 7400 and sending 105 images.
2012-02-02 18:11:42,344 [11] INFO - Large object collection summary: freed 0 MB in 0 seconds and 0 iterations, Total Containers: 0, Total Large Objects: 0
2012-02-02 18:11:48,141 [Send to xx.xx.xx.xxx/AE_NAME:7400] ERROR - Exception thrown
Exception attempting connection to RemoteHost AE_NAME (xx.xx.xx.xxx:7400)
ClearCanvas.Dicom.Network.DicomNetworkException: Timeout while attempting to connect to remote server xx.xx.xx.xxx:7400
at ClearCanvas.Dicom.Network.DicomClient.Connect(IPEndPoint ep)
at ClearCanvas.Dicom.Network.DicomClient.Connect()
at ClearCanvas.Dicom.Network.Scu.ScuBase.Connect()
2012-02-02 18:11:48,141 [Send to xx.xx.xx.x/AE_Name:7400] ERROR - Error encountered while sending file C:\Users\admin\AppData\Local\Temp\2\ClearCanvas\Publishing\AE_Name.longfilename.dcm (AE_Name: The association was aborted.).
I have the ClearCanvas workstation installed on the computer and I can upload and download files from within the workstation application. Is there anyway to determine if this a timeout issue, or another more specific connection issue? If it is a timeout, is there a way to increase the timeout setting?
Thanks for help/suggestions. If anything isn't clear please let me know.