<?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: CNTService::OnInterrogate in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/CNTService-OnInterrogate/m-p/947131#M1256061</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We once faced a similar Issue at QV11.2 on the server, RAM- and CPU-Usage went up for almost half an hour but then it stopped.&lt;/P&gt;&lt;P&gt;I googled a little to solve this issue and found following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;CNTService&lt;/CODE&gt; is the class which provides a C++ framework upon which you can develop your own MFC C++ based services. The class makes heavy use of virtual functions which your service class should override.&lt;/P&gt;&lt;P&gt;(&lt;A href="http://www.codeproject.com/Articles/376/CNTService-v-NT-Service-Framework#sumCNTService" title="http://www.codeproject.com/Articles/376/CNTService-v-NT-Service-Framework#sumCNTService"&gt;CNTService v1.06 - NT Service Framework - CodeProject&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That doesn't answer your question and you probably already found that yourself, but maybe it helps another person who might have the same issue has some use of it..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What was odd was, that the moment it stopped there was another error: "SE_LOG: When AAALR(6.675912) is greater than 1.000000, we suggest using new row applicator to improve time end mem effeciency." I have no idea if there is a connection between the two but after this AAALR-value went down again there was no further problem...Usage dropped and everything seems to work fine since... also the AAALR-value didn't go up again...&lt;/P&gt;&lt;P&gt;I also checked on that, but as no one seems to know what exactly this AAALR-value means (best shot was: &lt;A href="https://community.qlik.com/thread/176761"&gt;SE_LOG: when AAALR(6.186927) is greater than 1.000000, we suggest using new row applicator to improve time and mem effec…&lt;/A&gt;) I couldn't determine, if there was a connection... If anyone has further information to each of these issues please feel free to share, I would really be interested, IF there is a connection or if it was just a coincident that these two came along together....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards Katharina&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Dec 2015 16:08:21 GMT</pubDate>
    <dc:creator>katharinakostka</dc:creator>
    <dc:date>2015-12-14T16:08:21Z</dc:date>
    <item>
      <title>CNTService::OnInterrogate</title>
      <link>https://community.qlik.com/t5/QlikView/CNTService-OnInterrogate/m-p/947130#M1256057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Qlikview&amp;nbsp; 11.2 SR10.&lt;/P&gt;&lt;P&gt;From past couple of weeks&amp;nbsp; in our Development environment we are facing some issue so when i revied the Server logs and Distrubution logs i found the only one log getting repeted every time for past week iam not able to resolve this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Distrubution logs:&amp;nbsp; in this i was able to see some files are getting deleted every day and i can see the mention of EDX Triggers but we are not using any EDX triggetrs&amp;nbsp; please find the attqchement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any one having the same issue if so how did you guys resolved it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance....&lt;/P&gt;&lt;P&gt;Jahnavi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CNTService-OnInterrogate/m-p/947130#M1256057</guid>
      <dc:creator>j_qlikview</dc:creator>
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: CNTService::OnInterrogate</title>
      <link>https://community.qlik.com/t5/QlikView/CNTService-OnInterrogate/m-p/947131#M1256061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We once faced a similar Issue at QV11.2 on the server, RAM- and CPU-Usage went up for almost half an hour but then it stopped.&lt;/P&gt;&lt;P&gt;I googled a little to solve this issue and found following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;CNTService&lt;/CODE&gt; is the class which provides a C++ framework upon which you can develop your own MFC C++ based services. The class makes heavy use of virtual functions which your service class should override.&lt;/P&gt;&lt;P&gt;(&lt;A href="http://www.codeproject.com/Articles/376/CNTService-v-NT-Service-Framework#sumCNTService" title="http://www.codeproject.com/Articles/376/CNTService-v-NT-Service-Framework#sumCNTService"&gt;CNTService v1.06 - NT Service Framework - CodeProject&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That doesn't answer your question and you probably already found that yourself, but maybe it helps another person who might have the same issue has some use of it..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What was odd was, that the moment it stopped there was another error: "SE_LOG: When AAALR(6.675912) is greater than 1.000000, we suggest using new row applicator to improve time end mem effeciency." I have no idea if there is a connection between the two but after this AAALR-value went down again there was no further problem...Usage dropped and everything seems to work fine since... also the AAALR-value didn't go up again...&lt;/P&gt;&lt;P&gt;I also checked on that, but as no one seems to know what exactly this AAALR-value means (best shot was: &lt;A href="https://community.qlik.com/thread/176761"&gt;SE_LOG: when AAALR(6.186927) is greater than 1.000000, we suggest using new row applicator to improve time and mem effec…&lt;/A&gt;) I couldn't determine, if there was a connection... If anyone has further information to each of these issues please feel free to share, I would really be interested, IF there is a connection or if it was just a coincident that these two came along together....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards Katharina&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Dec 2015 16:08:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CNTService-OnInterrogate/m-p/947131#M1256061</guid>
      <dc:creator>katharinakostka</dc:creator>
      <dc:date>2015-12-14T16:08:21Z</dc:date>
    </item>
  </channel>
</rss>

