Problem compiling programs from the BP file in the QMSYS account
Jump to navigation
Jump to search
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.