Information in the Endeca Configuration Repository is published to the MDEX Engine after making any changes in the Experience Manager or Thesaurus. In the event of errors during the publishing process, you should consult the available log files.
The log files are located at
%ENDECA_TOOLS_CONF%\logs\sling.<yyyy-mm-dd>.log
on Windows, or
$ENDECA_TOOLS_CONF/logs/sling.<yyyy-mm-dd>.log
on UNIX.
Once you have located and fixed the cause of the initial publishing
failure, you can re-publish by navigating to the
control
directory of your application and running
the following command:
runcommand.bat IFCR push<Authoring|Live>ContentToDgraphById <Dgraph ID>
For example, to push content to the authoring Dgraph in the Discover Electronics reference application, you would use the following command:
runcommand.bat IFCR pushAuthoringContentToDgraphById AuthoringDgraph
The selected Dgraph must belong to the Authoring or Live content group.
In the Discover Electronics reference application, these settings are
configured in the
<app
dir>\config\script\AuthoringDgraphCluster.xml
and
LiveDgraphCluster.xml
files.
Note
This command applies to individual Dgraphs, not to Dgraph clusters or groups.