Hi,
I am receiving below error while trying to connect to PostgreSQL using OLEDB business object:
Internal : Could not execute code stage because exception thrown by code stage: could not connect to server: Connection refused (0x0000274D/10061)
Is the server running on host "" and accepting
TCP/IP connections on port 5432?
Connection String Provided:
"provider=PostgreSQL;dsn=PostgreSQL35WS;host=xxx;port=xxx;database=xxx;
UID=xxx;PWD=xxx"
Connection to DB successful from System DSN.
Regards,
Savitha