Hello Willie,
the jdbc connection to the hana system is usually based on the IndexServer port and should be something like 3<instance nr>15 .
Given your jdbc connection string, the 8022 is probably the port for the xs engine and you can reach the...
Hi Srini,
there are a couple of parameters that we can tweak to get the data into Hana as I've mentioned in this answer ( https://answers.sap.com/questions/128689/sap-hana-sdi-flowgraph-vs-insert-into-select.html ) .
In addition to the two things...
Hello Urmil,So what you want to do sounds for me more like a TableComparison Use-Case, where you want to compare the two tables and filter out the records present in the input and not in the compared table. Those records could then be inserted into a...
Hello Kevin,I don't know any specifics about SDA but as you've tagged it with SDI you might be interested in testing it out with the Adapter that is using the DPAgent to connect to MSSQL, where we have some more ways of configuring the access. (e.g. ...
Hello Liv,Can you please check the DPAgent Log (located in the dpagent logs/framework.trc) file. This might contain more information on what is going on here. I've seen cases where a "Request timed out" was related to missing privileges, which should...