Hi,
Is there any possibility scheduling the etl's whenever we saved the jobs in specify by name and directory ?, kindly answer.
I am trying to run my jobs using batch file with PDI CE 5.3 using (repo type as file) Repository: specify by name in windows OS,but finally i am getting below highlighted error. could you please help me how can we achieve this issue. Please tell me if you need more info.
batch file script:-
-------------------------
@echo off
D:
cd \data-integration
for /F "tokens=2-4 delims=/ " %%i in ('date /t') do set yyyymmdd=%%k%%i%%j
kitchen.bat /file:"D:\PDI\Pf\PLATFORM JOB.kjb" /level:Basic -logfile= D:\data-integration\LOGS\JOB_%yyyymmdd%_%hhmm%.log
error:-
2015/06/24 13:56:29 - MODEL JOB - ERROR (version 5.3.0.0-213, build 1 from 2015-02-02_12-17-08 by buildguy) : Error running job entry 'job' :
2015/06/24 13:56:29 - MODEL JOB - ERROR (version 5.3.0.0-213, build 1 from 2015-02-02_12-17-08 by buildguy) : org.pentaho.di.core.exception.KettleException:
2015/06/24 13:56:29 - MODEL JOB - Unexpected error during job metadata load
2015/06/24 13:56:29 - MODEL JOB -
2015/06/24 13:56:29 - MODEL JOB - Could not execute job specified in a repository since we're not connected to one
2015/06/24 13:56:29 - MODEL JOB -
Specify by name.jpg
Thank you
Is there any possibility scheduling the etl's whenever we saved the jobs in specify by name and directory ?, kindly answer.
I am trying to run my jobs using batch file with PDI CE 5.3 using (repo type as file) Repository: specify by name in windows OS,but finally i am getting below highlighted error. could you please help me how can we achieve this issue. Please tell me if you need more info.
batch file script:-
-------------------------
@echo off
D:
cd \data-integration
for /F "tokens=2-4 delims=/ " %%i in ('date /t') do set yyyymmdd=%%k%%i%%j
kitchen.bat /file:"D:\PDI\Pf\PLATFORM JOB.kjb" /level:Basic -logfile= D:\data-integration\LOGS\JOB_%yyyymmdd%_%hhmm%.log
error:-
2015/06/24 13:56:29 - MODEL JOB - ERROR (version 5.3.0.0-213, build 1 from 2015-02-02_12-17-08 by buildguy) : Error running job entry 'job' :
2015/06/24 13:56:29 - MODEL JOB - ERROR (version 5.3.0.0-213, build 1 from 2015-02-02_12-17-08 by buildguy) : org.pentaho.di.core.exception.KettleException:
2015/06/24 13:56:29 - MODEL JOB - Unexpected error during job metadata load
2015/06/24 13:56:29 - MODEL JOB -
2015/06/24 13:56:29 - MODEL JOB - Could not execute job specified in a repository since we're not connected to one
2015/06/24 13:56:29 - MODEL JOB -
Specify by name.jpg
Thank you