Connecting Powerbuilder / EAserver to PostgreSQL server 11 via ODBC or JDBC

From: Matthias Apitz <guru(at)unixarea(dot)de>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Connecting Powerbuilder / EAserver to PostgreSQL server 11 via ODBC or JDBC
Date: 2020-06-26 13:31:35
Message-ID: 20200626133135.GA9806@sh4-5.1blu.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


Hello,

After the very successful migration of our Library Management System
(which uses ESQL/C, DBI, JDBC) together with PostgreSQL 11.4, we want to do the
same with another LMS written in Powerbuild, running in an EAServer and
currently using Sybase ASE as DBS.

There is an error situation already on the connection phase, the ODBC
debug logs show that the connection establishment and authentication to
the PostgreSQL server is fine (also the disconnect), but the EAServer
makes an error out of this and returns to the Powerbuilder software that
the connection is invalid,
raising some error 999 without saying much in the log files what this
could mean or is caused from.

I know this is difficult to analyze with all this proprietary software
stack, but my first question here is: anybody out here who could manage
such an architecture successful working?

And please do not send hints of the type, rewrite everything in Java or
Visual Basic, as this is not an option :-)

Thanks

matthias
--
Matthias Apitz, ✉ guru(at)unixarea(dot)de, http://www.unixarea.de/ +49-176-38902045
Public GnuPG key: http://www.unixarea.de/key.pub

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Igor Korot 2020-06-26 13:42:06 Re: Connecting Powerbuilder / EAserver to PostgreSQL server 11 via ODBC or JDBC
Previous Message Jim Hurne 2020-06-26 13:27:41 RE: autovacuum failing on pg_largeobject and disk usage of the pg_largeobject growing unchecked