From: | Thürmann, Andreas <Andreas(dot)Thuermann(at)schoenmackers(dot)de> |
---|---|
To: | "'pgsql-general(at)lists(dot)postgresql(dot)org'" <pgsql-general(at)lists(dot)postgresql(dot)org> |
Subject: | Connection between PostgreSQL and SAP HANA database |
Date: | 2024-09-09 07:53:37 |
Message-ID: | DEEF3EF111E75A4AA8B1205635F235DC0276A2418F@sud-exc22 |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Hello everyone,
I'm currently trying to establish a connection between PostgreSQL and a SAP HANA database. Unfortunately, so far without success.
SAP's own ODBC driver works correctly and I can query the HANA database using an ISQL command. However, I can't establish a connection from PostgreSQL.
I used the following commands to establish the connection:
CREATE SERVER hana_server
FOREIGN DATA WRAPPER odbc_fdw
OPTIONS (dsn 'SAP_ODBC_DNS');
CREATE FOREIGN TABLE hana_table (
matnr VARCHAR(40)
)
SERVER hana_server
OPTIONS (table 'SAPABAP1.MARA');
CREATE USER MAPPING FOR postgres
SERVER hana_server
OPTIONS (odbc_user 'secret_user', odbc_password 'secret_password');
Can anyone tell me where the error is?
Mit freundlichen Grüßen
i. A. Andreas Thürmann
Teamleitung IT-Applikationen & BI
IT-Applikationen & BI
Schönmackers Umweltdienste GmbH & Co. KG
Hooghe Weg 1
47906 Kempen Tel:
Fax:
E-Mail:
+49 (2152) 207 6765
andreas(dot)thuermann(at)schoenmackers(dot)de<mailto:andreas(dot)thuermann(at)schoenmackers(dot)de>
________________________________
Unsere aktuellen Datenschutzhinweise gemäß Artikel 13 DSGVO finden Sie hier: Kunden <https://www.schoenmackers.de/wp-content/uploads/2018/05/Datenschutzerklaerung-DSGVO_Kundeninfo.pdf> / Bewerber <https://jobs.schoenmackers.de/content/Datenschutzerklaerung/?locale=de_DE> .
[cid:sud_logo2.png]
Schönmackers Umweltdienste GmbH & Co. KG, Hooghe Weg 1, 47906 Kempen, Sitz: Kempen, Amtsgericht Krefeld, HRA 3763,
p.h.G.: Schönmackers Umweltdienste Verwaltung GmbH, Sitz: Kempen, Amtsgericht Krefeld, HRB 6153,
Geschäftsführer: Oliver Zimmermann
www.schoenmackers.de <http://www.schoenmackers.de/>
[cid:cshop.png]<https://www.schoenmackers.de/containershop/>
From | Date | Subject | |
---|---|---|---|
Next Message | Achilleas Mantzios - cloud | 2024-09-09 10:24:41 | Re: postgresql FDW vs dblink for DDL |
Previous Message | Dominique Devienne | 2024-09-09 07:25:43 | Re: Faster data load |