Difference between revisions of "Problem compiling programs from the BP file in the QMSYS account"

From ScarletDME
Jump to navigation Jump to search
(New page: If you try compiling a program in BP from the QMSYS account, you may get this error: :BASIC BP PCL DATA part of the file already exists Unable to open newly created output file : Check...)
 
Line 1: Line 1:
 
If you try compiling a program in BP from the QMSYS account, you may get this error:
 
If you try compiling a program in BP from the QMSYS account, you may get this error:
  
:BASIC BP PCL
+
:BASIC BP PCL
DATA part of the file already exists
+
DATA part of the file already exists
 +
 +
Unable to open newly created output file
 +
 +
:
  
Unable to open newly created output file
+
Check to see if the BP.OUT directory exists under /usr/qmsys (or where ever you've installed ScarletDME/OpenQM).
  
:
+
if it doesn't exist, shutdown ScarletDME/OpenqM and create it:
 
+
1. sudo mkdir /usr/qmsys/BP.OUT
Check to see if the BP.OUT directory exists under /usr/qmsys (or where ever you've installed ScarletDME/OpenQM).
+
2. sudo chmod 775 /usr/qmsys/BP.OUT
 +
3. sudo chown qmsys.qmusers /usr/qmsys/BP.OUT
  
if it doesn't, create it.  chown it to the qmsys user and group - chown qmsys.qmusers BP.OUT and then change the permissions
+
Restart ScarletDME/OpenQM and you should be good to go.
to 775 (read/write/execute for user & group, read/write for world).
 

Revision as of 17:28, 22 June 2012

If you try compiling a program in BP from the QMSYS account, you may get this error:

:BASIC BP PCL
DATA part of the file already exists

Unable to open newly created output file

:

Check to see if the BP.OUT directory exists under /usr/qmsys (or where ever you've installed ScarletDME/OpenQM).

if it doesn't exist, shutdown ScarletDME/OpenqM and create it: 1. sudo mkdir /usr/qmsys/BP.OUT 2. sudo chmod 775 /usr/qmsys/BP.OUT 3. sudo chown qmsys.qmusers /usr/qmsys/BP.OUT

Restart ScarletDME/OpenQM and you should be good to go.