US and Worldwide: +1 (866) 660-7555
Results 1 to 2 of 2

Thread: HOW TO RUN KETTLE JOB(.kjb) simultaneously WITH JBOSS SERVER

  1. #1
    Join Date
    Jun 2012
    Posts
    7

    Post HOW TO RUN KETTLE JOB(.kjb) simultaneously WITH JBOSS SERVER

    HOW TO RUN KETTLE JOB(.kjb) simultaneously WITH JBOSS SERVER

  2. #2
    Join Date
    Jun 2012
    Posts
    7

    Default

    try this:

    1.copy the folder (data-integration) in where jboss folder location
    2.create one folder in data-integration folder and rename it as ETL(optional)
    3.paste the job(.kjb) file in that folder
    4.goto jboss-->bin--->start(edit-->change code as below)
    5.now run start.bat file
    6.then two command prompts ll open
    both files run simultaneously

    *******************************
    set JAVA_HOME=D:\jdk1.6.0_14
    start jboss-4.2.2.GA\bin\run -b 0.0.0.0
    cd data-integration
    Kitchen.bat -file="ETL\NEWTESTJOB.kjb"
    *******************************


    thank you
    kishore.g

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •