> Source: [sk177204](https://support.checkpoint.com/results/sk/sk177204)

# sk177204 - The "Accept" button is missing when modifying "Actions" for rules and duplicate objects in Smart Console

| Property | Value |
|----------|-------|
| Solution ID | sk177204 |
| Date Created | 2022-01-04 |
| Last Modified | 2022-04-27 |
| Technical Level | General |
| Products | Security Management Server, Multi-Domain Security Management Server |
| Versions | R81 (EOS), R81 (EOS) |

## Symptoms

- * After Server startup or Jumbo HF installation, the "Accept" button is missing when modifying "Actions" for rules.
* Duplicate objects in Smart Console after server startup.

## Cause

A new mechanism for indexing objects in Solr may cause some objects to be considered as duplications, and therefore only one object is shown ("Drop" and not "Accept").

## Solution

This problem was fixed. The fix is included in:

* **[Jumbo Hotfix Accumulator for R81](https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&solutionid=sk170114) starting from Take 56**
* **[Jumbo Hotfix Accumulator for R80.40](https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&solutionid=sk165456) starting from Take 150**
* **[Jumbo Hotfix Accumulator for R80.30](https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&solutionid=sk153152) starting from Take 251**

If you choose not to upgrade, follow these steps:   

1. Stop the Server:  
`# cpstop `or # `mdsstop`  

2. Delete Solr cores by running:  
`# for core in $MDS_FWDIR/Solr/solr/cores/*; do file=$core; rm $MDS_FWDIR/Solr/solr/cores/"${file##*/}"/data/tlog/tlog* ; done `  

`# for core in $MDS_FWDIR/Solr/solr/cores/*; do file=$core; rm $MDS_FWDIR/Solr/solr/cores/"${file##*/}"/data/index/*; done`  

3. Download the script: [reset_solr_default_objects.sh](https://supportcenter.checkpoint.com/supportcenter/portal?action=portlets.DCFileAction&eventSubmit_doGetdcdetails=&fileid=120629 "reset_solr_default_objects.sh") and transfer it to the machine  

4. Grant the script execution permissions by running:  
# `chmod +x reset_solr_default_objects.sh`  

5. Start postgres by running:  
`# FWDIR=$MDS_FWDIR ; $MDS_FWDIR/scripts/postgres_start.sh`  

6. Run the script:  
`# ./reset_solr_default_objects.sh`  

7. Start the Server:  
`# cpstart `or` # mdsstart`  

<br />

**Note** : The workaround contradicts using Solr Cure. If Solr Cure is needed, run Solr Cure first and then follow the instructions above.  

<br />

---

# Agent Instructions

This content is from the Check Point Support Center (https://support.checkpoint.com), the official knowledge base for Check Point cybersecurity products.

## Navigating This Knowledge Base

- **Complete index**: [llms.txt](https://support.checkpoint.com/llms.txt)
- **All SK articles**: [SecureKnowledge Sitemap](https://support.checkpoint.com/sitemaps/secureknowledge-sitemap-index.xml)
- **SK article URL pattern**: `https://support.checkpoint.com/results/sk/{skId}`
- **Markdown responses**: AI bot User-Agents automatically receive `text/markdown` content
