Youngsoft labs > Question > How to export workbench rules from an environment to other?
How to export workbench rules from an environment to other?
Hi,
I am using Endeca / Oracle guided search 11.0 . I am looking forward to exporting the search rules viz. Keyword redirects , thesaurus and Automatic Phrasing . This is needed as business is using the lower environments to add the entries and want that in all environments so they don’t have to rework.

Please let me know how can that be done.
(1) Votes
1 Answers
-
Oracle Endeca Commerce has OOTB feature that allows you to export rules from an environment .
You can write your own script to migrate rules from environment to other .
In order to export and import rules from an envrionment to other do following include following thing in your script:
- Connect to system from where you want to export rules.
- Go to control application of your endeca application
- runcommand.sh IFCR exportApplication <folder_name_where_you_want_to_export_rules>
- Connect to system where you want to import rules.
- Go to control application of your endeca application
- runcommand.sh IFCR importApplication <folder_name_where_you_have_exported_rules_from_other_env>
Note: Please be sure you have all rights as a user and folder which are you using is shareable in both the environments