Hi all,
I am new to Pentaho, I have a transformation that reads data from a postgresql table and exports it into a flat file.
When I run the transformation, it generates an error:
2014/02/24 12:04:23 - Spoon - Asking for repository2014/02/24 12:04:23 - Version checker - OK
2014/02/24 12:10:22 - Spoon - Transformation opened.
2014/02/24 12:10:22 - Spoon - Launching transformation [DatabaseExampleToprovideparameters2]...
2014/02/24 12:10:22 - Spoon - Started the transformation execution.
2014/02/24 12:10:22 - DatabaseExampleToprovideparameters2 - Dispatching started for transformation [DatabaseExampleToprovideparameters2]
2014/02/24 12:10:22 - Retrieve Products.0 - Finished reading query, closing connection.
2014/02/24 12:10:22 - Text file output.0 - ERROR (version 5.0.1-stable, build 1 from 2013-11-15_16-08-58 by buildguy) : UnexpectedError:
2014/02/24 12:10:22 - Text file output.0 - ERROR (version 5.0.1-stable, build 1 from 2013-11-15_16-08-58 by buildguy) : java.lang.OutOfMemoryError: Requested array size exceeds VM limit
2014/02/24 12:10:22 - Text file output.0 - at org.pentaho.di.trans.steps.textfileoutput.TextFileOutput.convertStringToBinaryString(TextFileOutput.java:338)
2014/02/24 12:10:22 - Text file output.0 - at org.pentaho.di.trans.steps.textfileoutput.TextFileOutput.formatField(TextFileOutput.java:282)
2014/02/24 12:10:22 - Text file output.0 - at org.pentaho.di.trans.steps.textfileoutput.TextFileOutput.writeField(TextFileOutput.java:387)
2014/02/24 12:10:22 - Text file output.0 - at org.pentaho.di.trans.steps.textfileoutput.TextFileOutput.writeRowToFile(TextFileOutput.java:245)
2014/02/24 12:10:22 - Text file output.0 - at org.pentaho.di.trans.steps.textfileoutput.TextFileOutput.processRow(TextFileOutput.java:193)
2014/02/24 12:10:22 - Text file output.0 - at org.pentaho.di.trans.step.RunThread.run(RunThread.java:60)
2014/02/24 12:10:22 - Text file output.0 - at java.lang.Thread.run(Thread.java:744)
2014/02/24 12:10:22 - Retrieve Products.0 - Finished processing (I=10, O=0, R=0, W=10, U=0, E=0)
2014/02/24 12:10:22 - Text file output.0 - Finished processing (I=0, O=1, R=1, W=0, U=0, E=1)
2014/02/24 12:10:22 - DatabaseExampleToprovideparameters2 - ERROR (version 5.0.1-stable, build 1 from 2013-11-15_16-08-58 by buildguy) : Errors detected!
2014/02/24 12:10:22 - Spoon - The transformation has finished!!
2014/02/24 12:10:22 - DatabaseExampleToprovideparameters2 - ERROR (version 5.0.1-stable, build 1 from 2013-11-15_16-08-58 by buildguy) : Errors detected!
2014/02/24 12:10:22 - DatabaseExampleToprovideparameters2 - ERROR (version 5.0.1-stable, build 1 from 2013-11-15_16-08-58 by buildguy) : Errors detected!
2014/02/24 12:10:22 - DatabaseExampleToprovideparameters2 - DatabaseExampleToprovideparameters2
2014/02/24 12:10:22 - DatabaseExampleToprovideparameters2 - DatabaseExampleToprovideparameters2
I know the error has something to increase the JVM.
How do I increase my JVM on a 64bit Windows 7 machine installed with PDI?
Thanks,
Ron