dhartford
05-21-2007, 12:00 PM
Hey all,
I had a previous transformation that used the Text File Input step. The file was passed as a variable. This is on a Windows machine.
In 2.4.0, the original/working version, the variable was like this:
//server1/share/subdir/file1.csv
In 2.5.0, what should this be?
I've tried file://server1, smb://server1, etc and none work. I get errors like:
=========
"Couldn't open file #0 : C:\containers\kettle\Kettle-2.5.0\smb:\server1\share\subdir\file1.csv --> org.apache.commons.vfs.FileSystemException: Could not read from "file:///C:/containers/kettle/Kettle-2.5.0/smb:/server1/share/subdir/file1.csv" because it is a not a file."
=========
I noticed there is no jcifs jar, so added that to /libext, but that does not seem to have an impact (and I did close and re-open Spoon). This is all tested within Spoon.
I had a previous transformation that used the Text File Input step. The file was passed as a variable. This is on a Windows machine.
In 2.4.0, the original/working version, the variable was like this:
//server1/share/subdir/file1.csv
In 2.5.0, what should this be?
I've tried file://server1, smb://server1, etc and none work. I get errors like:
=========
"Couldn't open file #0 : C:\containers\kettle\Kettle-2.5.0\smb:\server1\share\subdir\file1.csv --> org.apache.commons.vfs.FileSystemException: Could not read from "file:///C:/containers/kettle/Kettle-2.5.0/smb:/server1/share/subdir/file1.csv" because it is a not a file."
=========
I noticed there is no jcifs jar, so added that to /libext, but that does not seem to have an impact (and I did close and re-open Spoon). This is all tested within Spoon.