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

# sk122573 - "No License to Manage QoS UTM-1 Sites" error when QoS policy installation fails 

| Property | Value |
|----------|-------|
| Solution ID | sk122573 |
| Date Created | 2018-02-13 |
| Last Modified | 2020-05-10 |
| Technical Level | Advanced |
| Products | Security Gateway |
| Versions | R82.10, R82, R81.20 |
| OS | Gaia |

## Symptoms

- * QoS policy installation fails with "No License to Manage QoS UTM-1 Sites".
* QoS debug shows: `QoS module `*gateway name*` is marked as UTM-1.`

## Cause

In the *objects_5_0.C* file, the relevant object's value of the field *:cp_suite_type* is set to "express" instead of "pro".  

For example:

```
: (ClusterXL_Main
	...
	:cluster_members (
		:0 (
		  :type (refobj)
		  :refname ("#_Member-A") )
		:1 (
		   :type (refobj)
		   :refname ("#_Member-B")
          )
    )
...
	:cp_products_installed (true)
	:cp_suite_type (express)
	:cphwd_round_robin (false)
	:cpver (8.0)
	...
 )

 
: (Member-A
     ...
	:enable_rtm_traffic_report_per_connection (false)
	:cp_suite_type (express)
	:clp_enable_gateway (false)
	...
  )
 

: (Member-B
	...
	:enable_rtm_traffic_report_per_connection (false)
	:cp_suite_type (express)
	:clp_enable_gateway (false)
	...
   )
```

## 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
