Details
-
Type: Bug
-
Status: Closed
-
Priority: Trivial
-
Resolution: Fixed
-
Affects Version/s: 1.1.0-RC1
-
Fix Version/s: 1.1.0-RC2
-
Component/s: Reporting (Outbound Datafeeds)
-
Labels:None
Description
While running Datafeed service script, it shows exception - "can not find folder"
SOAP REQUEST:
15:04:24,182 INFO [STDOUT] ERROR 13-02 15:04:24,182 - Text file output - Couldn't open file ${FILENAMEPATTERN}
15:04:24,182 INFO [STDOUT] ERROR 13-02 15:04:24,182 - Text file output - org.pentaho.di.core.exception.KettleException:
Error opening new file : org.pentaho.di.core.exception.KettleException:
We can not find folder file:///home/optus/datafeeds! You need to create it before generating file [/home/optus/datafeeds/AcctPerfSum_2012-02-01_2012-02-08.csv].
at org.pentaho.di.trans.steps.textfileoutput.TextFileOutput.openNewFile(TextFileOutput.java:683)
at org.pentaho.di.trans.steps.textfileoutput.TextFileOutput.init(TextFileOutput.java:776)
at org.pentaho.di.trans.step.StepInitThread.run(StepInitThread.java:52)
at java.lang.Thread.run(Thread.java:662)
Expected result:
It would be better if we can include creation of folder structure as a part of installation script.