Hi I want to connect to derby database that is running in a another machine. I am trying to connect using IJ tool Using command
"connect 'jdbc:derby://10.4.26.101:1527/aps';" However this fails with message: ERROR 08001: java.net.ConnectException : Error connecting to server 10.4.26.100 on port 1,527 with message Connection refused When on same machine I connect using localhost i.e. connect 'jdbc:derby://localhost:1527/aps'; It connects successfully. Appreciate if anyone can guide on same. Thanks, Anjana
