<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Error when trying to export package by import_export_package.py in API / CLI Discussion</title>
    <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Error-when-trying-to-export-package-by-import-export-package-py/m-p/89492#M4975</link>
    <description>Those look like "placeholder" objects that get created for objects that are not entirely configurable via the REST API but are referred to by other objects.&lt;BR /&gt;Specifically, there are several parameters in a gateway object that cannot currently be created via the REST API.&lt;BR /&gt;In this case, each one of these objects should have been deleted and replaced by their manually created equivalents.</description>
    <pubDate>Mon, 22 Jun 2020 22:38:04 GMT</pubDate>
    <dc:creator>PhoneBoy</dc:creator>
    <dc:date>2020-06-22T22:38:04Z</dc:date>
    <item>
      <title>Error when trying to export package by import_export_package.py</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Error-when-trying-to-export-package-by-import-export-package-py/m-p/66737#M4077</link>
      <description>&lt;P&gt;Hi all&lt;/P&gt;&lt;P&gt;I have a trouble when trying to export a package from SMC. The message like this :&lt;/P&gt;&lt;P&gt;Exporting NAT policy&lt;/P&gt;&lt;P&gt;Getting information from show-nat-rulebase&lt;/P&gt;&lt;P&gt;Retrieved 50 out of 65 rules (76%)&lt;/P&gt;&lt;P&gt;Traceback (most recent call last):&lt;BR /&gt;File "import_export_package.py", line 59, in &amp;lt;module&amp;gt;&lt;BR /&gt;export_package(client, args)&lt;BR /&gt;File "D:\Python\ExportImportPolicyPackage-master\exporting\export_package.py", line 59, in export_package&lt;BR /&gt;nat_data_dict, nat_unexportable_objects = export_nat_rulebase(show_package.data["name"], client)&lt;BR /&gt;File "D:\Python\ExportImportPolicyPackage-master\exporting\export_nat_rulebase.py", line 13, in export_nat_rulebase&lt;BR /&gt;rulebase_rules, general_objects = get_query_nat_rulebase_data(client, {"package": package})&lt;BR /&gt;File "D:\Python\ExportImportPolicyPackage-master\exporting\export_objects.py", line 174, in get_query_nat_rulebase_data&lt;BR /&gt;if "Automatic Generated Rules : " in rulebase_item["name"]:&lt;BR /&gt;KeyError: 'name'&lt;/P&gt;&lt;P&gt;Does anyone have any ideas for this ?&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2019 05:07:34 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Error-when-trying-to-export-package-by-import-export-package-py/m-p/66737#M4077</guid>
      <dc:creator>PhongNN</dc:creator>
      <dc:date>2019-11-07T05:07:34Z</dc:date>
    </item>
    <item>
      <title>Re: Error when trying to export package by import_export_package.py</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Error-when-trying-to-export-package-by-import-export-package-py/m-p/66926#M4084</link>
      <description>To troubleshoot, we’d need to see those first 50 NAT rules in the policy.&lt;BR /&gt;It’s possible there’s something there the script doesn’t like.</description>
      <pubDate>Fri, 08 Nov 2019 20:20:26 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Error-when-trying-to-export-package-by-import-export-package-py/m-p/66926#M4084</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2019-11-08T20:20:26Z</dc:date>
    </item>
    <item>
      <title>Re: Error when trying to export package by import_export_package.py</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Error-when-trying-to-export-package-by-import-export-package-py/m-p/66943#M4086</link>
      <description>&lt;P&gt;Thanks for your reply&lt;/P&gt;&lt;P&gt;This is 50 rules nat&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot_12.png" style="width: 999px;"&gt;&lt;img src="https://community.checkpoint.com/t5/image/serverpage/image-id/3023iDE4077CF298FEDF4/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot_12.png" alt="Screenshot_12.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot_15.png" style="width: 999px;"&gt;&lt;img src="https://community.checkpoint.com/t5/image/serverpage/image-id/3024iC5FB4EF9F28013EE/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot_15.png" alt="Screenshot_15.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 09 Nov 2019 03:32:14 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Error-when-trying-to-export-package-by-import-export-package-py/m-p/66943#M4086</guid>
      <dc:creator>PhongNN</dc:creator>
      <dc:date>2019-11-09T03:32:14Z</dc:date>
    </item>
    <item>
      <title>Re: Error when trying to export package by import_export_package.py</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Error-when-trying-to-export-package-by-import-export-package-py/m-p/67134#M4098</link>
      <description>Try enabling the disabled rules (don't push policy obviously) and see if it helps.&lt;BR /&gt;Note that most of the rules are automatic NAT rules which shouldn't necessarily get exported.</description>
      <pubDate>Mon, 11 Nov 2019 22:38:32 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Error-when-trying-to-export-package-by-import-export-package-py/m-p/67134#M4098</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2019-11-11T22:38:32Z</dc:date>
    </item>
    <item>
      <title>Re: Error when trying to export package by import_export_package.py</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Error-when-trying-to-export-package-by-import-export-package-py/m-p/67139#M4099</link>
      <description>&lt;P&gt;Thanks for your solution but it's does not work&lt;/P&gt;&lt;P&gt;I&amp;nbsp;&lt;SPAN&gt;enabled all disabled rules but the error message still appears&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Nov 2019 02:08:56 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Error-when-trying-to-export-package-by-import-export-package-py/m-p/67139#M4099</guid>
      <dc:creator>PhongNN</dc:creator>
      <dc:date>2019-11-12T02:08:56Z</dc:date>
    </item>
    <item>
      <title>Re: Error when trying to export package by import_export_package.py</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Error-when-trying-to-export-package-by-import-export-package-py/m-p/67145#M4100</link>
      <description>The log file that is created by running the export might provide some clue as might api.elg from the manager (believe it's in $FWDIR/log).</description>
      <pubDate>Tue, 12 Nov 2019 06:11:49 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Error-when-trying-to-export-package-by-import-export-package-py/m-p/67145#M4100</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2019-11-12T06:11:49Z</dc:date>
    </item>
    <item>
      <title>Re: Error when trying to export package by import_export_package.py</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Error-when-trying-to-export-package-by-import-export-package-py/m-p/67366#M4121</link>
      <description>I saw in api.elg, the process 's stopped to nat rule 39, but I do not know why. Here is the detail log:&lt;BR /&gt;"rule-number" : 38,&lt;BR /&gt;"method" : "hide",&lt;BR /&gt;"auto-generated" : true,&lt;BR /&gt;"original-destination" : "97aeb369-9aea-11d5-bd16-0090272ccb30",&lt;BR /&gt;"translated-destination" : "85c0f50f-6d8a-4528-88ab-5fb11d8fe16c",&lt;BR /&gt;"original-source" : "b39291fa-09ba-480e-9dfc-dfaebb6eab97",&lt;BR /&gt;"translated-source" : "b39291fa-09ba-480e-9dfc-dfaebb6eab97",&lt;BR /&gt;"original-service" : "97aeb369-9aea-11d5-bd16-0090272ccb30",&lt;BR /&gt;"translated-service" : "85c0f50f-6d8a-4528-88ab-5fb11d8fe16c",&lt;BR /&gt;"meta-info" : {&lt;BR /&gt;"lock" : "unlocked",&lt;BR /&gt;"validation-state" : "ok",&lt;BR /&gt;"last-modify-time" : {&lt;BR /&gt;"posix" : 1479900853696,&lt;BR /&gt;"iso-8601" : "2016-11-23T18:34+0700"&lt;BR /&gt;},&lt;BR /&gt;"last-modifier" : "System",&lt;BR /&gt;"creation-time" : {&lt;BR /&gt;"posix" : 1479900853696,&lt;BR /&gt;"iso-8601" : "2016-11-23T18:34+0700"&lt;BR /&gt;},&lt;BR /&gt;"creator" : "System"&lt;BR /&gt;},&lt;BR /&gt;"comments" : "",&lt;BR /&gt;"enabled" : true,&lt;BR /&gt;"install-on" : [ "97aeb368-9aea-11d5-bd16-0090272ccb30" ]&lt;BR /&gt;}, {&lt;BR /&gt;"uid" : "465af4fe-4588-49d3-b792-2482e88ff20d",&lt;BR /&gt;"type" : "nat-rule",&lt;BR /&gt;"domain" : {&lt;BR /&gt;"uid" : "41e821a0-3720-11e3-aa6e-0800200c9fde",&lt;BR /&gt;"name" : "SMC User",&lt;BR /&gt;"domain-type" : "domain"&lt;BR /&gt;},&lt;BR /&gt;"rule-number" : 39,&lt;BR /&gt;"method" : "hide",&lt;BR /&gt;"auto-generated" : true,&lt;BR /&gt;"original-destination" : "97aeb369-9aea-11d5-bd16-0090272ccb30",&lt;BR /&gt;"translated-destination" : "85c0f50f-6d8a-4528-88ab-5fb11d8fe16c",&lt;BR /&gt;"original-source" : "91c9537f-f99e-401b-8bd7-51152f052a4f",&lt;BR /&gt;"translated-source" : "91c9537f-f99e-401b-8bd&lt;BR /&gt;--------------------------------------&lt;BR /&gt;2019-11-14 09:50:18,174 INFO org.apache.cxf.interceptor.LoggingInInterceptor.log:250 [qtp-22057241-25] - Inbound Message</description>
      <pubDate>Thu, 14 Nov 2019 02:58:16 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Error-when-trying-to-export-package-by-import-export-package-py/m-p/67366#M4121</guid>
      <dc:creator>PhongNN</dc:creator>
      <dc:date>2019-11-14T02:58:16Z</dc:date>
    </item>
    <item>
      <title>Re: Error when trying to export package by import_export_package.py</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Error-when-trying-to-export-package-by-import-export-package-py/m-p/67469#M4127</link>
      <description>If you change Websense_88 so it doesn't have an automatic NAT enabled, what happens?</description>
      <pubDate>Thu, 14 Nov 2019 19:37:35 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Error-when-trying-to-export-package-by-import-export-package-py/m-p/67469#M4127</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2019-11-14T19:37:35Z</dc:date>
    </item>
    <item>
      <title>Re: Error when trying to export package by import_export_package.py</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Error-when-trying-to-export-package-by-import-export-package-py/m-p/83473#M4792</link>
      <description>&lt;P&gt;Hello , I,ve got the same error at NAT rule 38.&lt;/P&gt;&lt;P&gt;This is the piece of the entry from the api.elg:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"rule-number" : 38,&lt;BR /&gt;"method" : "static",&lt;BR /&gt;"auto-generated" : false,&lt;BR /&gt;"original-destination" : "ca69ca62-a759-11e2-bc0a-000000008b8b",&lt;BR /&gt;"translated-des&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;No idea what to do, any help is welcome.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 28 Apr 2020 10:59:47 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Error-when-trying-to-export-package-by-import-export-package-py/m-p/83473#M4792</guid>
      <dc:creator>DeltaG</dc:creator>
      <dc:date>2020-04-28T10:59:47Z</dc:date>
    </item>
    <item>
      <title>Re: Error when trying to export package by import_export_package.py</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Error-when-trying-to-export-package-by-import-export-package-py/m-p/88034#M4946</link>
      <description>&lt;P&gt;Hi DeltaG,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have the exact same error and it seems to be at the exact same rule number if i look in api.log &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did you manage to solve this ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;See below from my api.elg&lt;/P&gt;&lt;P&gt;"type" : "nat-rule",&lt;BR /&gt;"domain" : {&lt;BR /&gt;"uid" : "41e821a0-3720-11e3-aa6e-0800200c9fde",&lt;BR /&gt;"name" : "SMC User",&lt;BR /&gt;"domain-type" : "domain"&lt;BR /&gt;},&lt;BR /&gt;"rule-number" : 39,&lt;BR /&gt;"method" : "static",&lt;BR /&gt;"auto-generated" : false,&lt;BR /&gt;"original-destination" : "af1d8fc3-f59e-476f-a233-c31de18d9fde",&lt;BR /&gt;"translated-destination" : "85c0f50f-6d8a-4528-88ab-5fb11d8fe16c",&lt;BR /&gt;"original-source" : "b58c828c-3293-44a8-baf5-f7c8b6e01c57",&lt;BR /&gt;"translated-source" : "da94a8fc-a41e-4b6f-8e6b-3e905c0d10dd",&lt;BR /&gt;"original-service" : "97aeb369-9aea-11d5-bd16-0090272ccb30",&lt;BR /&gt;"translated-service" : "85c0f50f-6d8a-4528-88ab-5fb11d8fe16c",&lt;BR /&gt;"meta-info" : {&lt;BR /&gt;"lock" : "unlocked",&lt;BR /&gt;"validation-state" : "ok",&lt;BR /&gt;"last-modify-time" : {&lt;BR /&gt;"posix" : 1557088214832,&lt;BR /&gt;"iso-8601" : "2019-05-05T22:30+0200"&lt;BR /&gt;},&lt;BR /&gt;"last-modifier" : "System",&lt;BR /&gt;"creation-time" : {&lt;BR /&gt;"posix" : 1557088214832,&lt;BR /&gt;"iso-8601" : "2019-05-05T22:30+0200"&lt;BR /&gt;},&lt;BR /&gt;"creator" : "System"&lt;BR /&gt;},&lt;BR /&gt;"comments" : "",&lt;BR /&gt;"enabled" : true,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And the error when running the export :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Exporting NAT policy&lt;/P&gt;&lt;P&gt;Getting information from show-nat-rulebase&lt;/P&gt;&lt;P&gt;Retrieved 50 out of 388 rules (12%)&lt;/P&gt;&lt;P&gt;Traceback (most recent call last):&lt;BR /&gt;File "import_export_package.py", line 59, in &amp;lt;module&amp;gt;&lt;BR /&gt;export_package(client, args)&lt;BR /&gt;File "/home/darren/Downloads/Check Point/automation/cp_mgmt_apit_git_clone/ExportImportPolicyPackage/exporting/export_package.py", line 59, in export_package&lt;BR /&gt;nat_data_dict, nat_unexportable_objects = export_nat_rulebase(show_package.data["name"], client)&lt;BR /&gt;File "/home/darren/Downloads/Check Point/automation/cp_mgmt_apit_git_clone/ExportImportPolicyPackage/exporting/export_nat_rulebase.py", line 13, in export_nat_rulebase&lt;BR /&gt;rulebase_rules, general_objects = get_query_nat_rulebase_data(client, {"package": package})&lt;BR /&gt;File "/home/darren/Downloads/Check Point/automation/cp_mgmt_apit_git_clone/ExportImportPolicyPackage/exporting/export_objects.py", line 174, in get_query_nat_rulebase_data&lt;BR /&gt;if "Automatic Generated Rules : " in rulebase_item["name"]:&lt;BR /&gt;KeyError: 'name'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any info would be appreciated &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jun 2020 10:11:24 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Error-when-trying-to-export-package-by-import-export-package-py/m-p/88034#M4946</guid>
      <dc:creator>Darren_Fine</dc:creator>
      <dc:date>2020-06-11T10:11:24Z</dc:date>
    </item>
    <item>
      <title>Re: Error when trying to export package by import_export_package.py</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Error-when-trying-to-export-package-by-import-export-package-py/m-p/88814#M4953</link>
      <description>&lt;P&gt;I think you have some sections in the nat rulebase, without an explict name...&lt;BR /&gt;Open smartconsole, check in the rulebase for each section named "New Section", and rename it like you prefer, publish, and run the export script again.&lt;BR /&gt;Let me know if it's work...&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jun 2020 18:43:57 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Error-when-trying-to-export-package-by-import-export-package-py/m-p/88814#M4953</guid>
      <dc:creator>FraP</dc:creator>
      <dc:date>2020-06-16T18:43:57Z</dc:date>
    </item>
    <item>
      <title>Re: Error when trying to export package by import_export_package.py</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Error-when-trying-to-export-package-by-import-export-package-py/m-p/89159#M4971</link>
      <description>It 's worked with me&lt;BR /&gt;But when i import to another SMC, some objects failed to import. This is log about this:&lt;BR /&gt;Failed to import network with name [Net_10.10.10.0]. Error: message: Requested object [partial_export_error_simple-gateway_b2a92db4-c398-4ed5-96a7-71c1e3ddcc74_FW-MISOFT] not found&lt;BR /&gt;code: generic_err_object_not_found&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Failed to import network with name [LAB_192.168.48.0_22]. Error: message: Requested object [partial_export_error_simple-gateway_b2a92db4-c398-4ed5-96a7-71c1e3ddcc74_FW-MISOFT] not found&lt;BR /&gt;code: generic_err_object_not_found&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Failed to import network with name [VPN_Pool]. Error: message: Requested object [partial_export_error_simple-gateway_b2a92db4-c398-4ed5-96a7-71c1e3ddcc74_FW-MISOFT] not found&lt;BR /&gt;code: generic_err_object_not_found&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Failed to import network with name [VPN_Pool_02]. Error: message: Requested object [partial_export_error_simple-gateway_b2a92db4-c398-4ed5-96a7-71c1e3ddcc74_FW-MISOFT] not found&lt;BR /&gt;code: generic_err_object_not_found&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Failed to import network with name [Cyperbit_LAB]. Error: message: Requested object [partial_export_error_simple-gateway_b2a92db4-c398-4ed5-96a7-71c1e3ddcc74_FW-MISOFT] not found&lt;BR /&gt;code: generic_err_object_not_found&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Failed to import network with name [Net_192.168.0.0]. Error: message: Requested object [partial_export_error_simple-gateway_b2a92db4-c398-4ed5-96a7-71c1e3ddcc74_FW-MISOFT] not found&lt;BR /&gt;code: generic_err_object_not_found&lt;BR /&gt;Do you see something like that before ???&lt;BR /&gt;Thank you so much&lt;BR /&gt;</description>
      <pubDate>Fri, 19 Jun 2020 09:20:08 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Error-when-trying-to-export-package-by-import-export-package-py/m-p/89159#M4971</guid>
      <dc:creator>PhongNN</dc:creator>
      <dc:date>2020-06-19T09:20:08Z</dc:date>
    </item>
    <item>
      <title>Re: Error when trying to export package by import_export_package.py</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Error-when-trying-to-export-package-by-import-export-package-py/m-p/89236#M4972</link>
      <description>&lt;P&gt;On your target SMS there is a missing object for some reason... check if "partial_export_error_simple-gateway_b2a92db4-c398-4ed5-96a7-71c1e3ddcc74_FW-MISOFT" exist also with&lt;BR /&gt;mgmt_cli -r true -f json show object uid "b2a92db4-c398-4ed5-96a7-71c1e3ddcc74"&lt;BR /&gt;&lt;BR /&gt;For this reason the script is not able to import the network objects VPN_Pool,VPN_Pool_2 ecc....&lt;/P&gt;&lt;P&gt;Before you imported this package, did you check for errors during the export?&lt;/P&gt;&lt;P&gt;Anyway, if these are the only errors and the import complete successfully, you can try to fix it, or check on the old SMS where the objects are used, so you can manually fix it!&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jun 2020 16:33:06 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Error-when-trying-to-export-package-by-import-export-package-py/m-p/89236#M4972</guid>
      <dc:creator>FraP</dc:creator>
      <dc:date>2020-06-19T16:33:06Z</dc:date>
    </item>
    <item>
      <title>Re: Error when trying to export package by import_export_package.py</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Error-when-trying-to-export-package-by-import-export-package-py/m-p/89406#M4974</link>
      <description>&lt;P&gt;Hi Francesco_P,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You were correct !!! Would have never got that on my own - much appreciated !!!&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jun 2020 10:11:38 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Error-when-trying-to-export-package-by-import-export-package-py/m-p/89406#M4974</guid>
      <dc:creator>Darren_Fine</dc:creator>
      <dc:date>2020-06-22T10:11:38Z</dc:date>
    </item>
    <item>
      <title>Re: Error when trying to export package by import_export_package.py</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Error-when-trying-to-export-package-by-import-export-package-py/m-p/89492#M4975</link>
      <description>Those look like "placeholder" objects that get created for objects that are not entirely configurable via the REST API but are referred to by other objects.&lt;BR /&gt;Specifically, there are several parameters in a gateway object that cannot currently be created via the REST API.&lt;BR /&gt;In this case, each one of these objects should have been deleted and replaced by their manually created equivalents.</description>
      <pubDate>Mon, 22 Jun 2020 22:38:04 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Error-when-trying-to-export-package-by-import-export-package-py/m-p/89492#M4975</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2020-06-22T22:38:04Z</dc:date>
    </item>
  </channel>
</rss>

