Hi John,
For the "ERROR: relation "dbo.pbcattbl" does not exist;" issue:
I only reproduced the issue when the "Extended Attributes" checkbox is checked and the PB extended attribute system tables doesn’t exist in the database.
Please make sure you didn’t checked the "Extended Attributes" checkbox of pipeline.
https://docs.appeon.com/appeon_online_help/pb2019r2/pbug/ch17s01.html#d0e30672
You can solve the issue by creating the PB extended attribute system tables. Please connect to your database in PB and modify or create any tables to create them. please refer to the article below for more details about the PB extended attribute system tables.
https://docs.appeon.com/appeon_online_help/pb2019r2/pbug/ch16s05.html#d0e28846
For the "Parameters exists but IPD isn't set. Please call SQLDescribeParam()" issue:
What's the detailed ODBC driver version you are using? It might be a ODBC driver bug. Please try using a new version, and please refer to the article below for details.
https://www.postgresql.org/message-id/9bdc5ee1-caea-a728-b368-a3339d99aa13%40dream.email.ne.jp
If there is still the issue, please provide us a simple PB case and detailed steps to reproduce the issue for more study, thanks.
Regards,
ZhaoKai
What's the detailed error you get? Your issue might be caused by the default size limit(255) of the varchar type in ODBC data source. Please go to ODBC Data Source Administaror > %your data source%, then click the Datasource button on the bottom left corner and change Max Varchar to 2000 or 4000 to see if it helps.
Please refer to the article below for more details about psqlODBC Configuration Options.
https://www.postgresql.org/message-id/attachment/15329/config.html
If there is still any issue, please report it via our standard support ticketing system to ensure it is being properly received and tracked by our tech support:
https://www.appeon.com/standardsupport/. Many thanks in advance.
BTW, to make PB work well with PostGreSQL, it is planned to support .NET 6 data providers for PostgreSQL database connection in PB 2025.
Regards,Kai