Skip to Main Content
Jedox Ideas

Let us know how we can make Jedox even better!

ADD A NEW IDEA

Integrator

Showing 27

debug mode for macros and script code in ETL

when writing macros or script code in ETL it is often difficult to find out what went wrong and when it went wrong. The only way at the moment is to scan the log files for error messages. For development it would be helpfull to have a debug mode ...
almost 5 years ago in Jedox Platform / Integrator 0 Not Planned

SQL-Generator for ETL Relational Extract

SQL Query Designer with UI that generates SQL from clicks, e.g. Query Builder as in MS Access + Editor with Syntax highlighting for SQL. #6396
almost 5 years ago in Jedox Platform / Integrator 1 Not Planned

Tomcat multicore support

As I have been informed by Jedox Dev team, the ETL-Server (Tomcat Service) is running one job per CPU core. This behaviour is mainly slowing down our ETL projects since a huge amount of data has to be proceeded. The number of cores that should be ...
almost 5 years ago in Jedox Platform / Integrator 2 Not Planned

CLOUD | Allow Integrator to access log files

Dear Jedox, The log files have useable server statistics. i.e. user login, users opening reports, ect. please allow the jedox cloud integrator to access the Core.log.
about 3 years ago in Jedox Platform / Integrator 0 Not Planned

Rollback functionality for Jedox ETL

When loading data into relational database, the Jedox ETL commit the data every 1000 records by default, and it's not possible to change the commit size to "unlimited". Therefore, if the data loading was failed at the middle of the execution, the...
almost 5 years ago in Jedox Platform / Integrator 0 Not Planned

Sending the mail with Cc and Bcc with Jedox ETL Scheduler

Hello, there is a customer requirement to receive all the escalation emails as "CC" recipients through our ETL Scheduled Job but unfortunately, due to the short coming, I am currently adding the CC emails to my TO email list through mailer.addReci...
over 2 years ago in Jedox Platform / Integrator 0 Not Planned

Full Groovy support missing in Jedox 7

Jedox is using a customized Groovy implementation. This does not contain all functionality of groovy!!!!!! The documentation https://knowledgebase.jedox.com/knowledgebase/job-groovy/ does not state a hint that not all native groovy function...
almost 5 years ago in Jedox Platform / Integrator 1 Not Planned

Number of rows from an ETL component

this would be greatly useful to have a method to get the number of rows returned by an ETL component, such as: mySource=API.initSource("myExtract"); mySource.getRowCount();
almost 5 years ago in Jedox Platform / Integrator 0 Not Planned

Set target fields in a cube extract

This would be helpful to enable setting the target fields in a cube extract. When copying a slice to another one, I use a cube extract, then a fieldtransform where I put a constant. We could cut the FieldTransform if the target structure could be ...
almost 2 years ago in Jedox Platform / Integrator 1 Not Planned

row count of a component in scripting

using the following: source = API.initSource('myextract'); count = 0; while (source.nextRow()) { count++; } this would be great to have a method to get the rowcount directly, e.g.: count = source.rowCount(); if I want toto iterate over the source ...
over 2 years ago in Jedox Platform / Integrator 1 Not Planned