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

From ScarletDME
Jump to navigation Jump to search
 
Line 10: Line 10:
 
Check to see if the BP.OUT directory exists under /usr/qmsys (or where ever you've installed ScarletDME/OpenQM).
 
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:
+
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
+
1. sudo mkdir /usr/qmsys/BP.OUT
3. sudo chown qmsys.qmusers /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.
 
Restart ScarletDME/OpenQM and you should be good to go.

Latest revision as of 17:29, 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.