Verify read/write permissions

  1. Using LID, log into the Infor Lawson server as the lawson user.
  2. Change to your Infor Lawson Environment.

    . cv LawEnvName

  3. Change to the LAWDIR/system directory and check for the lajs.wrk file.
    • If the lajs.wrk file does not exist, do these

      1. Use a text editor to create the lajs.wrk file.

      2. Add this line to the lajs.wrk file:

        LOGAN LO LO920 LAWSONLD lawson lawson 666

      3. Change the permissions on the file to read, write, and execute, specify

        chmod a+rwx lajs.wrk

    • If the lajs.wrk file does exist, verify that the permissions on the file are read, write, and execute. If they are not, change them.

      chmod a+rwx lajs.wrk