Verify read/write permissions
- Log into the Infor Lawson server as the LAWSON user.
-
From the OS/400 command line, change to your Infor Lawson
Environment.
call lawenv LawEnvName
-
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:
-
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
-
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
-