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

# sk175090 - migrate_server import fails with error:  "Failed to import: Failed: null"

| Property | Value |
|----------|-------|
| Solution ID | sk175090 |
| Date Created | 2021-08-23 |
| Last Modified | 2021-09-13 |
| Technical Level | Advanced |
| Products | Multi-Domain Security Management Server |
| Versions | R82.10, R81.20, R82, R82.20 |

## Symptoms

- * When Datacenter objects or updatable objects are used in the migrate_server import process, migrate_server import fails with error: "Failed to import: Failed: null".
* During the import, this information is shown in the $FWDIR/log/cpm.elg file:

  ```
  INFO upgrade.ngmImport.ImportTask [taskExecutor-34]: Updating X objects from class class com.checkpoint.management.cloud.objects.cloud_shadow_objects.CloudShadowObject
  ```

  .
* For each object CPM reports the following log:

  ```
  
  INFO coresvc.internal.DbConversionSvcImpl [taskExecutor-34]: The object 62dfdbb6-1568-464e-b22d-45a77131b7ad, class object class com.checkpoint.management.cloud.objects.cloud_shadow_objects.CloudShadowObject,  is in initial set, Check false took: 6
  ```

  .
* While issue is present, users see less than X logs of `coresvc.internal.DbConversionSvcImpl`, which means that the update of X CloudShadowObject was not completed.
* CPMDoctor reports failure with test: "Duplication in cloudShadowObject Objects".

## Cause

There are 2 CloudShadowObjects with the same 'cloudId' and 'name':  

query which check for duplications:  
`# psql_client cpm postgres -c "select objid, name, cloudid, domainid from cloudshadowobject_data where cloudid in (select cloudid from cloudshadowobject_data where not deleted and dlesession=0 group by cloudid, domainid having count(*)>1)and not deleted and dlesession=0;"`  

Example:  

name \| objid \| cloudid \| domainid  
---------------------+--------------------------------------+--------------------------------------+--------------------------------------  
CloudFront Services \| 7a2e8916-8e34-4c8f-a6d3-6c721bd8f556 \| 9f84501e-4376-11e7-a0d9-005056c0000c \| \<domain id\>  
CloudFront Services \| e91d7c35-ad24-433d-b96a-e21b09bd459c \| 9f84501e-4376-11e7-a0d9-005056c0000c \| \<domain id\>  
(2 rows)

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