CalcMgrCmdLineLauncher > Error getting Global Properties from System DB
Hi folks,
Attempting to run a calc rule from the command line. Seem to pass authentication just fine using this syntax:
\Scripts>D:\oracle\Middleware\user_projects\epmsystem1\Planning\planning1\CalcMgrCmdLineLauncher.cmd -f:d:\oracle\appdata\fdmeepassword /U:admin /A:PLAN10 /D:Master /R:CalcStoredMembers
where /A:PLAN10 is the name of the planning application and essbase application
where /D:Master is the name of the plan type and the essbase database
But then I get this error:
Error getting Global properties from System DB
Exception in thread "main" java.lang.NullPointerException
at com.hyperion.planning.calcmgr.cmdlnlauncher.HspCalcMgrCmdLineLauncher
.disconnect(HspCalcMgrCmdLineLauncher.java:107)