Security BPA – IIS – BUG?

Hi all, Seppe and I have looked at this and the new version of DM (10.4.8) will resolve the issues I raised here.

Thumbnail invalid path

Here is the picture again: thumb.PNG Yes it’s VB220 and VB330. We are using the thumbnail url in table “Services” (ID: 7013).

Posting DEVOPS Rank in Linked In

Hi, if you go to the top right of the community, you will see your user icon.  Click on that and select “View Profile”.  Somewhat lower on that page you …

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 …