Dimension not showing in Endeca Workbench
Endeca Workbench doesn’t query MDEX directly for getting information on “Dimension Ordering” which mostly Endeca JSP Ref app does. For workbench to know the newly created Dimension and Dimension Values execute
ConfigManagerComponent.updateWsDimensions() // If it's Oracle Endeca Commerce 11.1 WorkbenchManager.updateWsConfig();
Deployment template Baseline Update script is configured to call this method after index distribution completes.
// if Workbench is integrated, update Workbench with latest
// dimension values
if (ConfigManager.isWebStudioEnabled()) {
// Clears the webStudioTempDir ( Location:data/web_studio/temp/ - default paths)
ConfigManager.cleanDirs();
// Copies Location: data/forge_output/[prefix].dimensions.xml.gz to Location: data/web_studio/temp/ - default paths.
Forge.getPostForgeDimensions();
// Updates Workbench instance configuration with latest post-Forge dimensions, Location:data/web_studio/temp/[prefix].dimensions.xml.gz
ConfigManager.updateWsDimensions();
}
// If it's Oracle Endeca Commerce 11.1: Upload the generated dimension values to Workbench
WorkbenchManager.cleanDirs();
CAS.copyOutputDimensionsFile("${lastMileCrawlName}", WorkbenchManager.getWorkbenchTempDir());
WorkbenchManager.updateWsDimensions();
// Upload the generated config to Workbench
WorkbenchManager.updateWsConfig();
We can also run these methods manually from command-line without running a full baseline update, using control/runcommand.sh(.bat).
If still doesn’t show we are getting same error. Make ensure that there are no locks in Workbench, when instance configuration is being updated. Else the updates will fail due to lock resource exception, also review Location:data/forge_output/[prefix].dimensions.xml.gz or Location:data/web_studio/temp/[prefix].dimensions.xml.gz.
Menu to Food Tour: 5 AI Agents That Turn Any Restaurant Menu Into a Culinary Adventure
What if you could point your phone at a restaurant menu in…CCAT Chapter 1: Introduction to Claude Code Agent Teams
Learning Objectives By the end of this chapter, you will: What is…Orchestrating Claude Code Agent Teams CCAT
Learn AI Using AI [LAUA] This comprehensive educational guide details the functionality…Connect kubernetes pod to a GCS bucket using JS
To connect from a Kubernetes pod to a Google Cloud Storage (GCS)…