Forum Discussion

Genericus's avatar
Genericus
Moderator
9 years ago

NB Change Priority EEB for Security EEB for 7.6.1.2

So, if you upgrade to 7.6.1.2, and install the security EEB, you can no longer change priority on the fly...

If you install the EEB for this (eebinstaller.3879888.1.AMD64.exe) 

Be aware if your PC is locked down, you have to run this as administrator

It still does not work, lol

Here is the final steps:

Run notepad as administrator

Edit C:\Program Files\Veritas\Java\setconf.bat

Find line with NBUCLASSPATH and update to move the nbjP.jar before the allNB.jar

 

FROM

SET NBUCLASSPATH="%NBJDIR%";"%NBJDIR%\allNB.jar";"%NBJDIR%\dbext.jar";"%NBJDIR%\emmidl.jar";"%NBJDIR%\nbCommon.jar";"%NBJDIR%\nbjP.jar";"%NBJDIR%\servicelayer.jar"

 

TO

SET NBUCLASSPATH="%NBJDIR%";"%NBJDIR%\nbjP.jar";"%NBJDIR%\allNB.jar";"%NBJDIR%\dbext.jar";"%NBJDIR%\emmidl.jar";"%NBJDIR%\nbCommon.jar";"%NBJDIR%\servicelayer.jar"

Restart Java console, now you can change priority

No RepliesBe the first to reply