Quantcast
Channel: Pentaho Community Forums
Viewing all 16689 articles
Browse latest View live

Unable to connect to the SAP ERP server

$
0
0
I'm trying to connect to SAP system with Pentaho Data Integration 4.1 GA, i have the sapjco3.jar and sapjco3.dll.
I put the sapjco3.jar in libext and file “sapjco3.dll” in data-integration\libswt\win32, after that i started my Spoon but when i create a new connection and i test it, i have this error:

Unable to connect to the SAP ERP server:
Possibly the SAP JCo implementation library (e.g. sapjco3.dll) does
not exist or cannot be loaded. Please copy it to your libext
directory! If you use version 3.0.5 or higher on Windows be sure to
have MS Visual C++ 2005 SP1 Redistributable Package ATL Security
Update installed.

I'm doing this test in windows, so i installed the MS Visual C++ 2005 SP1 Redistributable Package ATL Security Update but i have the same error, there is something else i must do??

Firebird connection problems

$
0
0
Hi guys,

I'm trying to evaluate Pentaho BI Server, and ran into a snag. We're using Firebird as our database server.

I downloaded biserver-ce-5.2.0.0-209.zip and extracted it, and started the service up. Trying to add a new datatsource I can't seem to find Firebird in the list of databases, even though jaybird-2.1.6.jar is part of the distribution. Even using the generic database connection fails with:
"Connection to database [null] failed".

Catalina reports:
[WebComponent]14:39:09,813 ERROR [ConnectionServiceImpl] Error Start: Pentaho Pentaho Open Source BA Server 5.2.0.0
-209
14:39:09,814 ERROR [ConnectionServiceImpl] ::: ConnectFactory.ERROR_0001 - Database connection could not be established to: null
java.lang.NullPointerException
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:191)
at org.pentaho.platform.plugin.services.connections.sql.SQLConnection.init(SQLConnection.java:155)
at org.pentaho.platform.plugin.services.connections.sql.SQLConnection.connect(SQLConnection.java:586)
at org.pentaho.platform.plugin.services.connections.sql.SQLConnection.setProperties(SQLConnection.java:106)
at org.pentaho.platform.engine.services.connection.PentahoConnectionFactory.getConnection(PentahoConnectionFactory.java:124)
at org.pentaho.platform.engine.services.connection.PentahoConnectionFactory.getConnection(PentahoConnectionFactory.java:98)
at org.pentaho.platform.dataaccess.datasource.wizard.service.impl.ConnectionServiceImpl.testConnection(ConnectionServiceImpl.java:283)
at org.pentaho.platform.dataaccess.datasource.wizard.service.impl.DatasourceResource.testConnection(DatasourceResource.java:811)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at com.sun.jersey.spi.container.JavaMethodInvokerFactory$1.invoke(JavaMethodInvokerFactory.java:60)
at com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider$ResponseOutInvoker._dispatch(AbstractResourceMethodDispatchProvider.java:205)
at com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher.dispatch(ResourceJavaMethodDispatcher.java:75)
at com.sun.jersey.server.impl.uri.rules.HttpMethodRule.accept(HttpMethodRule.java:302)
at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)
at com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceClassRule.java:108)
at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)
at com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootResourceClassesRule.java:84)
at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1511)
at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1442)
at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1391)
at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1381)
at com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.java:416)
at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:538)
at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:716)
at org.pentaho.platform.web.servlet.JAXRSPluginServlet.service(JAXRSPluginServlet.java:97)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:723)
at org.pentaho.platform.web.servlet.JAXRSPluginServlet.service(JAXRSPluginServlet.java:102)
at org.pentaho.platform.web.servlet.PluginDispatchServlet.service(PluginDispatchServlet.java:89)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.pentaho.platform.web.http.filters.PentahoWebContextFilter.doFilter(PentahoWebContextFilter.java:185)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.pentaho.platform.web.http.filters.PentahoRequestContextFilter.doFilter(PentahoRequestContextFilter.java:87)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:378)
at org.springframework.security.intercept.web.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:109)
at org.springframework.security.intercept.web.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:83)
at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:390)
at org.springframework.security.ui.ExceptionTranslationFilter.doFilterHttp(ExceptionTranslationFilter.java:101)
at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)
at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:390)
at org.springframework.security.providers.anonymous.AnonymousProcessingFilter.doFilterHttp(AnonymousProcessingFilter.java:105)
at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)
at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:390)
at org.springframework.security.ui.basicauth.BasicProcessingFilter.doFilterHttp(BasicProcessingFilter.java:174)
at org.pentaho.platform.web.http.security.PentahoBasicProcessingFilter.doFilterHttp(PentahoBasicProcessingFilter.java:115)
at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)
at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:390)
at org.springframework.security.context.HttpSessionContextIntegrationFilter.doFilterHttp(HttpSessionContextIntegrationFilter.java:235)
at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)
at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:390)
at org.pentaho.platform.web.http.filters.HttpSessionPentahoSessionIntegrationFilter.doFilter(HttpSessionPentahoSessionIntegrationFilter.java:263)
at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:390)
at org.springframework.security.wrapper.SecurityContextHolderAwareRequestFilter.doFilterHttp(SecurityContextHolderAwareRequestFilter.java:91)
at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)
at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:390)
at org.springframework.security.util.FilterChainProxy.doFilter(FilterChainProxy.java:175)
at org.springframework.security.util.FilterToBeanProxy.doFilter(FilterToBeanProxy.java:99)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.pentaho.platform.web.http.filters.SystemStatusFilter.doFilter(SystemStatusFilter.java:55)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.pentaho.platform.web.http.filters.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:114)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.pentaho.platform.web.http.filters.WebappRootForwardingFilter.doFilter(WebappRootForwardingFilter.java:70)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.pentaho.platform.web.http.filters.PentahoPathDecodingFilter.doFilter(PentahoPathDecodingFilter.java:34)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:470)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:861)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:606)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
at java.lang.Thread.run(Thread.java:745)
14:39:09,816 ERROR [ConnectionServiceImpl] Error end:

I don't particularly like to swap components "willy-nilly" and tomcat is a bit of a mystery to me.

I played with a version of kettle, which connected to our database out of the box.

Any assistance would be appreciated.

Getting started with Pentaho

$
0
0
Hi all!

I've recently installed Pentaho´s software and I would really appreciate some advise on how to integrate the software with my database. I need the software to import information from my database (SQL) on a daily basis, being able to make different sorts of queries.

Can anyone help me with this?

Excessive use PS Old Gen

$
0
0
Hello

I have a JOB that performs call three JOBs in series.

Both JOBs is a simple process that is read table and perform insert and update the database.

The process executed one by one and successfully completed.
When run in series ever in the implementation of the second JOB process
uses all the memory of my JVM. (causing java.lang.OutOfMemoryError)

Any idea why the excessive use of JVM?

Environment:
PDI: 5.2
JRE: 1.7.0_75-b13
Windows Server 2008 R2 Service Pack 1
Servidor: 128g JVM 90g

Error:

2015/01/21 18:01:50 - SJ_110T_JOB_ODS - at org.pentaho.di.job.Job.execute(Job.java:862)
2015/01/21 18:01:50 - SJ_110T_JOB_ODS - at org.pentaho.di.job.Job.execute(Job.java:859)
2015/01/21 18:01:50 - SJ_110T_JOB_ODS - ... 3 more
2015/01/21 18:01:50 - SJ_110T_JOB_ODS - Caused by: org.pentaho.di.core.exception.KettleException:
2015/01/21 18:01:50 - SJ_110T_JOB_ODS - Unexpected error occurred while launching entry [SJ_025G_TRF_ANALYZE_TABLE.0]
2015/01/21 18:01:50 - SJ_110T_JOB_ODS - GC overhead limit exceeded
2015/01/21 18:01:50 - SJ_110T_JOB_ODS -
2015/01/21 18:01:50 - SJ_110T_JOB_ODS - at org.pentaho.di.job.Job.execute(Job.java:862)
2015/01/21 18:01:50 - SJ_110T_JOB_ODS - at org.pentaho.di.job.Job.execute(Job.java:859)
2015/01/21 18:01:50 - SJ_110T_JOB_ODS - ... 4 more
2015/01/21 18:01:50 - SJ_110T_JOB_ODS - Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
2015/01/21 18:01:50 - SJ_110T_JOB_ODS - at java.util.TimeZone.clone(Unknown Source)
2015/01/21 18:01:50 - SJ_110T_JOB_ODS - at sun.util.calendar.ZoneInfo.clone(Unknown Source)
2015/01/21 18:01:50 - SJ_110T_JOB_ODS - at org.pentaho.di.core.row.value.ValueMetaBase.clone(ValueMetaBase.java:279)
2015/01/21 18:01:50 - SJ_110T_JOB_ODS - at org.pentaho.di.core.row.value.ValueMetaBase.clone(ValueMetaBase.java:80)
2015/01/21 18:01:50 - SJ_110T_JOB_ODS - at org.pentaho.di.core.row.value.ValueMetaFactory.cloneValueMeta(ValueMetaFactory.java:73)
2015/01/21 18:01:50 - SJ_110T_JOB_ODS - at org.pentaho.di.core.row.value.ValueMetaFactory.cloneValueMeta(ValueMetaFactory.java:65)
2015/01/21 18:01:50 - SJ_110T_JOB_ODS - at org.pentaho.di.core.row.RowMeta.clone(RowMeta.java:67)
2015/01/21 18:01:50 - SJ_110T_JOB_ODS - at org.pentaho.di.core.row.RowMeta.clone(RowMeta.java:50)
2015/01/21 18:01:50 - SJ_110T_JOB_ODS - at org.pentaho.di.core.RowMetaAndData.clone(RowMetaAndData.java:58)
2015/01/21 18:01:50 - SJ_110T_JOB_ODS - at org.pentaho.di.core.Result.clone(Result.java:204)
2015/01/21 18:01:50 - SJ_110T_JOB_ODS - at org.pentaho.di.job.Job.execute(Job.java:659)
2015/01/21 18:01:50 - SJ_110T_JOB_ODS - at org.pentaho.di.job.Job.execute(Job.java:859)
2015/01/21 18:01:50 - SJ_110T_JOB_ODS - ... 5 more

Saiku through proxy (nginx)

$
0
0
Hi. I'm having problems with working Saiku through proxy (nginx). Dimension filtering does not work (picture 1). By clicking on the dimensions given as follows:
Code:

Remote Address:192.168.133.128:80
Request URL:http://olap.ru/pentaho/plugin/saiku/api/api/query/6AA5FA7F-29BF-CDB2-9F2C-A79CAD522AFE/result/metadata/hierarchies/%5BCustomers%5D/levels/Customer?result=true&searchlimit=3000&_=1421863217024
Request Method:GET
Status Code:400 Bad Request
Request Headers
Accept:application/json, text/javascript, */*; q=0.01
Accept-Encoding:gzip, deflate, sdch
Accept-Language:ru-RU,ru;q=0.8,en-US;q=0.6,en;q=0.4
Connection:keep-alive
Content-Type:application/x-www-form-urlencoded
Cookie:JSESSIONID=AA97B3112606EE8927A1912633B459A0; session-flushed=true; JSESSIONID=E6C9E531280631BE9585EE7F0EA51216
Host:olap.ru
Referer:http://olap.ru/pentaho/content/saiku-ui/index.html?biplugin5=true&ts=1421863216736
User-Agent:Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.99 Safari/537.36
X-Requested-With:XMLHttpRequest
Query String Parameters
result:true
searchlimit:3000
_:1421863217024
Response Headers
Connection:keep-alive
Content-Length:990
Content-Type:text/html;charset=utf-8
Date:Wed, 21 Jan 2015 18:04:29 GMT
Server:nginx/1.2.1

If you work with Saiku no through proxy, the dimensions filtering works correctly (picture 2). And browser given as follows:
Code:

Remote Address:192.168.133.131:8080
Request URL:http://192.168.133.131:8080/pentaho/plugin/saiku/api/api/query/51FDFE1B-52CE-B549-8D51-44F742D7C0B5/result/metadata/hierarchies/%5BCustomers%5D/levels/Customer?result=true&searchlimit=3000&_=1421863797797
Request Method:GET
Status Code:200 OK
Request Headers
Accept:application/json, text/javascript, */*; q=0.01
Accept-Encoding:gzip, deflate, sdch
Accept-Language:ru-RU,ru;q=0.8,en-US;q=0.6,en;q=0.4
Connection:keep-alive
Content-Type:application/x-www-form-urlencoded
Cookie:JSESSIONID=307A808950BA432FA0714B660E010753; session-flushed=true; JSESSIONID=2226796939574E006FE4F3315A9841EB
Host:192.168.133.131:8080
Referer:http://192.168.133.131:8080/pentaho/content/saiku-ui/index.html?biplugin5=true&ts=1421863797484
User-Agent:Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.99 Safari/537.36
X-Requested-With:XMLHttpRequest
Query String Parameters
result:true
searchlimit:3000
_:1421863797797
Response Headers
Content-Type:application/json
Date:Wed, 21 Jan 2015 18:10:25 GMT
Server:Apache-Coyote/1.1
Transfer-Encoding:chunked

Attached Images

PDI Unresponsive

$
0
0
I have an issue with PDI where when I perform a preview or execute a transformation where PDI is running however becomes unresponsive and stay that way. I've left PDI run for a couple of hours when it gets in this state without any change.

This same issue has happened with different PDI versions so I am thinking it has to more to do with Java than PDI.

I have had this issue with Windows 7 and 8.1, different Java releases and several PDI version. There are no modifications that I made.

How would be best to proceed?

Thanks
Ray

Biserver 5.2

$
0
0
How to schedule ETL transformations and jobs in the Pentaho BI Server 5.2 ?

If this is possible please share the suggestions how can we approach for that

mdx where clause

$
0
0
Hi.
In SSAS i can write this mdx query:
select non empty [Date].[Date].Members on 0,
non empty [Measures].[Customer Count] on 1
from [Adventure Works]
where ([Product].[Category].&[4] , [Geography].[Country].&[Australia])


How i must to write this query for mondrian ? The main part is where clause. How it should look like that there was no crossjoin between sets?

used logistic regression have : Error reading object from XML file

$
0
0
Hey,I touch Pentaho one months,I want to use "Logistic" and "SMO" regression to make Data Mining, so I use weka to make prediction model. I put model in weka scoring. But I can't run ,only J48 can run success, error message ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓ who can tell me why? please~ my English is bad,sorry

org.pentaho.di.core.exception.KettleException:
Transformation was unable to open [WekaModel]

Error reading object from XML file

Error reading object from XML file

Unable to load step info from XML step nodeorg.pentaho.di.core.exception.KettleXMLException:
Problem de-serializing model file using supplied file name!


Problem de-serializing model file using supplied file name!


at org.pentaho.di.trans.Trans.<init>(Trans.java:589)
at org.pentaho.di.ui.spoon.trans.TransGraph.start(TransGraph.java:3598)
at org.pentaho.di.ui.spoon.delegates.SpoonTransformationDelegate.executeTransformation(SpoonTransformationDelegate.java:880)
at org.pentaho.di.ui.spoon.Spoon$36$1.run(Spoon.java:8399)
at org.eclipse.swt.widgets.RunnableLock.run(Unknown Source)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Unknown Source)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Unknown Source)
at org.eclipse.swt.widgets.Display.readAndDispatch(Unknown Source)
at org.pentaho.di.ui.spoon.Spoon.readAndDispatch(Spoon.java:1297)
at org.pentaho.di.ui.spoon.Spoon.waitForDispose(Spoon.java:7801)
at org.pentaho.di.ui.spoon.Spoon.start(Spoon.java:9130)
at org.pentaho.di.ui.spoon.Spoon.main(Spoon.java:638)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.pentaho.commons.launcher.Launcher.main(Launcher.java:151)
Caused by: org.pentaho.di.core.exception.KettleXMLException:
Error reading object from XML file


Error reading object from XML file


Unable to load step info from XML step nodeorg.pentaho.di.core.exception.KettleXMLException:
Problem de-serializing model file using supplied file name!


Problem de-serializing model file using supplied file name!


at org.pentaho.di.trans.TransMeta.loadXML(TransMeta.java:3316)
at org.pentaho.di.trans.TransMeta.<init>(TransMeta.java:2676)
at org.pentaho.di.trans.TransMeta.<init>(TransMeta.java:2628)
at org.pentaho.di.trans.TransMeta.<init>(TransMeta.java:2605)
at org.pentaho.di.trans.TransMeta.<init>(TransMeta.java:2585)
at org.pentaho.di.trans.TransMeta.<init>(TransMeta.java:2550)
at org.pentaho.di.trans.Trans.<init>(Trans.java:571)
... 16 more
Caused by: org.pentaho.di.core.exception.KettleXMLException:
Error reading object from XML file


Unable to load step info from XML step nodeorg.pentaho.di.core.exception.KettleXMLException:
Problem de-serializing model file using supplied file name!


Problem de-serializing model file using supplied file name!


at org.pentaho.di.trans.TransMeta.loadXML(TransMeta.java:3298)
... 22 more
Caused by: org.pentaho.di.core.exception.KettleXMLException:
Unable to load step info from XML step nodeorg.pentaho.di.core.exception.KettleXMLException:
Problem de-serializing model file using supplied file name!


Problem de-serializing model file using supplied file name!


at org.pentaho.di.trans.step.StepMeta.<init>(StepMeta.java:380)
at org.pentaho.di.trans.TransMeta.loadXML(TransMeta.java:2935)
... 22 more
Caused by: org.pentaho.di.core.exception.KettleXMLException:
Problem de-serializing model file using supplied file name!


at org.pentaho.di.scoring.WekaScoringMeta.loadXML(WekaScoringMeta.java:575)
at org.pentaho.di.trans.step.StepMeta.loadXmlCompatibleStepMeta(StepMeta.java:396)
at org.pentaho.di.trans.step.StepMeta.<init>(StepMeta.java:306)
... 23 more

Error putMondrianSchema MondrianCatalogHelper.ERROR_0004 pentaho error

$
0
0
ello I have this error and pentaho crashes. can someone help me? 2015-01-21 17:19:51,936 ERROR [org.pentaho.platform.dataaccess.datasource.wizard.service.impl.AnalysisDatasourceService] Error putMondrianSchema MondrianCatalogHelper.ERROR_0004 - already exists status = 8
2015-01-21 17:20:56,187 ERROR [org.pentaho.platform.dataaccess.datasource.wizard.service.impl.AnalysisDatasourceService] Error putMondrianSchema MondrianCatalogHelper.ERROR_0004 - already exists status = 8

thank you

Error putMondrianSchema MondrianCatalogHelper.ERROR_0004 status=8

$
0
0
hello I have this error and pentaho crashes. can someone help me?
2015-01-21 17:19:51,936 ERROR [org.pentaho.platform.dataaccess.datasource.wizard.service.impl.AnalysisDatasourceService] Error putMondrianSchema MondrianCatalogHelper.ERROR_0004 - already exists status = 8
2015-01-21 17:20:56,187 ERROR [org.pentaho.platform.dataaccess.datasource.wizard.service.impl.AnalysisDatasourceService] Error putMondrianSchema MondrianCatalogHelper.ERROR_0004 - already exists status = 8

Can someone help me?
thank you

Data type issue with Table Output step in Hadoop

$
0
0
Hi Team,

I am building a job in Spoon to load data from one table to another in Hadoop. My distribution is Cloudera CDH 5, I am using Impala database.

Load is failing with a data type error

Expression ''my data value'' (type: STRING) would need to be cast to VARCHAR(30) for column 'id_type'

I dont see any options to mention column data type or CAST operation in the "Table Output" step.

Any pointers?

thanks,
Sujiith.

Show empty chart

$
0
0
Hi guys!

In my dashboard I've 3 line charts, when I open or reload the page the charts show "No data found" because in the datasource query I've a parameters.
There is the possibility to show the empty chart in place of "No data found"?

Thanks and sorry for my English.

Problems with sFTP connection

$
0
0
Hello,

We have a client of ours that is using: "Spoon"-Client from Pentaho Data Integration (PDI) version 4.2.0.

We are using Globalscape EFT server and they are connecting using username and password no public key authentication. If they just connect manually and upload files there is no issues. However, they have a job that connects every five minutes and uploads files if necessary.
If there is no files to transfer on the third connection attempt, they get the following error:


ERROR 14-01 10:31:14,136 - SFTP_PUT - Error while trying to send files.
Exception :
com.jcraft.jsch.JSchException: Auth fail Auth fail
ERROR 14-01 10:31:14,136 - SFTP_PUT -
org.pentaho.di.core.exception.KettleJobException:
com.jcraft.jsch.JSchException: Auth fail Auth fail

at org.pentaho.di.job.entries.sftp.SFTPClient.login
(SFTPClient.java:154)
at org.pentaho.di.job.entries.sftpput.JobEntrySFTPPUT.execute
(JobEntrySFTPPUT.java:734)
at org.pentaho.di.job.Job.execute(Job.java:503)
at org.pentaho.di.job.Job.execute(Job.java:642)
at org.pentaho.di.job.Job.execute(Job.java:642)
at org.pentaho.di.job.Job.execute(Job.java:420)
at org.pentaho.di.job.entries.job.JobEntryJobRunner.run
(JobEntryJobRunner.java:63)
at java.lang.Thread.run(Unknown Source) Caused by: com.jcraft.jsch.JSchException: Auth fail
at com.jcraft.jsch.Session.connect(Session.java:461)
at com.jcraft.jsch.Session.connect(Session.java:154)
at org.pentaho.di.job.entries.sftp.SFTPClient.login



Then they connect manually again upload files, the process is fine for a while and then they encounter the error again.

I’m not sure why they are receiving com.jcraft.jsch.JSchException: Auth fail Auth fail if errors, if they are able to successfully connect sometimes. So the username and password are correct.



Any idea what may be causing this?






I used Logistic regression in Kettle ,happen : Error reading object from XML file

$
0
0
Hey,I touch Pentaho one months,I want to use "Logistic" and "SMO" regression to make Data Mining, so I use weka to make prediction model. I put model in weka scoring. But I can't run ,only J48 can run success, error message ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓ who can tell me why? please~ my English is bad,sorry

I use PDI-5.1.0.0 Weka 3-7-10 WekaScoring_PDI4.x_Weka3.7.5 WINDOWS8



org.pentaho.di.core.exception.KettleException:
Transformation was unable to open [WekaModel]

Error reading object from XML file

Error reading object from XML file

Unable to load step info from XML step nodeorg.pentaho.di.core.exception.KettleXMLException:
Problem de-serializing model file using supplied file name!


Problem de-serializing model file using supplied file name!


at org.pentaho.di.trans.Trans.<init>(Trans.java:589)
at org.pentaho.di.ui.spoon.trans.TransGraph.start(TransGraph.java:3598)
at org.pentaho.di.ui.spoon.delegates.SpoonTransformationDelegate.executeTransformation(SpoonTransformationDelegate.java:880)
at org.pentaho.di.ui.spoon.Spoon$36$1.run(Spoon.java:8399)
at org.eclipse.swt.widgets.RunnableLock.run(Unknown Source)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Unknown Source)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Unknown Source)
at org.eclipse.swt.widgets.Display.readAndDispatch(Unknown Source)
at org.pentaho.di.ui.spoon.Spoon.readAndDispatch(Spoon.java:1297)
at org.pentaho.di.ui.spoon.Spoon.waitForDispose(Spoon.java:7801)
at org.pentaho.di.ui.spoon.Spoon.start(Spoon.java:9130)
at org.pentaho.di.ui.spoon.Spoon.main(Spoon.java:638)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.pentaho.commons.launcher.Launcher.main(Launcher.java:151)
Caused by: org.pentaho.di.core.exception.KettleXMLException:
Error reading object from XML file


Error reading object from XML file


Unable to load step info from XML step nodeorg.pentaho.di.core.exception.KettleXMLException:
Problem de-serializing model file using supplied file name!


Problem de-serializing model file using supplied file name!


at org.pentaho.di.trans.TransMeta.loadXML(TransMeta.java:3316)
at org.pentaho.di.trans.TransMeta.<init>(TransMeta.java:2676)
at org.pentaho.di.trans.TransMeta.<init>(TransMeta.java:2628)
at org.pentaho.di.trans.TransMeta.<init>(TransMeta.java:2605)
at org.pentaho.di.trans.TransMeta.<init>(TransMeta.java:2585)
at org.pentaho.di.trans.TransMeta.<init>(TransMeta.java:2550)
at org.pentaho.di.trans.Trans.<init>(Trans.java:571)
... 16 more
Caused by: org.pentaho.di.core.exception.KettleXMLException:
Error reading object from XML file


Unable to load step info from XML step nodeorg.pentaho.di.core.exception.KettleXMLException:
Problem de-serializing model file using supplied file name!


Problem de-serializing model file using supplied file name!


at org.pentaho.di.trans.TransMeta.loadXML(TransMeta.java:3298)
... 22 more
Caused by: org.pentaho.di.core.exception.KettleXMLException:
Unable to load step info from XML step nodeorg.pentaho.di.core.exception.KettleXMLException:
Problem de-serializing model file using supplied file name!


Problem de-serializing model file using supplied file name!


at org.pentaho.di.trans.step.StepMeta.<init>(StepMeta.java:380)
at org.pentaho.di.trans.TransMeta.loadXML(TransMeta.java:2935)
... 22 more
Caused by: org.pentaho.di.core.exception.KettleXMLException:
Problem de-serializing model file using supplied file name!


at org.pentaho.di.scoring.WekaScoringMeta.loadXML(WekaScoringMeta.java:575)
at org.pentaho.di.trans.step.StepMeta.loadXmlCompatibleStepMeta(StepMeta.java:396)
at org.pentaho.di.trans.step.StepMeta.<init>(StepMeta.java:306)
... 23 more

How create dimension date only with year and month

$
0
0
Hello , how to create a dimension date only with year and month , exemple : year 2014 month 01 year 2014 month 02 ..... using PDI ?? I'm using "generate row" and "add sequemce" for generate years but how generate rows with years and months ???
Thank you very mutch.

Cassandra data in BI Server Report Designer

$
0
0
We're evaluating the Pentaho Suite, and we're designing our reports in the Web based BI Server.

This works fine for JDBC or CSV data, however there is no option to select Cassandra as a Data Source.
It seems we need a custom PDI transformation for this, so we designed this and saved as a kettle file.
However, we still can't select this kettle file as a Data Source in the web designer.
Do we need to install a plugin to make PDI available as a data source?

(the standalone Report Designer does allow us to select PDI as a data source, but we prefer to use the web designer as it is more intuitive and flexible).

Thanks.

CDE Dashboard - Long loading at first time

$
0
0
Hi,
I have a problem, when i'm open dashboard for the first time it's loading about 5 minutes ... when i close and open it again then loads immediately. Anyone have similiar problem ? Thanks for the replies.

Error parsing parameter information

$
0
0
I made a report pentaho report designer with parameters that are datetime and date format is dd-MM-yyyy, when I publish I get 'Error parsing parameter information'.

Any solution?

Joomla and spring pre authentication

$
0
0
Hi guys, i'm traying to integrate pentaho with joomla. My web authentication is managed for joomla, with an ldap base so i want to use the pre authentication that provides spring-security by passing the username.
Can you guys helping me with some steps to follow?
Viewing all 16689 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>