Thumbnail Scheme Error

Hi Kris, Based on the configuration in your question, I can see that the Image source URL (a blob) will not work for getting thumbnails. You will have to check …

DaaS / STaaS – Trending TTL

Hi Ive, 1 – Default TTLs for STaaS can be found in the docs. 2 – If you need a custom TTL, you can contact support.cloud.ecosystem, and we can manually …

LCA : GQI Query – Column reference

From DataMiner web version 10.6.6 (also provided with MR 10.5 CU15 and 10.6 CU3), the alarms, elements, services and views data sources will use the property name instead of it’s …

response using GetElementByNameMessage

Hi Juan, The response is of type ElementInfoEventMessage (when sent via _dms.SendSingleResponseMessage, otherwise the response is DMSMessage[] containing a single ElementInfoEventMessage) NOTE: SLNet messages are not guaranteed to have a …

Timer actions – implications and limitations

Hi Tarik, I’m not entirely sure about the implications, limitations, or risks. However, from what I’ve seen in some older code, I got the impression that in the past it …

Orange DMS in dataminer.services after IP Address change of dma

So after my previous question above, I found this question https://community.dataminer.services/question/web-applications-exception-in-cube-due-to-invalid-certificate/?hilite=root+certificate+store#/comments/141396/all and  @Seppe Dejonckheere had the solution, screenshotted below.  Installing the auto-generated API Gateway SSL into the dma machine root …

Commandline launching Cube.exe to specific Trend Group

I have deemed this not possible so I have added a feature suggestion here: https://community.dataminer.services/new-feature-suggestions/expanded-cube-exe-command-line-parameters-to-navigate-to-trendgroup/ Please upvote 🙂

Alarm conditioning on IRD Sync Status

Hi Joao, Another option could be aggregation rules. You could create an aggregation rule that will count the number for rows in a table based on a condition.  The only …

Alarm conditioning on IRD Sync Status

I think you will need a QACtion to count the number of “Synced” rows and set the value as a new standalone parameter.  Then you would be able to Alarm …

Dataminer Cube

Hi Thomaz, The Cube has had an update on the colors indeed an we are aware of the problem you are reporting, a fix is in progress and will ship …

FindServiceTemplates not found

Hi, It seems that the IEngine interface does not contain the FindServiceTemplates method. What could be done is to try to cast it to the Engine class, which inherits from …