Verify read/write permissions

  1. Log into the Infor Lawson server as the LAWSON user.
  2. From the OS/400 command line, change to your Infor Lawson Environment.

    call lawenv LawEnvName

  3. From the QShell command line, 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 the echo command to create and add a line to the lajs.wrk file.

        echo LOGAN LO LO920 LAWSONLD lawson lawson 666 > lajs.wrk

      2. 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