Hi everybody,
I have an issue running Kitchen on a Unix machine.
I currently have the following folder structure (very simplicistic, however that's the core of it):
/data-integration
The repositories is set as following:
<repository> <id>FileRepo</id>
I'm trying to run the Job with Kitchen as following:
sh kitchen.sh -repo="my-repo" -job="Job1.kjb" -dir="/repo"
it seems all correct given the user guide on the website, however I receive the error message in the title.
Any suggestion?
Many thanks in advance!!!
I have an issue running Kitchen on a Unix machine.
I currently have the following folder structure (very simplicistic, however that's the core of it):
/data-integration
kitchen.sh
/.kettle
repositories.xml
/repo
Job1.kjb
The repositories is set as following:
<repository> <id>FileRepo</id>
<name>my-repo</name>
<description>File repository</description>
<is_default>true</is_default>
<base_directory>/data-integration/repo</base_directory>
<read_only>N</read_only>
<hides_hidden_files>Y</hides_hidden_files>
</repository><description>File repository</description>
<is_default>true</is_default>
<base_directory>/data-integration/repo</base_directory>
<read_only>N</read_only>
<hides_hidden_files>Y</hides_hidden_files>
I'm trying to run the Job with Kitchen as following:
sh kitchen.sh -repo="my-repo" -job="Job1.kjb" -dir="/repo"
it seems all correct given the user guide on the website, however I receive the error message in the title.
Any suggestion?
Many thanks in advance!!!