I got error when I try export data from MS SQL server to PostgreSQL 8.1 but MS SQL("192.192.0.x") and PostgreSQL("192.192.0.y") install difference server.
Error Source : Microsoft OLE DB Provider for ODBC Drivers
Error Description: Fatal: no pg_hba.conf entry for host "192.192.0.x", user "timesheet", database "timesheet", SSL off
I think error come from ODBC connect to PostgresQL
Pleas advise
Phinhathai