QAction causing Thread Problem

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 …

Running query to cassandra cluster similar than query executor

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 …

Can I offload data for a specific date?

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 …

Automate assigning a Visio file to a view

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) { …

DataMiner gets wrong primary IP

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 …

Method of running a Service Template in Automation

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 …