When rules are saved, default behavior of Workbench is to apply update to all dgraphs. All defined dgraph HOST’s EAC Agents are instructed to perform an emgr_update command to request the MDEX configuration files from defined Workbench HOST. Webstudio HOST is configured in webstudio.properties file in the “$ENDECA_CONF/conf” in Linux or “%ENDECA_CONF%\conf” in Windows directory. “com.endeca.webstudio.hostname” variable specifies HOST for Workbench. This […]
Transferring thesaurus between environments
There are two ways for transferring thesaurus between environments. 1) Export the site data from one environment and import it to other. 2) Using IFCR command. From your /<yourendecapath>/<application> /control directory, execute: runcommand.bat IFCR exportNode ..\config\temp\thesaurus thesaurus All thesaurus entry files will be created in the specified directory. If the directory does not exist in your filesystem, the EAC creates […]
Common response codes for MDEX Engine
The following are the most common response codes for MDEX Engine: 200: OK. The MDEX Engine successfully processed the query. 404: Not Found. The query sent to the MDEX Engine was in an incomprehensible format (e.g. “/favicon.ico”), or the query specified a navigation descriptor that does not exist. The most common causes of 404s are browser bookmarks/favorites that are no […]
JBOSS Failed to parse XML descriptor error
Problem: Getting error “Failed to parse XML descriptor” when trying to deploy “discover”application war on JBOSS server. C:\jboss\jboss-eap-6.4\bin>standalone.bat | C:\MVN\ATGLogColorizer_v1_2.exe ATGLogColorizer v1.2. Copyleft 2007-2008 by Kelly Goetsch. http://atglogcolorizer.sourceforge.net Calling “C:\jboss\jboss-eap-6.4\bin\standalone.conf.bat” Setting JAVA property to “C:\Program Files\Java\jdk1.8.0_73\bin\java” =============================================================================== JBoss Bootstrap Environment JBOSS_HOME: “C:\jboss\jboss-eap-6.4” JAVA: “C:\Program Files\Java\jdk1.8.0_73\bin\java” JAVA_OPTS: “-verbose:gc -XX:+PrintGCDetails -XX:+PrintGCDateStamps -XX:+UseGCLogFileRotation -XX:NumberOfGCLogFiles=5 -XX:GCLogFileSize=3M -XX:-TraceClassUnloading -XX:+UseCompressedOops -Dprogram.name=standalone.bat -Xms1G -Xmx1G -XX:MaxPermSize=256M -Djava.net.preferIPv4Stack=true -Djboss.modules.policy-permissions=true […]
Sort dimension descending using config
Problem: An alpha-numeric property in Endeca, need to be configured to sort in descending, can we do this using developer studio? For example, we have “Year” dimension and it showing in below format and we want to to set it in descending order from 2016 -1950 Year 1950 1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 […]
What is restartGroup and updateGroup?
What is “restartGroup” and “updateGroup” used for? To control the order in which MDEX restart and applied partial updates, Deployment Template has two properties associated with the MDEX components. The restartGroup property applies to restarting MDEX Engine, while the updateGroup property applies to updating MDEX Engine. Below is the example on how to configure these groups. When restartGroup property is […]
Check if property exist in Record Manipulator
Many times there is requirement to check if a property exist or not and based on that perform some logic or the other in the pipeline. In this example we are going to create a Record Manipulator which check Existence of property “demoProperty” and if it does not exist create one. Else if “demoProperty” is empty add a default value to it. […]
Basics Of Cartridge Handlers
When working on projects, with Oracle Experience Manager implementation. We play a lot with cartridge templates and their handlers. Cartridge handlers are used to connect to external resources [MDEX Engine, database, ATG, CQ5, WCS, etc] and much more to create a response object [ContentItem]. ContentItem is then given to a web application and is responsible to render the content. For example: If we have […]
What’s New in Oracle Commerce 11.2
Oracle Commerce Workbench Oracle Commerce 11.2 introduces new feature called project capabilities in Experience Manager. It’s control for business users to isolate their changes and publish them to the live site. Below are what Oracle Commerce 11.2 documentation says: – This allows business users to work on multiple sets of changes with different team members mimicking a real world process without […]
Oracle Endeca 11.2 Unauthorized (401): Unauthorized access to workbench
When install new ToolsAndFramework 11.2 and run initialize_services.bat step. We get below error [12.07.15 00:00:00] SEVERE: Unauthorized (401): Unauthorized access to workbench . Please check your credentials in WorkbenchConfig.xml/OCS. If problem still persists, please contact your administrator. Occurred while executing line 3 of valid BeanShell script: [[ 1| 2| 3| IFCR.provisionSite(); 4| 5| ]] [12.07.15 00:00:00] SEVERE: Caught an exception […]