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

Is a pure javascript olap cube pivot UI component possible?

$
0
0
We have a lot of cube pivot UI for mondrian OLAP server, like jpivot, saiku and Penthaho. They are all based on java platform and use olap4j library at back end.

Another pivot solution is use Microsoft Excel + simba driver (of course we need buy both licenses from microsoft and simba, mondrian doesn't support access by excel directly, but iccube support directly access by Excel).

Since xmla is a soap message and why not we provide a pure javascript cube pivot UI so that we don't need tie us to java platform? Saiku use jquery and restful service is kind of improvement but not enough, we can use ajax to send soap to xmla server directly. xmla4js is to the rescue.

While I am developing a pure javascript component mimic Microsoft Excel pivot table and pivot charts, I always put these thinking in my mind. After I successfully implement almost all features of Excel pivot table for CSV format data recently, I started to implement the same UI functionality for mondrian olap cube pivot. The result is quite good, we can easily pivot mondrian olap cubes and the performance is better than other solutions since we use ajax call to get data from olap server directly without any translation in the middle and UI will consume the whole dataset from OLAP server directly.

Here is a demo site for this pure javascript pivot table component: (please use load data dialog to try to load from demo mondrian cube, please pay attention to that this feature is still under developing and not finished yet)

bi2.io

webpivottable.com

This is just the first step and of course we need think a lot more than this, like security control. If you would like to use this kind of component in your BI project, would you please give your opinion of improvement you would like to see for this component?

minghai zhao

Pentaho 5 CE

xaction and ssh2

$
0
0
Hi guys,

PDI v4.4
BI server CE v4.8
Design Studio v4.0

java -v = 1.6.0_27 (for all users, i.e. no alternatives)

Debian 7.1 with a 3.2 kernal

Problem:

Whenever I try to run an xaction with a PDI step that contains any of the various ssh2 options i get the following error:

Unexpected error loading class:
com/trilead/ssh2/Pentaho

this occurs against both ssh2 gets and puts, haven't tried sftp functions.

Job runs when launched from spoon. Would this be a permission error with the pentaho (biserver) user? If not any other clues?

Thanks,

Josh.

Parameters in SingleValueQuery function

$
0
0
Hi,

I've seen this question posted before but the solution given didn't work for me for some reason?

I have a parameter in my report ${monthdate} (String) which is working correctly in the main query for the report. I need to use this same parameter to display the Month name in the report header.

I am using a Single Value Query function, MonthYearFunction, and have created a query in the JDBC data source as such:

SELECT concat(MONTHNAME(${monthdate}),' ', Year(${monthdate}))

The I reference the function in the report header : Data for $(MonthYearFunction) but nothing is displayed.

It works perfectly if I replace the parameter with a string ('2013-06-01') but the parameter being passed to the Single Value Query function seems to be null?

Sorry I am very new to Pentaho and am possibly doing something quite stupid :) There is probably a much better way to do this, and any help I could get would be really appreciated!

Cheers,

Ben.

CSVFileLoader can no longer handle CSV files with spaces

$
0
0
With 3-7-7, CSVFileLoader could load CSV files with spaces in the data.

It appears that with 3-7-9 this is no longer the case. I believe it is because it delegates to ARFFFileLoader, but does not surround values containing spaces with quotes, as the ARFF syntax requires.

Would it be possible to change 3-7-9 CSVFileLoader to do so? This represents a fairly serious regression for us.

Thanks.

CBF Compiling Errors

$
0
0
Hi dears,

I want to develop Pentaho CE with source code.
So I was decided to use Pentaho Community Build Framework(CBF) and follow as this site.
http://wiki.pentaho.com/display/COM/...uild+Framework
Compiling process is nearly ok.
But I have following errors. I am not sure what are I modified.

------
install-kettle-plugins:
[unzip] Expanding: D:\Java\PentahoWorkspace\cbf-quickstart\target-build\bi-platform-build\kettle-plugins\pentaho-big-data-plugin-1.3.0.zip into D:\Java\PentahoWorkspace\cbf-quickstart\target-build\tomcat-pci-test\biserver-ce\pentaho-solutions\system\kettle\plugins

assemble:

prep-dev-biserver:
[xmlvalidate] 1 file(s) have been successfully validated.

dev-update:
Duplicated project name in import. Project subfloor defined first in D:\Java\PentahoWorkspace\cbf-quickstart\target-build\bi-platform-assembly\build-res\subfloor.xml and again in D:\Java\PentahoWorkspace\cbf-quickstart\target-build\bi-platform-api\build-res\subfloor.xml

init:

compile.pre:

compile.compile:
[javac] Compiling 165 source files to D:\Java\PentahoWorkspace\cbf-quickstart\target-build\tomcat-pci-test\biserver-ce\tomcat\webapps\pentaho\WEB-INF\classes
[javac] javac: no source files
[javac] Usage: javac <options> <source files>
[javac] use -help for a list of possible options


BUILD FAILED
D:\Java\PentahoWorkspace\cbf-quickstart\build.xml:293: The following error occurred while executing this line:
D:\Java\PentahoWorkspace\cbf-quickstart\target-build\bi-platform-build\dev_build.xml:157: The following error occurred while executing this line:
D:\Java\PentahoWorkspace\cbf-quickstart\target-build\bi-platform-build\dev_build.xml:159: The following error occurred while executing this line:
D:\Java\PentahoWorkspace\cbf-quickstart\target-build\bi-platform-api\build-res\subfloor.xml:1151: Compile failed; see the compiler error output for details.

Total time: 8 minutes 59 seconds
-------

Please let me know your opinion.

Regards,
Ye` Win.

Database Connection Fails

$
0
0
I have a database connection that fails the first time I run a transformation, but if I run it again it works fine. It is a SQL Connection using JTDS version 1.2.5, with Pentaho 4.3. The URL is jdbc:jtds:sqlserver://10.1.66.111/ndisc_db;instance=SS01P . The connection that fails is the source input connection. I tried using JTDS 1.3 but it fails completely.

The SQL Server is a named instance, and Dynamic Ports is set to "0", meaning I think that it is using Dynamic Ports, if that is relevant. We have other jobs where this doesn't seems to be a problem.

The error log is:

Code:

2013/07/01 21:47:56 - write_to_csv_files -  Transformation has allocated a new step: [quarterly xls].0
2013/07/01 21:47:56 - write_to_csv_files - This transformation can be replayed with replay date: 2013/07/01 21:47:56
2013/07/01 21:47:56 - write_to_csv_files - Initialising 6 steps...
2013/07/01 21:47:56 - dm_get_prev_month.0 - Running on slave server #0/1.
2013/07/01 21:47:56 - monthly xls.0 - Running on slave server #0/1.
2013/07/01 21:47:56 - conn_ndisc_dm - New database connection defined
2013/07/01 21:47:56 - weekly xls.0 - Running on slave server #0/1.
2013/07/01 21:47:56 - dm_get_prev_week.0 - Running on slave server #0/1.
2013/07/01 21:47:56 - dm_get_prev_quarter.0 - Running on slave server #0/1.
2013/07/01 21:47:56 - conn_ndisc_dm - New database connection defined
2013/07/01 21:47:56 - conn_ndisc_dm - New database connection defined
2013/07/01 21:47:56 - quarterly xls.0 - Running on slave server #0/1.
2013/07/01 21:47:56 - conn_ndisc_dm - Connected to database.
2013/07/01 21:47:56 - conn_ndisc_dm - Auto commit off
2013/07/01 21:47:56 - dm_get_prev_week.0 - Connected to database...
2013/07/01 21:48:02 - dm_get_prev_month.0 - ERROR (version 4.2.0-RC1, build 15366 from 2011-06-14 12.04.35 by buildguy) : An error occurred, processing will be stopped:
2013/07/01 21:48:02 - dm_get_prev_month.0 - ERROR (version 4.2.0-RC1, build 15366 from 2011-06-14 12.04.35 by buildguy) : Error occured while trying to connect to the database
2013/07/01 21:48:02 - dm_get_prev_month.0 - ERROR (version 4.2.0-RC1, build 15366 from 2011-06-14 12.04.35 by buildguy) :
2013/07/01 21:48:02 - dm_get_prev_month.0 - ERROR (version 4.2.0-RC1, build 15366 from 2011-06-14 12.04.35 by buildguy) : Error connecting to database: (using class net.sourceforge.jtds.jdbc.Driver)
2013/07/01 21:48:02 - dm_get_prev_month.0 - ERROR (version 4.2.0-RC1, build 15366 from 2011-06-14 12.04.35 by buildguy) : Unable to get information from SQL Server: 10.1.66.111.
2013/07/01 21:48:02 - dm_get_prev_quarter.0 - ERROR (version 4.2.0-RC1, build 15366 from 2011-06-14 12.04.35 by buildguy) : An error occurred, processing will be stopped:
2013/07/01 21:48:02 - dm_get_prev_quarter.0 - ERROR (version 4.2.0-RC1, build 15366 from 2011-06-14 12.04.35 by buildguy) : Error occured while trying to connect to the database
2013/07/01 21:48:02 - dm_get_prev_quarter.0 - ERROR (version 4.2.0-RC1, build 15366 from 2011-06-14 12.04.35 by buildguy) :
2013/07/01 21:48:02 - dm_get_prev_quarter.0 - ERROR (version 4.2.0-RC1, build 15366 from 2011-06-14 12.04.35 by buildguy) : Error connecting to database: (using class net.sourceforge.jtds.jdbc.Driver)
2013/07/01 21:48:02 - dm_get_prev_quarter.0 - ERROR (version 4.2.0-RC1, build 15366 from 2011-06-14 12.04.35 by buildguy) : Unable to get information from SQL Server: 10.1.66.111.
2013/07/01 21:48:02 - conn_ndisc_dm - Statement canceled!
2013/07/01 21:48:02 - conn_ndisc_dm - Statement canceled!
2013/07/01 21:48:02 - conn_ndisc_dm - Statement canceled!
2013/07/01 21:48:02 - conn_ndisc_dm - Statement canceled!
2013/07/01 21:48:02 - conn_ndisc_dm - Statement canceled!
2013/07/01 21:48:02 - conn_ndisc_dm - Statement canceled!
2013/07/01 21:48:02 - conn_ndisc_dm - Statement canceled!
2013/07/01 21:48:02 - conn_ndisc_dm - Statement canceled!
2013/07/01 21:48:02 - conn_ndisc_dm - Statement canceled!
2013/07/01 21:48:02 - conn_ndisc_dm - Statement canceled!
2013/07/01 21:48:02 - dm_get_prev_month.0 - ERROR (version 4.2.0-RC1, build 15366 from 2011-06-14 12.04.35 by buildguy) : Error initializing step [dm_get_prev_month]
2013/07/01 21:48:02 - dm_get_prev_quarter.0 - ERROR (version 4.2.0-RC1, build 15366 from 2011-06-14 12.04.35 by buildguy) : Error initializing step [dm_get_prev_quarter]
2013/07/01 21:48:02 - write_to_csv_files - ERROR (version 4.2.0-RC1, build 15366 from 2011-06-14 12.04.35 by buildguy) : Step [dm_get_prev_month.0] failed to initialize!
2013/07/01 21:48:02 - write_to_csv_files - Step [monthly xls.0] initialized flawlessly.
2013/07/01 21:48:02 - write_to_csv_files - Step [dm_get_prev_week.0] initialized flawlessly.
2013/07/01 21:48:02 - write_to_csv_files - Step [weekly xls.0] initialized flawlessly.
2013/07/01 21:48:02 - write_to_csv_files - ERROR (version 4.2.0-RC1, build 15366 from 2011-06-14 12.04.35 by buildguy) : Step [dm_get_prev_quarter.0] failed to initialize!
2013/07/01 21:48:02 - write_to_csv_files - Step [quarterly xls.0] initialized flawlessly.
2013/07/01 21:48:02 - dm_get_prev_month.0 - Finished reading query, closing connection.
2013/07/01 21:48:02 - dm_get_prev_week.0 - Finished reading query, closing connection.
2013/07/01 21:48:02 - conn_ndisc_dm - Commit on database connection [conn_ndisc_dm]
2013/07/01 21:48:02 - conn_ndisc_dm - Connection to database closed!
2013/07/01 21:48:02 - dm_get_prev_quarter.0 - Finished reading query, closing connection.
2013/07/01 21:48:02 - Spoon - ERROR (version 4.2.0-RC1, build 15366 from 2011-06-14 12.04.35 by buildguy) : write_to_csv_files: preparing transformation execution failed
2013/07/01 21:48:02 - Spoon - ERROR (version 4.2.0-RC1, build 15366 from 2011-06-14 12.04.35 by buildguy) : org.pentaho.di.core.exception.KettleException:
2013/07/01 21:48:02 - Spoon - ERROR (version 4.2.0-RC1, build 15366 from 2011-06-14 12.04.35 by buildguy) : We failed to initialize at least one step.  Execution can not begin!
2013/07/01 21:48:02 - Spoon - ERROR (version 4.2.0-RC1, build 15366 from 2011-06-14 12.04.35 by buildguy) :
2013/07/01 21:48:02 - Spoon - ERROR (version 4.2.0-RC1, build 15366 from 2011-06-14 12.04.35 by buildguy) :
2013/07/01 21:48:02 - Spoon - ERROR (version 4.2.0-RC1, build 15366 from 2011-06-14 12.04.35 by buildguy) :    at org.pentaho.di.trans.Trans.prepareExecution(Trans.java:784)
2013/07/01 21:48:02 - Spoon - ERROR (version 4.2.0-RC1, build 15366 from 2011-06-14 12.04.35 by buildguy) :    at org.pentaho.di.ui.spoon.trans.TransGraph$22.run(TransGraph.java:3662)
2013/07/01 21:48:02 - Spoon - ERROR (version 4.2.0-RC1, build 15366 from 2011-06-14 12.04.35 by buildguy) :    at java.lang.Thread.run(Unknown Source)
2013/07/01 21:48:02 - write_to_csv_files - ERROR (version 4.2.0-RC1, build 15366 from 2011-06-14 12.04.35 by buildguy) : Errors detected!
2013/07/01 21:48:02 - write_to_csv_files - ERROR (version 4.2.0-RC1, build 15366 from 2011-06-14 12.04.35 by buildguy) : Errors detected!

Any idea? Generally if I run it once and it fails it will succeed if I run it the second time quickly enough.

Pentaho Job Fails but Windows Task Scheduler registers success

$
0
0
I have a Kettle job scheduled with Windows Task Scheduler. When the job fails and errors out in the Pentaho logs it registers as "task completed" in Task Scheduler. Generally if I use something like the SQL Server Agent to schedule a Pentaho job it will show as "failed" if it doesn't run successfully.

This is important here because I have task scheduler set to retry the job if it fails, but it always thinks it was successful.

How to do?

How to set Message field value using formula expression

$
0
0
Hi Everyone,

I have a requirement where i have to set message field value conditionally,I have checked every post but failed to get solutions.I am sure there must be solution for my problem.


Ankit

Hello from Icecube

$
0
0
Hello I just completed my registration here and I am here to take part in events and discussions regarding video production, webcast, etc so that we may start our discussion.

Error while accesing a report from PUC

$
0
0
Hi all,

While Closing my prpt report from my PUC after successful accessing,

I got following error in a dialog box , can some one help me to know how to resolve this



Thanks,
Surya

How to use "case when" in formula field

$
0
0
Hi,

I have trouble using the formula field in Pentaho Metadata Editor. I want to make a "case when". At the moment, it looks like this :
Code:

=CASE([BT_ORDER_ORDER.BC_ORDER_TYPE]="0";
"Dep";
[BT_ORDER_ORDER.BC_ORDER_TYPE]="1";
"Arr";
)

The result is :
Code:

An error occurred executing SQL: SELECT DISTINCT
          =CASE(
[BT_ORDER_ORDER.BC_ORDER_TYPE]="0";
"Dep";
[BT_ORDER_ORDER.BC_ORDER_TYPE]="1";
"Arr";
) AS "COL0"
FROM
          "myDB"."Order" "BT_ORDER_ORDER"


ERROR: syntax error at or near "="
  Position : 28

I tried without the "=" but it doesn't work. The option "is the Formula Exact?" is checked.
If one of you has already used the "case" formula, could you help me please?

Thanks.

error when connecting to Oracle database

$
0
0
Hi,

I am experiencing some problems when I try to connect from PDI v 4.4 to an Oracle database.

The error message received is

Error connecting to database [ORA] : org.pentaho.di.core.exception.KettleDatabaseException:
Error occured while trying to connect to the database
Exception while loading class
oracle.jdbc.driver.OracleDriver

org.pentaho.di.core.exception.KettleDatabaseException:
Error occured while trying to connect to the database
Exception while loading class
oracle.jdbc.driver.OracleDriver

at org.pentaho.di.core.database.Database.normalConnect(Database.java:366)
at org.pentaho.di.core.database.Database.connect(Database.java:315)
at org.pentaho.di.core.database.Database.connect(Database.java:277)
at org.pentaho.di.core.database.Database.connect(Database.java:267)
at org.pentaho.di.core.database.DatabaseFactory.getConnectionTestReport(DatabaseFactory.java:86)
at org.pentaho.di.core.database.DatabaseMeta.testConnection(DatabaseMeta.java:2464)
at org.pentaho.ui.database.event.DataHandler.testDatabaseConnection(DataHandler.java:533)
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:329)
at org.pentaho.ui.xul.impl.AbstractXulComponent.invoke(AbstractXulComponent.java:139)
at org.pentaho.ui.xul.impl.AbstractXulComponent.invoke(AbstractXulComponent.java:123)
at org.pentaho.ui.xul.swt.tags.SwtButton.access$500(SwtButton.java:26)
at org.pentaho.ui.xul.swt.tags.SwtButton$4.widgetSelected(SwtButton.java:119)
at org.eclipse.swt.widgets.TypedListener.handleEvent(Unknown Source)
at org.eclipse.swt.widgets.EventTable.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.ui.xul.swt.tags.SwtDialog.show(SwtDialog.java:378)
at org.pentaho.ui.xul.swt.tags.SwtDialog.show(SwtDialog.java:304)
at org.pentaho.di.ui.core.database.dialog.XulDatabaseDialog.open(XulDatabaseDialog.java:115)
at org.pentaho.di.ui.core.database.dialog.DatabaseDialog.open(DatabaseDialog.java:62)
at org.pentaho.di.ui.spoon.delegates.SpoonDBDelegate.editConnection(SpoonDBDelegate.java:88)
at org.pentaho.di.ui.spoon.Spoon.editConnection(Spoon.java:2474)
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:329)
at org.pentaho.ui.xul.impl.AbstractXulComponent.invoke(AbstractXulComponent.java:139)
at org.pentaho.ui.xul.impl.AbstractXulComponent.invoke(AbstractXulComponent.java:123)
at org.pentaho.ui.xul.jface.tags.JfaceMenuitem.access$100(JfaceMenuitem.java:26)
at org.pentaho.ui.xul.jface.tags.JfaceMenuitem$1.run(JfaceMenuitem.java:85)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:498)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:545)
at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:490)
at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:402)
at org.eclipse.swt.widgets.EventTable.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:1221)
at org.pentaho.di.ui.spoon.Spoon.waitForDispose(Spoon.java:7044)
at org.pentaho.di.ui.spoon.Spoon.start(Spoon.java:8304)
at org.pentaho.di.ui.spoon.Spoon.main(Spoon.java:580)
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:134)
Caused by: org.pentaho.di.core.exception.KettleDatabaseException:
Exception while loading class
oracle.jdbc.driver.OracleDriver
at org.pentaho.di.core.database.Database.connectUsingClass(Database.java:421)
at org.pentaho.di.core.database.Database.normalConnect(Database.java:350)
... 54 more
Caused by: java.lang.ClassNotFoundException: oracle.jdbc.driver.OracleDriver
at java.net.URLClassLoader$1.run(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at org.pentaho.di.core.database.Database.connectUsingClass(Database.java:412)
... 55 more
Hostname : localhost
Port : 1521
Database name : xe

Please let me know how I can fix this.

Thanks,

J

Role Based Security And Content Based Security implementation through User Console

$
0
0
Dear All,

I am new to Pentaho Dashboarding and Reporting. I have created a Dashboard through User Console which uses -
1. a dropdown filter showing all company names
2. dials
3. analyzer reports

My requirement is -
1. Restrict dashboard access for approx 150 users with their individual logins (Role Based security)
2. Each user should be able to see data pertaining to their Company (from dropdown filter) (Content Based security)


Please note that I dont have knowledge on java scripting or coding. This dashboard is a simple dashboard created on MySQL database.
I read few articles in Infocenter but could not find correct solution as per my requirement. PLease let me know how can we achieve this.


Any help would be really appreciated.

Regards,
Sneha

Adding new Column??

$
0
0
dear kettle specialists,

Is it possible adding new columns(rownumbers, current date-time) to a txt-file without "Text file output" at all?? Because, it's so loss of time reading whole txt-document from start (text file input) just to add couple of columns.

what i now do is in transformatino: 1-TextFile Input, 2-Get System Info, 3-Add Sequence, and 4-Text File Output(also here i am facing difficulties with keeping the old filename unchanged). There are surely other ways, aren't there?


Appreciate your suggestions and help
Thank you in advance

Simple data integration forms

$
0
0
Hi there.

As a newbie, I have an obviously dumb question.

I'll supposed to provide simple forms to let some users type data which can not be integrated using Kettle (For instance, market share data coming from other companies).

How should I do that ? Should I build a PHP application oin the same server ? Try and use CTools ? I honestly have no clue.

Could someone tell me what the best practice would be ?

Pentaho Data Integration 4.4.1 GA release available in community version?

$
0
0
Hi,

We are using community version of Pentaho Data Integration 4.2.0 , wanted to know if the , 4.4.1 GA release available in community.

Or is there any way to get it


Please reply ASAP.

thanks and regards,
Pradeep

Set several Variables

$
0
0
hi all

How can i set several Variables with different input-values? is that possible, if yes than how?


would be glad to get any help
thank you in advance

CDA Compound Join with timestamps issue

$
0
0
I'm using the CDA compound join feature and it works fine as long as none of the columns in the result sets from either query includes a timestamp data type. Is this a know issue?

MY SQL Bul Loader Error from Spoon

$
0
0
Hi ,

i am trying to load a file to MY SQL using MYSQL Bulk Loader using spoon from my desktop and i get the below error.
can you please help?

2013/07/02 09:36:01 - TX_BULK_LOAD_RET_RATES - Dispatching started for transformation [TX_BULK_LOAD_RET_RATES]
2013/07/02 09:36:01 - Transformation metadata - Natural sort of steps executed in 0 ms (3 time previous steps calculated)
2013/07/02 09:36:01 - Text file input.0 - Opening file: file:///C:/Backup/andrew/EES/Timelab/Pentaho/Input/RET_rates.txt
2013/07/02 09:36:01 - Text file input.0 - Finished processing (I=4, O=0, R=0, W=4, U=1, E=0)
2013/07/02 09:36:01 - MySQL Bulk Loader.0 - Creating FIFO file using this command : mkfifo /Temp/fifo
2013/07/02 09:36:01 - MySQL Bulk Loader.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : Error in step, asking everyone to stop because of:
2013/07/02 09:36:01 - MySQL Bulk Loader.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : org.pentaho.di.core.exception.KettleException:
2013/07/02 09:36:01 - MySQL Bulk Loader.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : java.io.IOException: Cannot run program "mkfifo": CreateProcess error=2, The system cannot find the file specified
2013/07/02 09:36:01 - MySQL Bulk Loader.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : Cannot run program "mkfifo": CreateProcess error=2, The system cannot find the file specified
2013/07/02 09:36:01 - MySQL Bulk Loader.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) :
2013/07/02 09:36:01 - MySQL Bulk Loader.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : at org.pentaho.di.trans.steps.mysqlbulkloader.MySQLBulkLoader.execute(MySQLBulkLoader.java:140)
2013/07/02 09:36:01 - MySQL Bulk Loader.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : at org.pentaho.di.trans.steps.mysqlbulkloader.MySQLBulkLoader.processRow(MySQLBulkLoader.java:267)
2013/07/02 09:36:01 - MySQL Bulk Loader.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : at org.pentaho.di.trans.step.RunThread.run(RunThread.java:50)
2013/07/02 09:36:01 - MySQL Bulk Loader.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : at java.lang.Thread.run(Unknown Source)
2013/07/02 09:36:01 - MySQL Bulk Loader.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : Caused by: java.io.IOException: Cannot run program "mkfifo": CreateProcess error=2, The system cannot find the file specified
2013/07/02 09:36:01 - MySQL Bulk Loader.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : at java.lang.ProcessBuilder.start(Unknown Source)
2013/07/02 09:36:01 - MySQL Bulk Loader.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : at java.lang.Runtime.exec(Unknown Source)
2013/07/02 09:36:01 - MySQL Bulk Loader.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : at java.lang.Runtime.exec(Unknown Source)
2013/07/02 09:36:01 - MySQL Bulk Loader.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : at java.lang.Runtime.exec(Unknown Source)
2013/07/02 09:36:01 - MySQL Bulk Loader.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : at org.pentaho.di.trans.steps.mysqlbulkloader.MySQLBulkLoader.execute(MySQLBulkLoader.java:88)
2013/07/02 09:36:01 - MySQL Bulk Loader.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : ... 3 more
2013/07/02 09:36:01 - MySQL Bulk Loader.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : Caused by: java.io.IOException: CreateProcess error=2, The system cannot find the file specified
2013/07/02 09:36:01 - MySQL Bulk Loader.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : at java.lang.ProcessImpl.create(Native Method)
2013/07/02 09:36:01 - MySQL Bulk Loader.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : at java.lang.ProcessImpl.<init>(Unknown Source)
2013/07/02 09:36:01 - MySQL Bulk Loader.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : at java.lang.ProcessImpl.start(Unknown Source)
2013/07/02 09:36:01 - MySQL Bulk Loader.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : ... 8 more
2013/07/02 09:36:01 - MySQL Bulk Loader.0 - Finished processing (I=0, O=0, R=1, W=0, U=0, E=1)
2013/07/02 09:36:01 - TX_BULK_LOAD_RET_RATES - TX_BULK_LOAD_RET_RATES
2013/07/02 09:36:01 - TX_BULK_LOAD_RET_RATES - TX_BULK_LOAD_RET_RATES
2013/07/02 09:36:01 - Select values.0 - Finished processing (I=0, O=0, R=4, W=4, U=0, E=0)
2013/07/02 09:36:01 - TX_BULK_LOAD_RET_RATES - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : Errors detected!
2013/07/02 09:36:01 - TX_BULK_LOAD_RET_RATES - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : Errors detected!
Viewing all 16689 articles
Browse latest View live