how to create PostgreSQL repository in Pentaho Bi server ce 6.1
↧
PostgreSQL repository creation in Pentaho Bi server ce 6.1
↧
Connect CDE to SSAS Cube (OLAP4J)
I have an SSAS cube up and running and I'm trying to connect to it from CDE. The setup for msmdpump.dll is complete and Basic Authentication is enabled. I can successfully connect using Excel. When I try to do an OLAP4J connection with CDE I get the following error: HTTP Response Code 401.
I'm using the following string:
jdbc:xmla:Server=http://myip/olap/msmdpump.dll;Catalog=MyCube;Integrated Security=Basic;User ID=CubeUser;Password=myPw;
Anyone managed to get an OLAP4J connection to work to SSAS with basic authentication?
Thanks
I'm using the following string:
jdbc:xmla:Server=http://myip/olap/msmdpump.dll;Catalog=MyCube;Integrated Security=Basic;User ID=CubeUser;Password=myPw;
Anyone managed to get an OLAP4J connection to work to SSAS with basic authentication?
Thanks
↧
↧
Using mongodb output step with ETL metadata injection support
Hi,
I have updated to PDI 7.0 which has support for ETL Metadata injection
I am trying to use row denormaliser step before mongodb output step together. But i don't know how to set the mongodb output step in ETL Metadata injection so that mongodb get all the column as fields from row denormaliser
I have updated to PDI 7.0 which has support for ETL Metadata injection
I am trying to use row denormaliser step before mongodb output step together. But i don't know how to set the mongodb output step in ETL Metadata injection so that mongodb get all the column as fields from row denormaliser
↧
Problems with User, Roles and jackrabbit
Hi all,
I've a problem . I'm restarted my bi-server and my users and roles are gone. Attached the screenshot.
Screen Shot 2016-11-16 at 11.48.51.jpg
Screen Shot 2016-11-16 at 11.48.43.jpg
I think my Jackrabbit is corrupted or something like that. Any idea?
Enviroement:
Pentaho 6.1 and MySQL 5.6
Log files:
pentaho.log ==> http://pastebin.com/WQsK5kqv
catalina.out==> http://pastebin.com/2AZfGhTA
I've a problem . I'm restarted my bi-server and my users and roles are gone. Attached the screenshot.
Screen Shot 2016-11-16 at 11.48.51.jpg
Screen Shot 2016-11-16 at 11.48.43.jpg
I think my Jackrabbit is corrupted or something like that. Any idea?
Enviroement:
Pentaho 6.1 and MySQL 5.6
Log files:
pentaho.log ==> http://pastebin.com/WQsK5kqv
catalina.out==> http://pastebin.com/2AZfGhTA
↧
PDI 7 and file repository
Is it just me or file repository has gone from 7.0 CE? There is no connect to repo dialog anymore...
↧
↧
Adding new component in Pentaho 6
Hello All,
I wanted to add new component similar to have date range with different UI in pentaho CDE
To do this, i had upload required files at pentaho-cdf-dd/resources/custom/components by just copy and paste of existing files with different directory name.
After then, i had modified few JS code so the new compoent will show me in the CDE dashboard and populated when i run the dashbaord.
But,
it not executing post change event even its not fetching the dates which is selected by user in the pentaho variable.
Kindly, suggest me what are the action/steps/sample code to add new Date range component similar to have in pentaho CDE with different UI.
Thanks
Naimish
I wanted to add new component similar to have date range with different UI in pentaho CDE
To do this, i had upload required files at pentaho-cdf-dd/resources/custom/components by just copy and paste of existing files with different directory name.
After then, i had modified few JS code so the new compoent will show me in the CDE dashboard and populated when i run the dashbaord.
But,
it not executing post change event even its not fetching the dates which is selected by user in the pentaho variable.
Kindly, suggest me what are the action/steps/sample code to add new Date range component similar to have in pentaho CDE with different UI.
Thanks
Naimish
↧
Query designer hangs to certain databases
The designer screen doesn't appear after choosing your role in version 3.9. In version 6 it hangs after choosing your schema / role. Same net effect, you cannot use the query designer to design a query.
Any ideas?
Any ideas?
↧
getting unknown shape type error while running job through kitchen
Hi all,
Please let me know the issue behind getting the below error while executing job through Kitchen.bat. Outputs are perfectly fine but still getting this warning message on screen.
"Warning: Unknown shape type"
Please let me know the issue behind getting the below error while executing job through Kitchen.bat. Outputs are perfectly fine but still getting this warning message on screen.
"Warning: Unknown shape type"
↧
Passing config.properties file by command line
I've seen from the documentation that is possible to pass a parameters for DB connection by command line using this syntax
My question is, is possible passing a config.properties file by command line, for dynamically set db connection paramenter?
Code:
kitchen.bat /file:"path/to/file.kjb" "-param:DB_NAME=name" ...
↧
↧
PDI vers 7 mySQL jdbc issue ---- Help !!!
Hi all,
I've installed last PDI version 7 and then I copied the driver
mysql-connector-java-5.1.40-bin.jar
under \lib\ folder
It seems correct to me. W10
Could you help me ??
Error connecting to database [MySql_eostrack2] :org.pentaho.di.core.exception.KettleDatabaseException:
Error occurred while trying to connect to the database
Error connecting to database: (using class org.gjt.mm.mysql.Driver)
Communications link failure
The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
org.pentaho.di.core.exception.KettleDatabaseException:
Error occurred while trying to connect to the database
Error connecting to database: (using class org.gjt.mm.mysql.Driver)
Communications link failure
The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
at org.pentaho.di.core.database.Database.normalConnect(Database.java:472)
at org.pentaho.di.core.database.Database.connect(Database.java:370)
at org.pentaho.di.core.database.Database.connect(Database.java:341)
at org.pentaho.di.core.database.Database.connect(Database.java:331)
at org.pentaho.di.core.database.DatabaseFactory.getConnectionTestReport(DatabaseFactory.java:80)
at org.pentaho.di.core.database.DatabaseMeta.testConnection(DatabaseMeta.java:2795)
at org.pentaho.ui.database.event.DataHandler.testDatabaseConnection(DataHandler.java:598)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.pentaho.ui.xul.impl.AbstractXulDomContainer.invoke(AbstractXulDomContainer.java:313)
at org.pentaho.ui.xul.impl.AbstractXulComponent.invoke(AbstractXulComponent.java:157)
at org.pentaho.ui.xul.impl.AbstractXulComponent.invoke(AbstractXulComponent.java:141)
at org.pentaho.ui.xul.swt.tags.SwtButton.access$500(SwtButton.java:43)
at org.pentaho.ui.xul.swt.tags.SwtButton$4.widgetSelected(SwtButton.java:137)
at org.eclipse.swt.widgets.TypedListener.handleEvent(Unknown Source)
at org.eclipse.swt.widgets.EventTable.sendEvent(Unknown Source)
at org.eclipse.swt.widgets.Display.sendEvent(Unknown Source)
at org.eclipse.swt.widgets.Widget.sendEvent(Unknown Source)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Unknown Source)
at org.eclipse.swt.widgets.Display.readAndDispatch(Unknown Source)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:820)
at org.eclipse.jface.window.Window.open(Window.java:796)
at org.pentaho.di.ui.xul.KettleDialog.show(KettleDialog.java:80)
at org.pentaho.di.ui.xul.KettleDialog.show(KettleDialog.java:47)
at org.pentaho.di.ui.core.database.dialog.XulDatabaseDialog.open(XulDatabaseDialog.java:116)
at org.pentaho.di.ui.core.database.dialog.DatabaseDialog.open(DatabaseDialog.java:60)
at org.pentaho.di.ui.spoon.delegates.SpoonDBDelegate.editConnection(SpoonDBDelegate.java:90)
at org.pentaho.di.ui.spoon.Spoon.doubleClickedInTree(Spoon.java:3102)
at org.pentaho.di.ui.spoon.Spoon.doubleClickedInTree(Spoon.java:3036)
at org.pentaho.di.ui.spoon.Spoon.access$2200(Spoon.java:361)
at org.pentaho.di.ui.spoon.Spoon$26.widgetDefaultSelected(Spoon.java:6169)
at org.eclipse.swt.widgets.TypedListener.handleEvent(Unknown Source)
at org.eclipse.swt.widgets.EventTable.sendEvent(Unknown Source)
at org.eclipse.swt.widgets.Display.sendEvent(Unknown Source)
at org.eclipse.swt.widgets.Widget.sendEvent(Unknown Source)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Unknown Source)
at org.eclipse.swt.widgets.Display.readAndDispatch(Unknown Source)
at org.pentaho.di.ui.spoon.Spoon.readAndDispatch(Spoon.java:1359)
at org.pentaho.di.ui.spoon.Spoon.waitForDispose(Spoon.java:7990)
at org.pentaho.di.ui.spoon.Spoon.start(Spoon.java:9290)
at org.pentaho.di.ui.spoon.Spoon.main(Spoon.java:685)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.pentaho.commons.launcher.Launcher.main(Launcher.java:92)
Caused by: org.pentaho.di.core.exception.KettleDatabaseException:
Error connecting to database: (using class org.gjt.mm.mysql.Driver)
Communications link failure
The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
at org.pentaho.di.core.database.Database.connectUsingClass(Database.java:585)
at org.pentaho.di.core.database.Database.normalConnect(Database.java:456)
... 47 more
Caused by: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)
at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:989)
at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:341)
at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2251)
at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2284)
at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2083)
at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:806)
at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)
at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:410)
at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:328)
at java.sql.DriverManager.getConnection(Unknown Source)
at java.sql.DriverManager.getConnection(Unknown Source)
at org.pentaho.di.core.database.Database.connectUsingClass(Database.java:567)
... 48 more
Caused by: java.net.ConnectException: Connection refused: connect
at java.net.DualStackPlainSocketImpl.connect0(Native Method)
at java.net.DualStackPlainSocketImpl.socketConnect(Unknown Source)
at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.net.PlainSocketImpl.connect(Unknown Source)
at java.net.SocksSocketImpl.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.java:211)
at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:300)
... 63 more
Hostname :localhost
Port :3306
Database name :eostrack2
I've installed last PDI version 7 and then I copied the driver
mysql-connector-java-5.1.40-bin.jar
under \lib\ folder
It seems correct to me. W10
Could you help me ??
Error connecting to database [MySql_eostrack2] :org.pentaho.di.core.exception.KettleDatabaseException:
Error occurred while trying to connect to the database
Error connecting to database: (using class org.gjt.mm.mysql.Driver)
Communications link failure
The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
org.pentaho.di.core.exception.KettleDatabaseException:
Error occurred while trying to connect to the database
Error connecting to database: (using class org.gjt.mm.mysql.Driver)
Communications link failure
The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
at org.pentaho.di.core.database.Database.normalConnect(Database.java:472)
at org.pentaho.di.core.database.Database.connect(Database.java:370)
at org.pentaho.di.core.database.Database.connect(Database.java:341)
at org.pentaho.di.core.database.Database.connect(Database.java:331)
at org.pentaho.di.core.database.DatabaseFactory.getConnectionTestReport(DatabaseFactory.java:80)
at org.pentaho.di.core.database.DatabaseMeta.testConnection(DatabaseMeta.java:2795)
at org.pentaho.ui.database.event.DataHandler.testDatabaseConnection(DataHandler.java:598)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.pentaho.ui.xul.impl.AbstractXulDomContainer.invoke(AbstractXulDomContainer.java:313)
at org.pentaho.ui.xul.impl.AbstractXulComponent.invoke(AbstractXulComponent.java:157)
at org.pentaho.ui.xul.impl.AbstractXulComponent.invoke(AbstractXulComponent.java:141)
at org.pentaho.ui.xul.swt.tags.SwtButton.access$500(SwtButton.java:43)
at org.pentaho.ui.xul.swt.tags.SwtButton$4.widgetSelected(SwtButton.java:137)
at org.eclipse.swt.widgets.TypedListener.handleEvent(Unknown Source)
at org.eclipse.swt.widgets.EventTable.sendEvent(Unknown Source)
at org.eclipse.swt.widgets.Display.sendEvent(Unknown Source)
at org.eclipse.swt.widgets.Widget.sendEvent(Unknown Source)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Unknown Source)
at org.eclipse.swt.widgets.Display.readAndDispatch(Unknown Source)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:820)
at org.eclipse.jface.window.Window.open(Window.java:796)
at org.pentaho.di.ui.xul.KettleDialog.show(KettleDialog.java:80)
at org.pentaho.di.ui.xul.KettleDialog.show(KettleDialog.java:47)
at org.pentaho.di.ui.core.database.dialog.XulDatabaseDialog.open(XulDatabaseDialog.java:116)
at org.pentaho.di.ui.core.database.dialog.DatabaseDialog.open(DatabaseDialog.java:60)
at org.pentaho.di.ui.spoon.delegates.SpoonDBDelegate.editConnection(SpoonDBDelegate.java:90)
at org.pentaho.di.ui.spoon.Spoon.doubleClickedInTree(Spoon.java:3102)
at org.pentaho.di.ui.spoon.Spoon.doubleClickedInTree(Spoon.java:3036)
at org.pentaho.di.ui.spoon.Spoon.access$2200(Spoon.java:361)
at org.pentaho.di.ui.spoon.Spoon$26.widgetDefaultSelected(Spoon.java:6169)
at org.eclipse.swt.widgets.TypedListener.handleEvent(Unknown Source)
at org.eclipse.swt.widgets.EventTable.sendEvent(Unknown Source)
at org.eclipse.swt.widgets.Display.sendEvent(Unknown Source)
at org.eclipse.swt.widgets.Widget.sendEvent(Unknown Source)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Unknown Source)
at org.eclipse.swt.widgets.Display.readAndDispatch(Unknown Source)
at org.pentaho.di.ui.spoon.Spoon.readAndDispatch(Spoon.java:1359)
at org.pentaho.di.ui.spoon.Spoon.waitForDispose(Spoon.java:7990)
at org.pentaho.di.ui.spoon.Spoon.start(Spoon.java:9290)
at org.pentaho.di.ui.spoon.Spoon.main(Spoon.java:685)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.pentaho.commons.launcher.Launcher.main(Launcher.java:92)
Caused by: org.pentaho.di.core.exception.KettleDatabaseException:
Error connecting to database: (using class org.gjt.mm.mysql.Driver)
Communications link failure
The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
at org.pentaho.di.core.database.Database.connectUsingClass(Database.java:585)
at org.pentaho.di.core.database.Database.normalConnect(Database.java:456)
... 47 more
Caused by: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)
at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:989)
at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:341)
at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2251)
at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2284)
at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2083)
at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:806)
at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)
at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:410)
at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:328)
at java.sql.DriverManager.getConnection(Unknown Source)
at java.sql.DriverManager.getConnection(Unknown Source)
at org.pentaho.di.core.database.Database.connectUsingClass(Database.java:567)
... 48 more
Caused by: java.net.ConnectException: Connection refused: connect
at java.net.DualStackPlainSocketImpl.connect0(Native Method)
at java.net.DualStackPlainSocketImpl.socketConnect(Unknown Source)
at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.net.PlainSocketImpl.connect(Unknown Source)
at java.net.SocksSocketImpl.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.java:211)
at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:300)
... 63 more
Hostname :localhost
Port :3306
Database name :eostrack2
↧
Oh. btw, Pentaho 7.0 is out!
I almost forgot! Pentaho 7.0 is out! We chose the amazing Pentaho Community Meeting (#PCM16) as the release date (talk about commitment to the community ;) ), so just go get them at the usual places, both Enterprise Edition as well as Community Edition
-pedro
More...
↧
Decision Tree Weka J.48 Feedback.
Dear all
I am new in Weka and conducted a research for default prediction. I constructed a tree. However, i would like to know some evaluation methods besides how accurate it is.
The tree has 67 leaves and the size is 133
I would really appreciate a feedback.
Best Regards
Black Sholes
I am new in Weka and conducted a research for default prediction. I constructed a tree. However, i would like to know some evaluation methods besides how accurate it is.
The tree has 67 leaves and the size is 133
Code:
=== Summary ===
Correctly Classified Instances 2319 81.3114 %
Incorrectly Classified Instances 533 18.6886 %
Kappa statistic 0.5954
Mean absolute error 0.2687
Root mean squared error 0.3666
Relative absolute error 58.9575 %
Root relative squared error 76.7864 %
Total Number of Instances 2852
=== Detailed Accuracy By Class ===
TP Rate FP Rate Precision Recall F-Measure MCC ROC Area PRC Area Class
0,763 0,160 0,721 0,763 0,742 0,596 0,869 0,740 Default
0,840 0,237 0,868 0,840 0,854 0,596 0,869 0,909 Paid
Weighted Avg. 0,813 0,210 0,816 0,813 0,814 0,596 0,869 0,850
=== Confusion Matrix ===
a b <-- classified as
765 237 | a = Default
296 1554 | b = Paid
Best Regards
Black Sholes
↧
Pentaho repository in community edition 6.1 or 7?
Hey people!!, thanks in advance for your help
There are 3 types of repository in DI 6.1, I am currently using Database repository, however this does not comply with the company's architecture and we just realized, because there is no graphical interface for the servers.
As far as I understand I need to migrate the Database repository to a Pentaho repository and access it through Tomcat. However even though the server seems to be started, no path/port works to access it. I configured localhost:8080/pentaho.
The documentation talks about configuring licenses, so my first question is: Is it possible to use this type of repository with the community edition 6.1 or 7; or is it necessary to pay for the Enterprise Edition?
In case it is possible, my second question is - can you give me advice on how to do it?
I've been trying to configure it for two days and somehow it does not work.
This is what I an using:
Thanks again :)
There are 3 types of repository in DI 6.1, I am currently using Database repository, however this does not comply with the company's architecture and we just realized, because there is no graphical interface for the servers.
As far as I understand I need to migrate the Database repository to a Pentaho repository and access it through Tomcat. However even though the server seems to be started, no path/port works to access it. I configured localhost:8080/pentaho.
The documentation talks about configuring licenses, so my first question is: Is it possible to use this type of repository with the community edition 6.1 or 7; or is it necessary to pay for the Enterprise Edition?
In case it is possible, my second question is - can you give me advice on how to do it?
I've been trying to configure it for two days and somehow it does not work.
This is what I an using:
- PDI community Edition 6.1 (I can move to 7 if needed)
- OS: Mac OSX El Capitan (and will install in a server with Linux)
- Database: PostgreSQL 9.3
- JDK 8
- App Server: Tomcat 8.5
- Administrator user pentaho
Thanks again :)
↧
↧
Another how do I connect to MS SQL from Report Designer 7.0.0-25
Good day
I have recently downloaded report designer version 7.0.0. I am unable to create a data source to MS SQL server. I have downloaded sqljdbc4.jar and placed it in the \report-designer\lib\jdbc directory. Nothing works the error message is
Driver class 'com.microsoft.sqlserver.jdbc.SQLServerDriver' could not be found, make sure the 'MS SQL Server (Native)' driver (jar file) is installed.
com.microsoft.sqlserver.jdbc.SQLServerDriver
Funny thing is I downloaded an older copy of Pentaho Report Designer 5.0.1. I follow the exact same steps, use a copy of sqljdbc4.jar, same database. And voilà it worked first time.
The only documentation I can find for Report Designer is for a flavor of 3.x.x.
Does anyone know what might have changed in version 7.0.0 from earlier versions?
cheers
bob
I have recently downloaded report designer version 7.0.0. I am unable to create a data source to MS SQL server. I have downloaded sqljdbc4.jar and placed it in the \report-designer\lib\jdbc directory. Nothing works the error message is
Driver class 'com.microsoft.sqlserver.jdbc.SQLServerDriver' could not be found, make sure the 'MS SQL Server (Native)' driver (jar file) is installed.
com.microsoft.sqlserver.jdbc.SQLServerDriver
Funny thing is I downloaded an older copy of Pentaho Report Designer 5.0.1. I follow the exact same steps, use a copy of sqljdbc4.jar, same database. And voilà it worked first time.
The only documentation I can find for Report Designer is for a flavor of 3.x.x.
Does anyone know what might have changed in version 7.0.0 from earlier versions?
cheers
bob
↧
latest PDI version still not escaping single quote (') in Execute SQL Statement
I mentioned this a few times before, but yes can be quite annoying.
I'm essentially using previous_result.getLogText() or what have you, and writing that text to a SQL database.
Sometimes that Log Text will include a single quote like "We didn't receive any rows" (note word didn't with apostrophe).
This breaks the SQL script if you are writing something like:
Insert into mytable (log_text) values ${LOG_TEXT}.
I believe bind parameters only works with fields, not environmental variables, -- though hmm maybe I can convert the variables to fields first.
I'm essentially using previous_result.getLogText() or what have you, and writing that text to a SQL database.
Sometimes that Log Text will include a single quote like "We didn't receive any rows" (note word didn't with apostrophe).
This breaks the SQL script if you are writing something like:
Insert into mytable (log_text) values ${LOG_TEXT}.
I believe bind parameters only works with fields, not environmental variables, -- though hmm maybe I can convert the variables to fields first.
↧
List Dimension Members including Null Member
Hello all,
I want to list the members of a dimension and also include on the table a member that represents a null member. E.g. I would like to show the sales amount from sellers where each row is a seller and one more row that show the sales amount from no sellers:
So, when I use [Seller].Members on MDX, It only shows Sellers 1, 2 and 3 and the sum of sales amount is 300. But if I use [Seller].[All Sellers] the sales amount is 800. How can I list all the members like the table above?
Thanks,
I want to list the members of a dimension and also include on the table a member that represents a null member. E.g. I would like to show the sales amount from sellers where each row is a seller and one more row that show the sales amount from no sellers:
Name | Sales Amount |
Seller1 | 100 |
Seller2 | 100 |
Seller3 | 100 |
Null | 500 |
So, when I use [Seller].Members on MDX, It only shows Sellers 1, 2 and 3 and the sum of sales amount is 300. But if I use [Seller].[All Sellers] the sales amount is 800. How can I list all the members like the table above?
Thanks,
↧
Enable Pentaho Enterprise Edition Single Sign On
Hi,
Being new to use Pentaho, i am using Pentaho Enterprise Edition 6.1.0.1. I want to enable Single Sign On. Will you please guide me i read wiki it says Pentaho has some SSO enable script in directory pentaho-sso but i don't have pentaho-sso directory in my Pentaho download folder so how i can get that script.
I tried many methods but they were for CE, I followed steps from Pentaho official page (https://help.pentaho.com/Documentati...50/010/060/000) but it gives then initializing error.
Being new to use Pentaho, i am using Pentaho Enterprise Edition 6.1.0.1. I want to enable Single Sign On. Will you please guide me i read wiki it says Pentaho has some SSO enable script in directory pentaho-sso but i don't have pentaho-sso directory in my Pentaho download folder so how i can get that script.
I tried many methods but they were for CE, I followed steps from Pentaho official page (https://help.pentaho.com/Documentati...50/010/060/000) but it gives then initializing error.
↧
↧
Not able to connect Pentaho report designer with SSAS using OLAP4J
Hi,
I have connected Pentaho report designer with SSAS using OLAP4J driver it showing connection OK message. but when i am executing MDX query , It showing error "Starting query designer Failed".
Any help is greatly appreciated
Thanks,
Ajith
I have connected Pentaho report designer with SSAS using OLAP4J driver it showing connection OK message. but when i am executing MDX query , It showing error "Starting query designer Failed".
Any help is greatly appreciated
Thanks,
Ajith
↧
EAV using Normaliser
I am trying to change data that is in typical row format to Entity Attribute Value format using the Row Normaliser.
My source data is as follows:
![]()
My Normaliser is setup as follows:
![]()
And here are the results:
![]()
Why is the value for the CONDITION_START_DATE and CONDITION_STOP_DATE in the string_value column instead of the date_value column?
According to this documentation
My source data is as follows:

My Normaliser is setup as follows:

And here are the results:

Why is the value for the CONDITION_START_DATE and CONDITION_STOP_DATE in the string_value column instead of the date_value column?
According to this documentation
- Fieldname: Name of the fields to normalize
- Type: Give a string to classify the field.
- New field: You can give one or more fields where the new value should transferred to.
↧
how to make a table with columns generated by SQL input
Hello.
I'm trying to make what I believe is called a dynamic table using crosstabs in Report Designer.
I'm looking to create a table which lists completed tasks by team (teams to be listed on the left of each row, one team per row) and by month, with each month listed in a new column. Something like this:
team list | January | February | March |
team 1 | task A | task A | task B |
team 2 | task B | task C | task A |
The data in my SQL query lists each task on a new row, and month is a third column like this:
team | Task | Month
team 1 | task A | January
team 1 | task A | February
team 1 | task B | March
team 2 | task B | January
team 2 | task C | February
team 2 | task A | March
I don't understand how to do this within report designer, can anyone help? is this possible?
I'm trying to make what I believe is called a dynamic table using crosstabs in Report Designer.
I'm looking to create a table which lists completed tasks by team (teams to be listed on the left of each row, one team per row) and by month, with each month listed in a new column. Something like this:
team list | January | February | March |
team 1 | task A | task A | task B |
team 2 | task B | task C | task A |
The data in my SQL query lists each task on a new row, and month is a third column like this:
team | Task | Month
team 1 | task A | January
team 1 | task A | February
team 1 | task B | March
team 2 | task B | January
team 2 | task C | February
team 2 | task A | March
I don't understand how to do this within report designer, can anyone help? is this possible?
↧