Enabling LSFIntegDCDL Scheduler in Lawson Portal

Before you start, you must put the ioapi file in $LAWDIR/system.

See Generating an ION API file.

  1. Specify the productline in the lsfintegdl.bat file.
    1. Navigate to $GENDIR/bin.
    2. Open the lsfintegdl.bat file.
    3. For a single or multiple specific tables, specify the productline in the placeholder <productline> and add -Dtables=<table separated by comma (,)>.

      java -jar -Dproductline=<productline> -Dtables=<name of table separated by comma (,)> %GENDIR%\java\jar\LSFIntegDCDL.jar

      For example,

      java -jar -Dproductline=apps100 -Dtables=apvemast,apvenaddr %GENDIR%\java\jar\LSFIntegDCDL.jar

    4. For the entire productline, specify the productline in the placeholder:

      <productline>1)Java -jar -Dproductline=apps100 %GENDIR%\java\jar\LSFIntegDCDL.jar

    5. Save the changes and close the file.
  2. Define a job.
    This is a one-time process.
    1. Login to Lawson Portal.
    2. In the search box, specify multi-step job definition.
    3. Click Go.
    4. On the Multi-Step Job Definition page, specify this information:
      Job Name
      Specify DCDLJOB.
      Type
      Select Universe.
      Token
      Specify lsfintegdl.
  3. Define the recurring job.
    1. On the Recurring Job Definition page in Lawson Portal, specify recurring job definition in the User Name search box.
    2. Click Go.
    3. Click Add.
    4. Select the Job Name column and click the search button.
    5. On the DrillSelect popup window, select the Job Name DCDLJOB.
    6. In the Frequency column, select the frequency.
    7. In Start Date column, select the start date.
    8. In the Stop Date column, select the stop date.
    9. In the Run Time column, specify the run time value.
    10. In the Time column, specify the grace time value.
    11. In the If Late column, select the if late value is Hold or Next.
    12. Click Submit.