Topic Archive:last-mile-crawl

Baseline issue – SEVERE: Error starting baseline crawl ‘MyAppen-last-mile-crawl’.

Getting following error while running the Baseline update [01.15.20 11:47:44] INFO: Checking definition from AppConfig.xml against existing EAC provisioning. [01.15.20 11:47:44] INFO: Definition has not changed. [01.15.20 11:47:44] INFO: Starting baseline update script. [01.15.20 11:47:45] INFO: Acquired lock ‘update_lock’. [01.15.20Continue Reading

How to create or delete a crawl (or last-mile-crawl) in Endeca CAS

To create a last-mile-crawl , run following command > cd <Endeca-installation>/CAS/11.3.0/bin/ > cas-cmd.sh createCrawls -h localhost -p 8500 -f /data/apps/endeca/apps/MyApp/config/cas/last-mile-crawl.xml Created crawl MyAppen-last-mile-crawl Delete a crawl – > cd <Endeca-Installation>/CAS/11.3.0/bin/ > cas-cmd.sh deleteCrawl -h localhost -p 8500 -id MyAppen-last-mile-crawl

Error starting baseline crawl – Error retrieving precedence rules from the config repository

Getting following error while running the Baseline update   [01.15.20 11:47:44] INFO: Checking definition from AppConfig.xml against existing EAC provisioning. [01.15.20 11:47:44] INFO: Definition has not changed. [01.15.20 11:47:44] INFO: Starting baseline update script. [01.15.20 11:47:45] INFO: Acquired lock ‘update_lock’.Continue Reading