Follow the instructions below, on the machine where Oracle Commerce Guided Search with Experience Manager is installed, to remove the EAC application that supports Commerce Reference Store and its associated CAS artifacts
To remove the EAC application:
Open a UNIX shell or command prompt.
Change directories to the CRS EAC application’s
controldirectory, for example:cd /usr/local/endeca/Apps/CRS/controlor
cd C:\Endeca\Apps\CRS\controlEnter one of the following commands.
On UNIX, enter:
./runcommand.sh --remove-appOn Windows, enter:
runcommand.bat –-remove-app
To remove the CAS artifacts:
In a UNIX shell or command prompt, change directories to the CAS
bindirectory, for example:cd /usr/local/endeca/CAS/11.1.0/binor
cd C:\Endeca\CAS\11.1.0\binEnter one of the following commands to delete the
CRS-datarecord store.On UNIX, enter:
./component-manager-cmd.sh delete-component –n CRS-dataOn Windows, enter:
component-manager-cmd.bat delete-component –n CRS-dataTo delete the other two record stores, repeat the command in the previous step two more times, substituting
CRS-dimvalsandCRS-dimension-value-id-managerforCRS-data.To verify that your record stores are deleted, you can optionally use this command:
On UNIX, enter:
./component-manager-cmd.sh list-componentsOn Windows, enter:
component-manager-cmd.bat list-componentsYou should see the following message, indicating that all three record stores are deleted:
No components have been provisioned.Enter one of the following commands to delete the
CRS-last-mile-crawl.On UNIX, enter:
./cas-cmd.sh deleteCrawl –id CRS-last-mile-crawlOn Windows, enter:
cas-cmd.bat deleteCrawl –id CRS-last-mile-crawlDelete the Endeca applications directory (for example,
/usr/local/endeca/AppsorC:\Endeca\Apps) from the file system.
At this point, you are ready for a clean Commerce Reference Store installation. To do a clean install, begin with the Installing the Oracle Commerce Platform and Commerce Reference Store Software section in this guide.

