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.

Visio Children Subview Inside Child Shape

Hi Felix, You’re definitely on the right track. The behavior you’re seeing comes down to how context is handled in Visio shapes versus property placeholders. When you use things like …

Dataminer and Powerbi

Hi, Great question. There are actually a couple of solid approaches, depending on how flexible you want your setup to be. Within DataMiner itself, you already have quite powerful options. …