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 …

Disable Information Events for Scripted Parameter Sets

Hi Thomas, Yes, by changing the RunTimeFlag NoInformationEvents. e.g. public void SetParameterSilent(int pid, object value) { // Set the NoInformationEvents flag to disable information events _engine.SetFlag(RunTimeFlags.NoInformationEvents); // Perform a silent …

Failed to start the worker process

Hey Ross, Could you check if the DataMiner GQI service is installed? If it is, try restarting the service and see if that corrects the issue.