<?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 Enterprise on Windows: Folder %AppData%\Roaming\Microsoft\Crypto\RSA filled up with hundreds of small files in Official Support Articles</title>
    <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Enterprise-on-Windows-Folder-AppData-Roaming/ta-p/1717059</link>
    <description>&lt;P&gt;The folder &lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;%AppData%\Roaming\Microsoft\Crypto\RSA&lt;/SPAN&gt;&amp;nbsp;(Example: &lt;SPAN&gt;C:\Users\qliksense.services\AppData\Roaming\Microsoft\Crypto\RSA\S-1-5-21-116657702-4158495111-16012&lt;/SPAN&gt;&lt;/FONT&gt;) fills up with hundreds of small files.&lt;/P&gt;
&lt;P&gt;These files can be safely deleted.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&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;DIV style="margin-left: 40px;"&gt;&lt;LI-PRODUCT title="Qlik Sense Enterprise on Windows" id="qlikSenseEnterpriseWindows"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The files are created each time .NET services controlled by Qlik Sense Service Dispatcher service are started. At the time this article is updated those are:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;FONT face="courier new,courier"&gt;[hybriddeploymentservice]&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT face="courier new,courier"&gt;[appdistributionservice]&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;[qib-webchat-service]&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT face="courier new,courier"&gt;[qdc-catalog-service]&lt;/FONT&gt;&lt;I&gt;&lt;/I&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;I&gt;&amp;nbsp;&lt;/I&gt;Each time Qlik Sense Service Dispatcher service is (re)started, 7 new files are created. There might be more .NET services in future releases of Qlik Sense Enterprise on Windows.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Workaround:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;&lt;SPAN&gt;If you are a customer currently &lt;STRONG&gt;not&lt;/STRONG&gt; using a Multi-Cloud/Hybrid setup, meaning you are not distributing apps from Client Managed into SaaS, you can disable the following two services:&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;[hybriddeploymentservice]&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;[appdistributionservice]&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;If you are a customer currently not using Qlik Webchat and\or QDC Catalog service, you can also disable the following services:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;FONT face="courier new,courier"&gt;[qdc-catalog-service]&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT face="courier new,courier"&gt;[qib-webchat-service]&lt;/FONT&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;To do this:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Make a backup of &lt;FONT face="courier new,courier"&gt;services.conf&lt;/FONT&gt; file. It is typically located at &lt;FONT face="courier new,courier"&gt;C:\ProgramFiles\Qlik\Sense\ServiceDispatcher&lt;/FONT&gt;.&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Open the file &lt;FONT face="courier new,courier"&gt;services.conf&lt;/FONT&gt; file.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;Find the section defining the service in question by searching its name and add the row "Disabled=true". In example:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;
&lt;PRE&gt;[hybriddeploymentservice]&lt;BR /&gt;&lt;STRONG&gt;Disabled=true&lt;/STRONG&gt;&lt;BR /&gt;Identity=Qlik.hybrid-deployment-service&lt;BR /&gt;DisplayName=Hybrid Deployment Service&lt;BR /&gt;ExePath=dotnet\dotnet.exe UseScript=false&lt;BR /&gt;&lt;BR /&gt;[appdistributionservice]&lt;BR /&gt;&lt;STRONG&gt;Disabled=true&lt;/STRONG&gt;&lt;BR /&gt;Identity=Qlik.app-distribution-service&lt;BR /&gt;DisplayName=App Distribution Service&lt;BR /&gt;ExePath=dotnet\dotnet.exe&lt;BR /&gt;UseScript=false&lt;/PRE&gt;
&lt;/LI&gt;
&lt;LI&gt;Qlik Sense Service Dispatcher service needs to be restarted for the setting to take effect.&lt;BR /&gt;&lt;BR /&gt;Note: In rare instances, the operating system will need to be restarted. If you experience service communication issues (apps not leading, unexpected errors), restart the windows host.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3 class="qlik-migrated-tkb-headings"&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Cause:&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;If the total number of these files is excessively large, this may indicate that the related .NET services are crashing. You can review the Windows Application events and log files of the affected services to locate additional details. Use the timestamps provided by when the excess files are created, and review the following logs (located under &lt;FONT face="courier new,courier"&gt;C:\ProgramData\Qlik\Sense\Log&lt;/FONT&gt;&lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;
&lt;UL type="disc"&gt;
&lt;LI&gt;&lt;FONT face="courier new,courier"&gt;Hybriddeploymentservice&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT face="courier new,courier"&gt;Appdistributionservice&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT face="courier new,courier"&gt;QdcCatalogService&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT face="courier new,courier"&gt;QibWebchatService&lt;/FONT&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;However, please note that often when the service crashes, it does not produce any logs, leaving the only trace in Windows Application events.&lt;/P&gt;
&lt;P aria-hidden="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Resolution:&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;Apply a suggested workaround or remove the files – they can be safely deleted. In case of an excessive number caused by the .NET service crashing, investigate the .NET service crashes by using the Windows Event log as well as the service logs (see &lt;FONT color="#339966"&gt;&lt;STRONG&gt;Cause&lt;/STRONG&gt;&lt;/FONT&gt;).&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 17 Dec 2025 09:36:27 GMT</pubDate>
    <dc:creator>Sonja_Bauernfeind</dc:creator>
    <dc:date>2025-12-17T09:36:27Z</dc:date>
    <item>
      <title>Qlik Sense Enterprise on Windows: Folder %AppData%\Roaming\Microsoft\Crypto\RSA filled up with hundreds of small files</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Enterprise-on-Windows-Folder-AppData-Roaming/ta-p/1717059</link>
      <description>&lt;P&gt;The folder &lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;%AppData%\Roaming\Microsoft\Crypto\RSA&lt;/SPAN&gt;&amp;nbsp;(Example: &lt;SPAN&gt;C:\Users\qliksense.services\AppData\Roaming\Microsoft\Crypto\RSA\S-1-5-21-116657702-4158495111-16012&lt;/SPAN&gt;&lt;/FONT&gt;) fills up with hundreds of small files.&lt;/P&gt;
&lt;P&gt;These files can be safely deleted.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&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;DIV style="margin-left: 40px;"&gt;&lt;LI-PRODUCT title="Qlik Sense Enterprise on Windows" id="qlikSenseEnterpriseWindows"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The files are created each time .NET services controlled by Qlik Sense Service Dispatcher service are started. At the time this article is updated those are:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;FONT face="courier new,courier"&gt;[hybriddeploymentservice]&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT face="courier new,courier"&gt;[appdistributionservice]&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;[qib-webchat-service]&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT face="courier new,courier"&gt;[qdc-catalog-service]&lt;/FONT&gt;&lt;I&gt;&lt;/I&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;I&gt;&amp;nbsp;&lt;/I&gt;Each time Qlik Sense Service Dispatcher service is (re)started, 7 new files are created. There might be more .NET services in future releases of Qlik Sense Enterprise on Windows.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Workaround:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;&lt;SPAN&gt;If you are a customer currently &lt;STRONG&gt;not&lt;/STRONG&gt; using a Multi-Cloud/Hybrid setup, meaning you are not distributing apps from Client Managed into SaaS, you can disable the following two services:&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;[hybriddeploymentservice]&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;[appdistributionservice]&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;If you are a customer currently not using Qlik Webchat and\or QDC Catalog service, you can also disable the following services:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;FONT face="courier new,courier"&gt;[qdc-catalog-service]&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT face="courier new,courier"&gt;[qib-webchat-service]&lt;/FONT&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;To do this:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Make a backup of &lt;FONT face="courier new,courier"&gt;services.conf&lt;/FONT&gt; file. It is typically located at &lt;FONT face="courier new,courier"&gt;C:\ProgramFiles\Qlik\Sense\ServiceDispatcher&lt;/FONT&gt;.&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Open the file &lt;FONT face="courier new,courier"&gt;services.conf&lt;/FONT&gt; file.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;Find the section defining the service in question by searching its name and add the row "Disabled=true". In example:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;
&lt;PRE&gt;[hybriddeploymentservice]&lt;BR /&gt;&lt;STRONG&gt;Disabled=true&lt;/STRONG&gt;&lt;BR /&gt;Identity=Qlik.hybrid-deployment-service&lt;BR /&gt;DisplayName=Hybrid Deployment Service&lt;BR /&gt;ExePath=dotnet\dotnet.exe UseScript=false&lt;BR /&gt;&lt;BR /&gt;[appdistributionservice]&lt;BR /&gt;&lt;STRONG&gt;Disabled=true&lt;/STRONG&gt;&lt;BR /&gt;Identity=Qlik.app-distribution-service&lt;BR /&gt;DisplayName=App Distribution Service&lt;BR /&gt;ExePath=dotnet\dotnet.exe&lt;BR /&gt;UseScript=false&lt;/PRE&gt;
&lt;/LI&gt;
&lt;LI&gt;Qlik Sense Service Dispatcher service needs to be restarted for the setting to take effect.&lt;BR /&gt;&lt;BR /&gt;Note: In rare instances, the operating system will need to be restarted. If you experience service communication issues (apps not leading, unexpected errors), restart the windows host.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3 class="qlik-migrated-tkb-headings"&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Cause:&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;If the total number of these files is excessively large, this may indicate that the related .NET services are crashing. You can review the Windows Application events and log files of the affected services to locate additional details. Use the timestamps provided by when the excess files are created, and review the following logs (located under &lt;FONT face="courier new,courier"&gt;C:\ProgramData\Qlik\Sense\Log&lt;/FONT&gt;&lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;
&lt;UL type="disc"&gt;
&lt;LI&gt;&lt;FONT face="courier new,courier"&gt;Hybriddeploymentservice&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT face="courier new,courier"&gt;Appdistributionservice&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT face="courier new,courier"&gt;QdcCatalogService&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT face="courier new,courier"&gt;QibWebchatService&lt;/FONT&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;However, please note that often when the service crashes, it does not produce any logs, leaving the only trace in Windows Application events.&lt;/P&gt;
&lt;P aria-hidden="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Resolution:&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;Apply a suggested workaround or remove the files – they can be safely deleted. In case of an excessive number caused by the .NET service crashing, investigate the .NET service crashes by using the Windows Event log as well as the service logs (see &lt;FONT color="#339966"&gt;&lt;STRONG&gt;Cause&lt;/STRONG&gt;&lt;/FONT&gt;).&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Dec 2025 09:36:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Enterprise-on-Windows-Folder-AppData-Roaming/ta-p/1717059</guid>
      <dc:creator>Sonja_Bauernfeind</dc:creator>
      <dc:date>2025-12-17T09:36:27Z</dc:date>
    </item>
    <item>
      <title>Re: Folder %AppData%\Roaming\Microsoft\Crypto\RSA filled up with hundreds of small files</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Enterprise-on-Windows-Folder-AppData-Roaming/tac-p/1889299#M5477</link>
      <description>&lt;P&gt;Had this exact problem with a Sense server, folder %AppData%\Roaming\Microsoft\Crypto\RSA\..\ filling up with files, &lt;BR /&gt;but not hundreds but miljons of files filling up the C-drive and making the system unstable. &lt;BR /&gt;That's when we detected it and found that folder while searching for what was taking space on the C-drive.&lt;BR /&gt;By then they took more than 10 GB of disk space.&lt;BR /&gt;Removing the files and updating Service Dispatcher services.conf according to above.&lt;BR /&gt;Could only find hybriddeploymentservice and appdistributionservice, not entitlementprovisioningservice.&lt;BR /&gt;Added Disabled=true to those two then rebooted the server.&lt;BR /&gt;It still creates files in folder %AppData%\Roaming\Microsoft\Crypto\RSA\..\, about 10 files per minute while running!&lt;BR /&gt;Left alone this will again fill the C-drive.&lt;/P&gt;
&lt;P&gt;There are other entries in the services.conf file referencing dotnet.exe: qdc-catalog-service and qib-webchat-service&lt;BR /&gt;Should these also have Disabled=true?&lt;/P&gt;
&lt;P&gt;What is the cause of this problem and is it not possible to fix the problem instead of trying to fix the symptom?&lt;/P&gt;</description>
      <pubDate>Fri, 04 Feb 2022 16:31:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Enterprise-on-Windows-Folder-AppData-Roaming/tac-p/1889299#M5477</guid>
      <dc:creator>Anders_Eriksson</dc:creator>
      <dc:date>2022-02-04T16:31:13Z</dc:date>
    </item>
    <item>
      <title>Re: Folder %AppData%\Roaming\Microsoft\Crypto\RSA filled up with hundreds of small files</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Enterprise-on-Windows-Folder-AppData-Roaming/tac-p/1889307#M5478</link>
      <description>&lt;P&gt;Corresponds with dotnet.exe crashes logged in Event log.&lt;BR /&gt;WindowsCryptographicException.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Feb 2022 16:51:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Enterprise-on-Windows-Folder-AppData-Roaming/tac-p/1889307#M5478</guid>
      <dc:creator>Anders_Eriksson</dc:creator>
      <dc:date>2022-02-04T16:51:24Z</dc:date>
    </item>
    <item>
      <title>Re: Folder %AppData%\Roaming\Microsoft\Crypto\RSA filled up with hundreds of small files</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Enterprise-on-Windows-Folder-AppData-Roaming/tac-p/1889312#M5479</link>
      <description>&lt;P&gt;Server is Amazon EC2 r5.4xlarge with Windows Server 2019 Datacenter.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Feb 2022 17:04:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Enterprise-on-Windows-Folder-AppData-Roaming/tac-p/1889312#M5479</guid>
      <dc:creator>Anders_Eriksson</dc:creator>
      <dc:date>2022-02-04T17:04:21Z</dc:date>
    </item>
  </channel>
</rss>

