I have been trying to schedule a job using pgAgent. But, I am getting the below error:
"Couldn't get a connection to the database"
Following are the configurations:
pgAgent Configuration:
Scheduled Job Configuration:
Please help to get it resolved.
I have resolved the issue. I did make the credential entry "localhost:5432:testing:postgres:[Enter password]" in file "pgpass.conf" which exist at location "C:\Users\sys*[service username]*\AppData\Roaming\postgresql". Now it is working perfectly.