You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// generally, this global property should be set to true; it just allows cache load to be disabled to speed startup
708
-
if (Context.getAdministrationService().getGlobalProperty(AddressHierarchyConstants.GLOBAL_PROP_INITIALIZE_ADDRESS_HIERARCHY_CACHE_ON_STARTUP).equalsIgnoreCase("true")) {
708
+
StringglobalProperty = "";
709
+
try {
710
+
Context.addProxyPrivilege("GET GLOBAL PROPERTIES");
0 commit comments