<?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 Request to parameterize the hard-coded app import folder in Management &amp; Governance</title>
    <link>https://community.qlik.com/t5/Management-Governance/Request-to-parameterize-the-hard-coded-app-import-folder/m-p/2120773#M25682</link>
    <description>&lt;P&gt;In our deployment setup, we face an issue due to the app import folder not being configurable.&lt;/P&gt;
&lt;P&gt;This is especially needed now as we move to Azure from on-prem. Please find details of our setup in the below section.&lt;/P&gt;
&lt;P&gt;It would be great if the path in&amp;nbsp;post /app/import&amp;nbsp;API below could be parameterized&lt;BR /&gt;&lt;A href="https://help.qlik.com/en-US/sense-developer/February2023/APIs/RepositoryServiceAPI/index.html?page=1420" target="_blank"&gt;https://help.qlik.com/en-US/sense-developer/February2023/APIs/RepositoryServiceAPI/index.html?page=1420&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;The attached diagram shows the preferred import operation. Currently we have a workaround using symlinks but it is not supported in Azure clusters.&lt;/P&gt;
&lt;P&gt;------------------------&lt;/P&gt;
&lt;P&gt;Below content is an alternative solution for app transfers between Qlik Sense backend and frontend sites. The solution works around two environment limitations.&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Slow network write speeds when downloading and uploading apps over Qlik QRS Api&lt;/LI&gt;
&lt;LI&gt;Qlik Sense hardcoded app import folder&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="vjp_0-1695279096983.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/116722i7D5F8BA2243FE1EC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="vjp_0-1695279096983.png" alt="vjp_0-1695279096983.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The app must be in the import folder for the calling user. To find the import folder, send the following request as the appropriate user:&lt;/P&gt;
&lt;P&gt;GET /qrs/app/importfolder&lt;/P&gt;
&lt;P&gt;Create symbolic link in the frontend import folder pointing to the network path of backend apps folder.&lt;/P&gt;
&lt;P&gt;New-Item -Type SymbolicLink -Path \\FrontendFileServer\QlikShare\Apps\USERDIRECTORY\USERNAME -Value \\BackendFileServer\QlikShare\Apps&lt;/P&gt;
&lt;P&gt;Enable remote to remote symbolic links&lt;/P&gt;
&lt;P&gt;fsutil behavior set SymlinkEvaluation R2R:1&lt;/P&gt;
&lt;P&gt;Use QRS API to import file directly from backend apps folder through symbolic link&lt;/P&gt;
&lt;P&gt;POST /qrs/app/import&lt;/P&gt;</description>
    <pubDate>Thu, 21 Sep 2023 06:56:45 GMT</pubDate>
    <dc:creator>vj-p</dc:creator>
    <dc:date>2023-09-21T06:56:45Z</dc:date>
    <item>
      <title>Request to parameterize the hard-coded app import folder</title>
      <link>https://community.qlik.com/t5/Management-Governance/Request-to-parameterize-the-hard-coded-app-import-folder/m-p/2120773#M25682</link>
      <description>&lt;P&gt;In our deployment setup, we face an issue due to the app import folder not being configurable.&lt;/P&gt;
&lt;P&gt;This is especially needed now as we move to Azure from on-prem. Please find details of our setup in the below section.&lt;/P&gt;
&lt;P&gt;It would be great if the path in&amp;nbsp;post /app/import&amp;nbsp;API below could be parameterized&lt;BR /&gt;&lt;A href="https://help.qlik.com/en-US/sense-developer/February2023/APIs/RepositoryServiceAPI/index.html?page=1420" target="_blank"&gt;https://help.qlik.com/en-US/sense-developer/February2023/APIs/RepositoryServiceAPI/index.html?page=1420&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;The attached diagram shows the preferred import operation. Currently we have a workaround using symlinks but it is not supported in Azure clusters.&lt;/P&gt;
&lt;P&gt;------------------------&lt;/P&gt;
&lt;P&gt;Below content is an alternative solution for app transfers between Qlik Sense backend and frontend sites. The solution works around two environment limitations.&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Slow network write speeds when downloading and uploading apps over Qlik QRS Api&lt;/LI&gt;
&lt;LI&gt;Qlik Sense hardcoded app import folder&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="vjp_0-1695279096983.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/116722i7D5F8BA2243FE1EC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="vjp_0-1695279096983.png" alt="vjp_0-1695279096983.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The app must be in the import folder for the calling user. To find the import folder, send the following request as the appropriate user:&lt;/P&gt;
&lt;P&gt;GET /qrs/app/importfolder&lt;/P&gt;
&lt;P&gt;Create symbolic link in the frontend import folder pointing to the network path of backend apps folder.&lt;/P&gt;
&lt;P&gt;New-Item -Type SymbolicLink -Path \\FrontendFileServer\QlikShare\Apps\USERDIRECTORY\USERNAME -Value \\BackendFileServer\QlikShare\Apps&lt;/P&gt;
&lt;P&gt;Enable remote to remote symbolic links&lt;/P&gt;
&lt;P&gt;fsutil behavior set SymlinkEvaluation R2R:1&lt;/P&gt;
&lt;P&gt;Use QRS API to import file directly from backend apps folder through symbolic link&lt;/P&gt;
&lt;P&gt;POST /qrs/app/import&lt;/P&gt;</description>
      <pubDate>Thu, 21 Sep 2023 06:56:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Request-to-parameterize-the-hard-coded-app-import-folder/m-p/2120773#M25682</guid>
      <dc:creator>vj-p</dc:creator>
      <dc:date>2023-09-21T06:56:45Z</dc:date>
    </item>
  </channel>
</rss>

