QAction causing Thread Problem
10th June 2024
Hi, The error 0x800700A4 means “No more threads can be created in the system”. This points that SLScripting, which is a 32-bit process has reached its maximum memory limit of …
Answer
10th June 2024
Hi, The error 0x800700A4 means “No more threads can be created in the system”. This points that SLScripting, which is a 32-bit process has reached its maximum memory limit of …
9th June 2024
Hi Michiel, Additional question on index management within a query, as shown in the following example: select t,cv,cvl,cvh from zm2_cc_trend_data_medium.trend_data_medium where d=26418 and e=1291 and p=13228 and i=’29’ and t>=’2024-04-30 …
9th June 2024
Hi Adel, A possible workaround is to use the Data Aggregator DxM. This application allows you to schedule GQI queries remotely and store the result in CSV files. You could …
8th June 2024
Hi Alberto, I just tested this on one of our DMAs, and this works fine. The DMA is configured to use SAML against our Azure AD with a URL like …
7th June 2024
Hi Ross, If you are on an automation script, you should be able to use the following snippet of code private static void TryUpdateVisioOnView(IEngine engine, IDmsView view, string visioFileName) { …
7th June 2024
Low-Code Apps (and all our web apps) run by default in the timezone of the end-user, while Cube always uses the same timezone as the DMA. The default timezone of …
7th June 2024
On startup, SLNet tries to resolve the IP address through either NetworkInterface.GetAllNetworkInterfaces() (GetIPProperties() on first returned interface) First non-ipv6 address returned through Dns.GetHostEntry(String.Empty) Hope this can help in figuring out …
7th June 2024
Hi Randy, There’s an ongoing effort to transition from dmaid/rootalarmid alarm tree references to dmaid/eid/rootalarmid references. The main reason to make this change is to guarantee uniqueness and to be …
7th June 2024
Hi Alberto, That’s a lot of questions 🙂 I’ll try to provide some feedback on all of them: 1) If all alarms that need to be combined for a correlation …
7th June 2024
Hi Tomas, Keep in mind if the alarm condition is true, then the parameter will not be monitored. For your use case you have: (condition 1) and (condition 2) and …
7th June 2024
Hi Chian, One thing you could do is define Normal alarm state for certain values. When parameter has that value green colour will be propagated. Cheers
6th June 2024
If the connector has only a smart-serial connection and you know the IP addresses of the clients upfront, it might be an option to configure an element per client. The …
6th June 2024
To follow up, this issue was caused by our DMA malfunctioning due to an unrelated issue with the host machine (Not enough CPU/RAM). Once we fixed that everything worked as …
6th June 2024
Hi Robert, I don’t believe this is possible out of the box. Once the alarm clears, the correlation engine forgets everything about it and once it appears again as a …
6th June 2024
Hi Ross, You are looking for the TryCreateServiceMessage, which takes a service template name along with input data. This same type of request is being used when applying service templates …