Category: Oracle Endeca Enterprise Search

  1. Home
  2. Blog
  3. Category: Oracle Endeca Enterprise Search

Reporting Scripts not visible in EAC Admin Console

Problem: When you login to EAC Admin Console in Endeca Experience Manager and find that Reporting scripts are missing as shown in below screenshot. Fix: The issue is with missing “provisioned-script-command” in “ReportGeneration.xml”. If we see missing “provisioned-script-command” for any components as shown below. It will not be displayed in Script tab for Endeca Experience Manager. Let's Share

Continue Reading

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 […]

Continue Reading

Error in method invocation: Method importDimensionValueIdMappings

Endeca application initialization failed for CAS deployed application. Problem [07.10.16 20:49:12] INFO: [ITLHost] Starting shell utility ‘mkpath_-‘. [07.10.16 20:49:13] INFO: Setting definition for script ‘BaselineUpdate’. [07.10.16 20:49:13] INFO: Setting definition for script ‘PartialUpdate’. [07.10.16 20:49:13] INFO: Setting definition for component ‘Dgidx’. [07.10.16 20:49:13] INFO: Definition updated. [07.10.16 20:49:13] INFO: Provisioning site from prototype… [07.10.16 20:49:14] INFO: Finished provisioning site from […]

Continue Reading

What maximum value of a dval ID can be set?

What’s the Maximum value for dval ID is? Ans: 2^32-1 = 4,294,967,295 Why? Because Forge is a 32-bit program and can’t handle integers outside the 32-bit range. In practice, highest ID value that Forge uses (for auto-generated or external dimension values) is actually 2^32 – 2 (4294967294): and not recommended to exceed this. When assigning IDs to auto-generated or external […]

Continue Reading

Index KeyDescriptors for RecordCache do not match those of the join RecordAssembler

This problem occurs, when record cache upstream from record assembler is missing record index. Error may look like below FATAL 03/29/16 23:08:15.535 UTC (1459217295538) FORGE {config}: The index KeyDescriptors for the RecordCache ‘Demo Cache’ do not match those of the join in the RecordAssembler ‘Join_Demo_data’. Therefore, the join is invalid! ERROR 03/29/16 23:08:15.535 UTC (1459217295538) FORGE {config}: DValIdServer was destroyed […]

Continue Reading

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 […]

Continue Reading

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 […]

Continue Reading
Show Buttons
Hide Buttons