<?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>article Qlik Enterprise Manager: patchendpoint API Error in Official Support Articles</title>
    <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Enterprise-Manager-patchendpoint-API-Error/ta-p/2549297</link>
    <description>&lt;P&gt;QEM API used: PatchEndpoint&lt;BR /&gt;Endpoint for patching: SQL Server&lt;/P&gt;
&lt;P&gt;The following error occurs when trying to update the &lt;STRONG&gt;PatchEndpoint&amp;nbsp;&lt;/STRONG&gt;endpoint with the prop value seen for the fields. The &lt;STRONG&gt;prop value&lt;/STRONG&gt; seen for this endpoint is &lt;STRONG&gt;DO.SqlserverSettings.server&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;FONT face="courier new,courier"&gt;{"error_code":"AEM_PATCH_ENDPOINT_INNER_ERR","error_message":"Failed to patch replication endpoint \"HS_MSSQL_ISOPROD\" from server \"dev\". Error \"SYS-E-HTTPFAIL, Failed to apply json-patch.\", Detailed error: \"SYS,GENERAL_EXCEPTION,Failed to apply json-patch,Failed to apply patch remove/replace for item '/db_settings/DO.SqlserverSettings.server'; item does not exist; Failed to apply json patch\"."}&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="error message.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/188374i2C7FABC29E408DC3/image-size/large?v=v2&amp;amp;px=999" role="button" title="error message.png" alt="error message.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Resolution&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;The correct prop value in this instance is '&lt;STRONG&gt;server&lt;/STRONG&gt;' for the server field. The prop value in this endpoint contains the combined value of the parent prop, while other endpoints will separate the parent prop value into its own parameter.&lt;/P&gt;
&lt;P&gt;Sample JSON file with the correct prop value:&lt;/P&gt;
&lt;PRE&gt;[&lt;BR /&gt;{ "op":"replace", "path":"/db_settings/server",&lt;BR /&gt;"value":"server_ip_address_here" }&lt;BR /&gt;]&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Cause&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;SQL Server endpoint elements did not separate the parent prop value, leading to a misleading element inspection. The last part of the prop value is all that is needed for the JSON file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Environment&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;UL&gt;
&lt;LI&gt;Qlik Enterprise Manager&lt;/LI&gt;
&lt;/UL&gt;</description>
    <pubDate>Mon, 18 May 2026 12:19:28 GMT</pubDate>
    <dc:creator>Alan_Wang</dc:creator>
    <dc:date>2026-05-18T12:19:28Z</dc:date>
    <item>
      <title>Qlik Enterprise Manager: patchendpoint API Error</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Enterprise-Manager-patchendpoint-API-Error/ta-p/2549297</link>
      <description>&lt;P&gt;QEM API used: PatchEndpoint&lt;BR /&gt;Endpoint for patching: SQL Server&lt;/P&gt;
&lt;P&gt;The following error occurs when trying to update the &lt;STRONG&gt;PatchEndpoint&amp;nbsp;&lt;/STRONG&gt;endpoint with the prop value seen for the fields. The &lt;STRONG&gt;prop value&lt;/STRONG&gt; seen for this endpoint is &lt;STRONG&gt;DO.SqlserverSettings.server&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;FONT face="courier new,courier"&gt;{"error_code":"AEM_PATCH_ENDPOINT_INNER_ERR","error_message":"Failed to patch replication endpoint \"HS_MSSQL_ISOPROD\" from server \"dev\". Error \"SYS-E-HTTPFAIL, Failed to apply json-patch.\", Detailed error: \"SYS,GENERAL_EXCEPTION,Failed to apply json-patch,Failed to apply patch remove/replace for item '/db_settings/DO.SqlserverSettings.server'; item does not exist; Failed to apply json patch\"."}&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="error message.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/188374i2C7FABC29E408DC3/image-size/large?v=v2&amp;amp;px=999" role="button" title="error message.png" alt="error message.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Resolution&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;The correct prop value in this instance is '&lt;STRONG&gt;server&lt;/STRONG&gt;' for the server field. The prop value in this endpoint contains the combined value of the parent prop, while other endpoints will separate the parent prop value into its own parameter.&lt;/P&gt;
&lt;P&gt;Sample JSON file with the correct prop value:&lt;/P&gt;
&lt;PRE&gt;[&lt;BR /&gt;{ "op":"replace", "path":"/db_settings/server",&lt;BR /&gt;"value":"server_ip_address_here" }&lt;BR /&gt;]&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Cause&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;SQL Server endpoint elements did not separate the parent prop value, leading to a misleading element inspection. The last part of the prop value is all that is needed for the JSON file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Environment&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;UL&gt;
&lt;LI&gt;Qlik Enterprise Manager&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Mon, 18 May 2026 12:19:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Enterprise-Manager-patchendpoint-API-Error/ta-p/2549297</guid>
      <dc:creator>Alan_Wang</dc:creator>
      <dc:date>2026-05-18T12:19:28Z</dc:date>
    </item>
  </channel>
</rss>

