<?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 Sense Migration Tools: Error operation unsupported for server-type &amp;quot;cloud&amp;quot; (Qlik Cloud) Supported server-types are: [&amp;quot;windows&amp;quot;] in Official Support Articles</title>
    <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Migration-Tools-Error-operation-unsupported-for/ta-p/2479277</link>
    <description>&lt;P&gt;Executing the &lt;A href="https://help.qlik.com/en-US/migration/Content/Migration/Qlik-migration-playbook.htm" target="_blank" rel="noopener"&gt;Qlik Migration Tools&lt;/A&gt;&amp;nbsp;leads to the following error on &lt;STRONG&gt;line 185&lt;/STRONG&gt; of &lt;STRONG&gt;7_migrateapps.ps1&lt;/STRONG&gt;:&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;FONT face="courier new,courier"&gt;Error: operation unsupported for server-type "cloud" (Qlik Cloud). Supported server-types are: ["windows"]&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;Example:&lt;/P&gt;
&lt;PRE class="ckeditor_codeblock"&gt;qlik context use $QlikWindowsContext | out-null

qlik qrs app export create $appid --skipdata $SS --exportScope all --output-file $exportAppFile&lt;/PRE&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;Verify you have followed the required step-by-step configuration documented in&amp;nbsp;&lt;A href="https://qlik.dev/toolkits/qlik-cli/qlik-cli-qrs-get-started/" target="_blank" rel="noopener"&gt;Using qlik-cli with Qlik Sense Enterprise client-managed Repository API (QRS)&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Specifically, do not forget to execute this &lt;STRONG&gt;cmd&lt;/STRONG&gt; to &lt;STRONG&gt;add the Qlik Sense Enterprise on Windows&lt;/STRONG&gt; server to qlik-cli. See&amp;nbsp;&lt;A href="https://qlik.dev/toolkits/qlik-cli/qlik-cli-qrs-get-started/#configure-a-context-in-qlik-cli" target="_blank" rel="noopener"&gt;Configure a context in qlik-cli&lt;/A&gt;&amp;nbsp;for details.&lt;/P&gt;
&lt;P&gt;Example:&lt;/P&gt;
&lt;PRE&gt;##qlik context create QSEoW --server &amp;lt;server name&amp;gt; --server-type windows --api-key &amp;lt;JWT Token&amp;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;Possible causes:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;failed to specify &lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;--server-type windows&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;executed the cmd against Qlik Cloud, not Qlik Sense Enterprise on Windows&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Lines 184 and 185 test the connection as documented in&amp;nbsp;&lt;A href="https://qlik.dev/toolkits/qlik-cli/qlik-cli-qrs-get-started/#test-the-connection" target="_blank" rel="noopener"&gt;Qlik-CLI: Test the connection&lt;/A&gt;&amp;nbsp;and point to a misconfiguration of the context.&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 Cloud&lt;/LI&gt;
&lt;LI&gt;Qlik Sense Enterprise on Windows&lt;/LI&gt;
&lt;/UL&gt;</description>
    <pubDate>Tue, 03 Sep 2024 08:55:36 GMT</pubDate>
    <dc:creator>Nao_Baba</dc:creator>
    <dc:date>2024-09-03T08:55:36Z</dc:date>
    <item>
      <title>Qlik Sense Migration Tools: Error operation unsupported for server-type "cloud" (Qlik Cloud) Supported server-types are: ["windows"]</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Migration-Tools-Error-operation-unsupported-for/ta-p/2479277</link>
      <description>&lt;P&gt;Executing the &lt;A href="https://help.qlik.com/en-US/migration/Content/Migration/Qlik-migration-playbook.htm" target="_blank" rel="noopener"&gt;Qlik Migration Tools&lt;/A&gt;&amp;nbsp;leads to the following error on &lt;STRONG&gt;line 185&lt;/STRONG&gt; of &lt;STRONG&gt;7_migrateapps.ps1&lt;/STRONG&gt;:&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;FONT face="courier new,courier"&gt;Error: operation unsupported for server-type "cloud" (Qlik Cloud). Supported server-types are: ["windows"]&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;Example:&lt;/P&gt;
&lt;PRE class="ckeditor_codeblock"&gt;qlik context use $QlikWindowsContext | out-null

qlik qrs app export create $appid --skipdata $SS --exportScope all --output-file $exportAppFile&lt;/PRE&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;Verify you have followed the required step-by-step configuration documented in&amp;nbsp;&lt;A href="https://qlik.dev/toolkits/qlik-cli/qlik-cli-qrs-get-started/" target="_blank" rel="noopener"&gt;Using qlik-cli with Qlik Sense Enterprise client-managed Repository API (QRS)&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Specifically, do not forget to execute this &lt;STRONG&gt;cmd&lt;/STRONG&gt; to &lt;STRONG&gt;add the Qlik Sense Enterprise on Windows&lt;/STRONG&gt; server to qlik-cli. See&amp;nbsp;&lt;A href="https://qlik.dev/toolkits/qlik-cli/qlik-cli-qrs-get-started/#configure-a-context-in-qlik-cli" target="_blank" rel="noopener"&gt;Configure a context in qlik-cli&lt;/A&gt;&amp;nbsp;for details.&lt;/P&gt;
&lt;P&gt;Example:&lt;/P&gt;
&lt;PRE&gt;##qlik context create QSEoW --server &amp;lt;server name&amp;gt; --server-type windows --api-key &amp;lt;JWT Token&amp;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;Possible causes:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;failed to specify &lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;--server-type windows&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;executed the cmd against Qlik Cloud, not Qlik Sense Enterprise on Windows&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Lines 184 and 185 test the connection as documented in&amp;nbsp;&lt;A href="https://qlik.dev/toolkits/qlik-cli/qlik-cli-qrs-get-started/#test-the-connection" target="_blank" rel="noopener"&gt;Qlik-CLI: Test the connection&lt;/A&gt;&amp;nbsp;and point to a misconfiguration of the context.&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 Cloud&lt;/LI&gt;
&lt;LI&gt;Qlik Sense Enterprise on Windows&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Tue, 03 Sep 2024 08:55:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Migration-Tools-Error-operation-unsupported-for/ta-p/2479277</guid>
      <dc:creator>Nao_Baba</dc:creator>
      <dc:date>2024-09-03T08:55:36Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Migration Tools: Error operation unsupported for server-type "cloud" (Qlik Cloud) Supported server-types are: ["windows&amp;</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Migration-Tools-Error-operation-unsupported-for/tac-p/2519866#M15878</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Despite following all the steps, including the one mentioned above, we are still encountering a &lt;STRONG&gt;"403 - Forbidden"&lt;/STRONG&gt; error, and the script fails to execute.&lt;BR /&gt;Could you help us understand what might be causing this?&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;MG&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jun 2025 05:16:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Migration-Tools-Error-operation-unsupported-for/tac-p/2519866#M15878</guid>
      <dc:creator>sogloqlik</dc:creator>
      <dc:date>2025-06-03T05:16:29Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Migration Tools: Error operation unsupported for server-type "cloud" (Qlik Cloud) Supported server-types are: ["windows&amp;</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Migration-Tools-Error-operation-unsupported-for/tac-p/2519870#M15879</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/7792"&gt;@sogloqlik&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please log a support ticket if the steps in this article have not helped resolve the issue for you.&lt;/P&gt;
&lt;P&gt;All the best,&lt;BR /&gt;Sonja&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jun 2025 06:15:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Migration-Tools-Error-operation-unsupported-for/tac-p/2519870#M15879</guid>
      <dc:creator>Sonja_Bauernfeind</dc:creator>
      <dc:date>2025-06-03T06:15:02Z</dc:date>
    </item>
  </channel>
</rss>

