Question Farman Ullah · Mar 4 Message Count Looking for a SQL query or any other method to find the Unique/distinct message counts for all productions or at least per production namespace within a given time frame. For e.g TimeCreated = January 2025 (Whole month) I have used the following, but its not restricting the numbers based on the TimeCreated filter. Every time a new message is processed by system, its added to the total. I am running the query in today's date Select Sum(MsgCount) From (Select DISTINCT TargetConfigName, count(DISTINCT SessionID) as MsgCount FROM ENS.MessageHeader #Caché #Ensemble #HealthShare 1 8 0 62
Question Farman Ullah · Apr 2, 2024 Business component using a particular class Hello, I am trying to find or locate all Intersystems business components using a particular class. Like I want to find component is using abc.test.cls class. #Caché #HealthShare 0 6 0 120
Question Farman Ullah · Feb 4, 2024 Update Apache 2.4.52 to its new install (2.4.58) Hello, As Intersystems Cache for Windows comes with a custom Apache version (2.4.52) and has some security risks, so not advised to be used for Production servers/environments. I want to install the new version of Apache (2.4.58) and replace it with the built-in version of it. Is there an easy and convenient way to perform this upgrade? My target is to completely replace the built-in version and replace it with a new version so that it passes the security scan. Here is the link to the security risk mentioned by Intersystems: #Caché 0 1 0 201