Hi,
I am running Pentaho Community Edition 3.2 (Kettle) and trying to load to Infobright Comm Edition on my laptop.
Things go fine till the time I attempt to run the job. Its test job with no functionality.
When run, the job fails with an error message as follows -
Error inserting/updating row
Table storage engine for 'ppl2' doesnt have this option
at org.pentaho.di.trans.steps.tableoutput.TableOutput.writeToTable(TableOutput.java:422)
at org.pentaho.di.trans.steps.tableoutput.TableOutput.processRow(TableOutput.java:114)
at org.pentaho.di.trans.step.BaseStep.runStepThread(BaseStep.java:2889)
at org.pentaho.di.trans.steps.tableoutput.TableOutput.run(TableOutput.java:680)
Caused by: org.pentaho.di.core.exception.KettleDatabaseException:
The table storage engine is BrightHouse. The table creation script looks like this -
CREATE TABLE BH_RSI_Repository.ppl2
(
Name VARCHAR(50),
Place VARCHAR(50),
BYear INTEGER
)
ENGINE = BRIGHTHOUSE;
Also, when I am trying to insert from mysql query browser interface, I am not able to insert in the table, same error message comes. The mysql error number is 1031, but I am unable to get any references/solutions to that, even google is not coming back with any details on that. Here’s the exact error mesage -
Error: 1031 SQLSTATE: HY000 (ER_ILLEGAL_HA)
Please help understand/resolve the problem…

