To set up the Lawson network services in the lainetd.cfg file

  1. In the %LAWDIR%\system\lainetd.cfg (Internet daemon) file on all machines in the network cluster, create the following entries, where lawenv is the name of the Lawson Environment as shown in laconfig:
    tcpjslawenv         "%gendir%\bin\tcpjsd.exe"
    tcpexecjoblawenv    "%gendir%\bin\tcpexecjobd.exe"
    **********

    Sample lainetd.cfg file for the nt901 environment:

    tcpjsnt900 "%gendir%\bin\tcpjsd.exe"
    tcpexecjobnt900 "gendir%\bin\tcpexecjobd.exe"
    **********

    Sample lainetd.cfg file for the nt900 environment:

    tcpjsnt900 "%gendir%\bin\tcpjsd.exe"
    tcpexecjobnt900 "gendir%\bin\tcpexecjobd.exe"
    **********
    Note: Include a carriage return after the last entry for the services. (For example, you can include a line of asterisks after the last entry in order to ensure that you have included the carriage return.)
  2. Save the additions to the lainetd.cfg file.
  3. Repeat the previous steps on each node or machine in the network cluster.
  4. After adding the entries, run stoplainetd/startlainetd to activate the changes.