Context:
We have an Enterprise Location defined in Infor OS Portal with a JDBC connection to an on-prem SQL Server datamart (DWD_Datamarts), currently used successfully inside AnySQL Modeler to build models (e.g. select * from Dim_Vendedores) that preview correctly against live data.
What we're trying to do:
We'd like to query this connection's tables on-demand from an external client/application (via a REST call), without replicating the data into Infor Data Fabric's Data Lake. Our data changes frequently and we don't want a batch-loaded copy — we need live, pass-through access, ideally still routed through Infor OS (API Gateway / ION) rather than connecting straight to the SQL Server box.
What we've already checked:
- API Gateway → API disponible: none of the existing app sets/proxy endpoints (M3, ION, BIRST, etc.) expose this connection. Calling arbitrary paths against the ION API Server returns
"No such proxy endpoint". - AnySQL Modeler → "Generar Metadatos" / "Generate Metadata": this only creates a Data Catalog object in Data Fabric that then needs to be populated/loaded (i.e., replication) — it does not expose a live queryable endpoint.
Question:
Is there any supported way in Infor OS/CloudSuite to expose an Enterprise Location JDBC connection (the kind used by AnySQL Modeler) as a live, queryable REST endpoint through API Gateway or ION — without going through Data Lake replication? Or is Data Lake replication the only sanctioned path for this kind of connection?
Any pointers to documentation, a different Infor OS module we haven't checked, or confirmation that this simply isn't supported, would be hugely appreciated.