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

# sk178524 - Policy installation fails with "ERROR: stab identifier for host all redefined"

| Property | Value |
|----------|-------|
| Solution ID | sk178524 |
| Date Created | 2022-03-25 |
| Last Modified | 2025-07-07 |
| Technical Level | Advanced |
| Products | Security Management Server, Multi-Domain Security Management Server |
| Versions | R81.20, R81.10 (EOS), R81 (EOS), R81 (EOS), R81.10 (EOS), R81.20 |
| OS | Gaia |

## Symptoms

- * Policy installation in SmartConsole fails during the compilation stage with this error:

  ```
  
  /opt/.../fw1/tmp/install_policy/<UID>/FW1/lib/table.def", line XXX: ERROR: stab identifier <Parameter Name> for host all redefined
  /opt/.../fw1/tmp/install_policy/<UID>/FW1/lib/table.def", line XXX: ERROR: stab identifier <Parameter Name> for host all redefined
  Error compiling IPv6 flavor.
  Operation ended with errors.
  ```

  Example:
  `/opt/CPsuite-R81.10/fw1/tmp/install_policy/98b5e012-2d98-400b-a940-76dfcd0564fb/FW1/lib/table.def", line 809: ERROR: stab identifier &ltno_hide_services_ports> for host all redefined`
* Loading the policy under debug ("`fwm -d load <Name of Security Gateway Object>"`) on the Management Server ends with:

  ```
  Policy installation is not supported for the target.
  ```

* Output of this command on the Management Server shows multiple lines:

  `grep -i -n <Parameter Name from SmartConsole error> $FWDIR/lib/table.def`

  Example:

  ```
  
  [Expert@MGMT:0]# grep -i no_fold_services_ports $FWDIR/lib/table.def 
  576:no_fold_services_ports  = { <4500,17>, <500, 17>, <259, 17>, <1701, 17> }; 
  577:no_fold_services_ports  = { <4500,17>, <500, 17>, <259, 17>, <1701, 17> };
  ```

## Cause

Duplicate entries in the *table.def* file, possibly due to manual edits done incorrectly.

## Solution

This solution requires authentication. Please log in to view the full solution.

---

# 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
