Dann is ja gut. Macht ja nix, dass ich bei mir und in der Cloud MongoDB installiert habe und in etwa weiss, worauf es ankommt (MongoDB Zertifikate inbegriffen). Hast Du mit ArdGate einen MongoDB Zugriff mal getestet, am besten auf einen Array?

Ansonsten gäbe es noch das:
MongoDB drivers communicate directly with a deployment using the MongoDB Wire Protocol . This is a socket-based, request-response style TCP/IP protocol using MongoDB-specific Database Commands . Driver API and behaviour is based on a set of standard MongoDB Specifications documented on GitHub.

JDBC is a higher-level API that was originally designed for tabular databases using SQL. In theory JDBC is database agnostic, with JDBC drivers providing translation between the JDBC API and the destination database protocol. Some of the API assumptions aren’t a great match for MongoDB, but there are several third party JDBC drivers available that try to bridge the gaps.

If you’re just getting started with MongoDB, I recommend using the official MongoDB Java Driver directly rather than adding abstraction layers and overhead.
Das wollte ich noch los werden. Ansonsten ich ArdGate eine tolle Lösung finde.
Abgesehen davon bringe ich an MongoDB Events den Zugriff via IBM i immer wieder auf's Tapet ohne bis jetzt eine befriedigende Antwort erhalten zu haben.

Vielleicht hilft ja Merlin in Zukunft.