Not able to execute ETL job from cmd prompt windows 10
Hi All,
I have a designed a etl job which is to be executed using batch file.
But when I try it fails. I tried executing job from cmd prompt. I get access denied message in cmd prompt.
I am using windows 10 machine, Pentaho 7.1 ce and jre1.8.0_171
When I execute the etl job from spoon.bat UI it works well but not from cmd prompt.
The logged in user on windows 10 machine is a admin user.
Please help!
Thanks
Ajinkya
if spaces present trying using quotes
Even quotes alone can work instead of underscore too. Just try and let us know.
Quote:
Originally Posted by
Ajinkya
Thanks,
Issue was in command. Command was breaking due to space. I was having space in folder name which was pointing to kitchen.bat file.
It worked after using "_" in place of space.