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.
Connect kubernetes pod to a GCS bucket using JS
To connect from a Kubernetes pod to a Google Cloud Storage (GCS)…Easiest way to run an LLM locally on your Mac
I recently sought an efficient method for local experimentation with Language Model…EKS cluster using an existing VPC
The eksctl command line tool can create a cluster by either command-line options or…kubectl Unable to connect to the server
When working with Kubernetes if you are getting Unable to conntect to…