Hi,
I have an issue regarding database status.
How can i figure out whether my database is down or not. Database server is another remote machine. Through Progress 4GL statement, how could i do this or isthere any command of "PROENV" through which i can found the status of DB?
Thanks,
Ramesh
If your remote site databases are started using AdminServer,
you cas use dbman tool to start/query/stop databases.
Else, if your don't use AdminServer but your database is started
using TCP/IP you can use a os-command network tool to query if the tcp port is alive:
$: nmap --host_timeout 3000 --max_rtt_timeout 500 --min_rtt_timeout 50
-p yourHostNameOrIP
Lookup PROUTIL db-name -C busy