Detailed explanation of the problem:
Hi, i’m trying to create an OData services attached to a postgreSQL.
I configured my connection like this and the connection is enabled :
I created my odataServices successfully :

But an error ocurred :
It looks like the request isn’t well formed postgre need double quotes like this :
select hi.“ID_INTERACTION” from “SCH_HIST_INT”.“HIST_INTERACTIONS” hi order by 1 offset 0 fetch next 10 rows only
rather than :
select ID_INTERACTION from SCH_HIST_INT.HIST_INTERACTIONS hi order by 1 offset 0 fetch next 10 rows only
I found this information
webMethods Adapter for JDBC Documentation (softwareag.com)
And try the parameter at true and false with no change.
Do you have any idea what i am missing?
Product/components used and version/fix level:
IS 10.11
DBB : POSTGRE 9.4
Driver : postgresql-42.7.1.jar
#webMethods#PostgreSQL#Integration-Server-and-ESB#ODATA