i am using kettle 3.2
. i have a requirement like i need to write CSV file
based on the data from the another table
. As the number of rows increases
the CSV files
also increases
. i mean if i have 2 rows then the file will created like 1st row data in one.csv and second data in two.csv
The design which i made works fine up to 650 rows but after 700 it is showing the error
2012/12/31 14:21:27 - CSV FILE OUTPUT.0 - ERROR (version 3.2.0-GA,
build 10572 from 2009-05-12 08.45.26 by buildguy) : Unexpected error :
2012/12/31 14:21:27 - CSV FILE OUTPUT.0 - ERROR (version 3.2.0-GA,
build 10572 from 2009-05-12 08.45.26 by buildguy) :
org.pentaho.di.core.exception.KettleException: 2012/12/31 14:21:27 -
CSV FILE OUTPUT.0 - ERROR (version 3.2.0-GA, build 10572 from
2009-05-12 08.45.26 by buildguy) : Error opening new file :
org.apache.commons.vfs.FileSystemException: Could not create file
"file:///home/admin/Desktop/data-integration3.2/CT_1056800_20121231_142127.CSV".
2012/12/31 14:21:27 - CSV FILE OUTPUT.0 - ERROR (version 3.2.0-GA,
build 10572 from 2009-05-12 08.45.26 by buildguy) : 2012/12/31
14:21:27 - CSV FILE OUTPUT.0 - ERROR (version 3.2.0-GA, build 10572
from 2009-05-12 08.45.26 by buildguy) : at
org.pentaho.di.trans.steps.textfileoutput.TextFileOutput.openNewFile(TextFileOutput.java:654)
2012/12/31 14:21:27 - CSV FILE OUTPUT.0 - ERROR (version 3.2.0-GA,
build 10572 from 2009-05-12 08.45.26 by buildguy) : at
org.pentaho.di.trans.steps.textfileoutput.TextFileOutput.setDataWriterForFilename(TextFileOutput.java:187)
2012/12/31 14:21:27 - CSV FILE OUTPUT.0 - ERROR (version 3.2.0-GA,
build 10572 from 2009-05-12 08.45.26 by buildguy) : at
org.pentaho.di.trans.steps.textfileoutput.TextFileOutput.processRow(TextFileOutput.java:163)
2012/12/31 14:21:27 - CSV FILE OUTPUT.0 - ERROR (version 3.2.0-GA,
build 10572 from 2009-05-12 08.45.26 by buildguy) : at
org.pentaho.di.trans.step.BaseStep.runStepThread(BaseStep.java:2889)
2012/12/31 14:21:27 - CSV FILE OUTPUT.0 - ERROR (version 3.2.0-GA,
build 10572 from 2009-05-12 08.45.26 by buildguy) : at
org.pentaho.di.trans.steps.textfileoutput.TextFileOutput.run(TextFileOutput.java:849)
2012/12/31 14:21:27 - EXTRACTION_FOR_CUSTOMER - ERROR (version
3.2.0-GA, build 10572 from 2009-05-12 08.45.26 by buildguy) : Errors detected!
please help me to solve this. thanks in advance