Page 1 of 1

Navigation + Image Send NOT WORKING

Posted: Wed Sep 23, 2009 3:10 pm
by lobertuk
PacsOne Premium trial.

NAVIGATION PROBLEMS

1. I am able to login or log out to/from http://localhost/pacsone/home.php as root with password.

2. From the first page, though, I am not able to navigate to the CONFIGURATION (blank page with the address http://localhost/pacsone/config.php) and Dicom AE (blank page with address http://localhost/pacsone/applentity.php). The Apache error log shows the following errors:

[Wed Sep 23 10:51:49 2009] [notice] Parent: child process exited with status 3221225477 -- Restarting.
[Wed Sep 23 10:51:49 2009] [notice] Apache/2.2.13 (Win32) PHP/5.2.10 configured -- resuming normal operations
[Wed Sep 23 10:51:49 2009] [notice] Server built: Aug 6 2009 15:50:50
[Wed Sep 23 10:51:49 2009] [notice] Parent: Created child process 3804
[Wed Sep 23 10:51:49 2009] [notice] Child 3804: Child process is running
[Wed Sep 23 10:51:49 2009] [notice] Child 3804: Acquired the start mutex.
[Wed Sep 23 10:51:49 2009] [notice] Child 3804: Starting 64 worker threads.
[Wed Sep 23 10:51:49 2009] [notice] Child 3804: Starting thread to listen on port 80.
[Wed Sep 23 10:51:50 2009] [notice] Parent: child process exited with status 3221225477 -- Restarting.

DICOM IMAGES SEND PROBLEM

An Ultrasound machile cannot communicate with PacsOne. While trying to send images, a "Communication Error Occured" appears. I am assuming some configuration is required for both, the PacsOne and US machine. The configuration page is not accessible aftr login (see above). I have the following configuration on US machine:

Color - RGB
B/W - Monochrome2
Remote1 - sound (which is database name)
Station Name - Tos-Port (which is PC where the PacsOne is installed)
IP Address - 192.168.1.52:7575 (IP of the PC where the PacsOne is installed)
Router - 192.168.1.1
Subnet Mask - 255.255.255.0
Time Out - 30

Also, I am not able to do Remote Ping or C-ECHO to the address 192.168.1.52:7575 from the US machine (to PC where the PacsOne is installed).

Posted: Wed Sep 23, 2009 8:35 pm
by pacsone
1. Try copying the libmysql.dll from the directory where PHP is installed into the Windows system folder, e.g., "C:\Windows\system32\", then re-start Apache and access the Configuration page again to see if you still get the same error.

2. Yes, you need to add the AE Title of this US modality in the Application Entity page of PacsOne Server, before PacsOne can accept Dicom pings (C-ECHO) or images (C-STORE) from this modality.

Posted: Thu Sep 24, 2009 6:10 pm
by lobertuk
Placing the .dll into \windows\System32\ worked. Will check the communication.