This error is usually a write permissions problem on the log directory, which is either specified by II_LOG or $II_SYSTEM/ingres/files.
You seemed to have configured user "jim" rather than "ingres" as the MSC Administrator.
"mwadmin" is unknown to me, but "mwadm" is the admin utility for the MSC (MainWin System Core) services - see the "Installation and Configuration Guide" for more information.
You can also change the MSC administrator (e.g. to "ingres") by using command:
mwadm chadm <newadminname>
You have to stop the OpenROAD Server and the MSC before, e.g.:
Code:
orspostop
mwadm stop
mwadm chadm ingres
mwadm start
orspostart &