I get the error "Error: C-MOVE Response: Failed: Unable to Process" when i try to move patients from a remote application entity.Strangely the error appears after i had successfully moved a couple of patients a few minutes before!!!
I've sent the log file as an attachment to pacsone@pacsone.net
Error: C-MOVE Response: Failed: Unable to Process
PacsOne got a Windows TCP Error Code of 10057, which means the socket was not connected, so you need to check the destination AE at IP address 192.168.8.10 Port: 10003:
1. Make sure the receiving application has not crashed and can still accept incoming connections.
2. There is no firewall blocking that port number on that IP address.
1. Make sure the receiving application has not crashed and can still accept incoming connections.
2. There is no firewall blocking that port number on that IP address.
The error i was referring to is this:
RUNQUERY: SQL Bad Query: Can't connect to MySQL server on 'localhost' (10061)
For some reason PacsOne is unable to connect to MYSQL. What could be the probable reason(s) for this?
Sent the latest log file to pacsone@pacsone.net
I'm using Apache 2.0.54, mysql 4.1.14 & php 5.0.5
THANKS IN ADVANCE
RUNQUERY: SQL Bad Query: Can't connect to MySQL server on 'localhost' (10061)
For some reason PacsOne is unable to connect to MYSQL. What could be the probable reason(s) for this?
Sent the latest log file to pacsone@pacsone.net
I'm using Apache 2.0.54, mysql 4.1.14 & php 5.0.5
THANKS IN ADVANCE
In the error log you sent me, there is no such error. But the (10061) error code above suggests MySQL was not running at all on that server. You could get these errors when you are rebooting the server.j_n_c wrote:The error i was referring to is this:
RUNQUERY: SQL Bad Query: Can't connect to MySQL server on 'localhost' (10061)