Svekke
04-14-2009, 06:12 AM
Hello everyone,
I'm trying to schedule a couple of commands, including kitchen.
First, I delete some tables from oracle using the command
"sqlplus username/password @C:\Documents....\test.sql"
after that, I do a couple of these commands using sqlplus, access, ....
Everything works fine untill the point where I start using Kitchen.
Kitchen needs to update my dimensions, so I start the job "JOB_ALL.kjb" using the command
kitchen.bat /file:JOB_ALL.KJB
Everything goes well, but when all the dimensions are updated, the CMD just stops. The other commands after the Kitchen command aren't being executed. It appears that Kitchen stops the CMD from doing anything (executing other commands) AFTER the Kitchen command.
Does anyone have a solution for this problem?
I'm trying to schedule a couple of commands, including kitchen.
First, I delete some tables from oracle using the command
"sqlplus username/password @C:\Documents....\test.sql"
after that, I do a couple of these commands using sqlplus, access, ....
Everything works fine untill the point where I start using Kitchen.
Kitchen needs to update my dimensions, so I start the job "JOB_ALL.kjb" using the command
kitchen.bat /file:JOB_ALL.KJB
Everything goes well, but when all the dimensions are updated, the CMD just stops. The other commands after the Kitchen command aren't being executed. It appears that Kitchen stops the CMD from doing anything (executing other commands) AFTER the Kitchen command.
Does anyone have a solution for this problem?