Define connections in connection manager and re-use them in ETL
It should be possible to re-use globally defined connections in Connection Manager also in ETL. e.g. OLAP, ODBC and add support new types in ETL:
- New connection types "JdbcGlobal" and "SapGlobal"
- Provide new API to test a connection. Probably ...
Improve the performance of Palo.SetData - Perhaps as Set.DataC or Set.DataV. Sending multiple data write requests in a single request is possible in the API so why not in Excel?
Whilst the Jedox add-in allows you to specify a proxy server to use, it does not allow you to specify the authentication details for the Proxy server and therefore attempts to log on to the Proxy anonymously.
Either:
a) allow a field for proxy s...
Most of the data we host is highly confidential and therefore we use the SSL settings to ensure the data is encrypted whilst going over the internet.
All of our clients use a proxy of one type or another and several of them have IT policies which...
A lot of our data processing requires us to do a step in ETL, then in SSIS and then in ETL because ETL can't do things like trigger stored procedures, etc.
It would make dataprocessing a lot smoother and easier to automate if ETL could trigger th...