Purpose of Visio Cache

The Visio cache is located on your client PC and indeed allows you to load Visual Overviews without the server needing to send the latest version every time AND without …

Visio – How to Use VdxPage Form Title

Hi HyungMo, Is this the title of the task bar icon you’re referring to? If so, I believe there is currently no way to configure what should be displayed here …

DataMiner Audit Trail – write into Syslog

Hi Thomas, That’s not natively available in DataMiner, the audit trail messages are generated as information messages in DataMiner, which are of the same type or class you could say …

How to Set two bytes value in Parameter with QAction

Hi, This can be done by defining the parameter like this: <Param id=”2000″> <Name>Adres TempW2</Name> <Description>Adres of TempW2</Description> <Type>read</Type> <Interprete> <RawType>unsigned number</RawType> <LengthType>fixed</LengthType> <Length>2</Length> <Type>double</Type> </Interprete> </Param> In the QAction …

Is there a Driver can act as an e-mail Receiver?

The capability is definitely there Kawssar, i.e. several customers have deployed drivers that ingest e-mails and parse data from those.  I know use cases of customers (broadband providers) that get …

Alarm template setting

Hi Jacky, I think what you’re looking to do is something like this, correct? Where I have a Normal alarm state (green) for a blank, a Major (yellow) for specified …

Alarm template setting

Hi Jacky, A possible option for this case could be updating the driver so you can deal with these exception values. For example, you can define an exception when the …

Remove Domain Authentication

Hi Alain, Removing the domain users & domain user groups from the DataMiner system through the security settings will prevent any user from using their domain account to access the …

Remove Domain Authentication

Hi Alain, You can remove the windows server from the domain to achieve this. Also make sure your C:\Skyline DataMiner\DataMiner.xml file does not point towards the domain LDAP through the …

“report button” into dashboard

Hi Jordane, Not really sure what you mean by ‘generate his own report’, but if you mean ‘generating a pdf version of your dashboard’, then I can say that this …