Unattended Installer

Hi Chris, To answer your question and some additional information. We’re currently busy validating the new installer for DataMiner 10.3 and in the future DataMiner 10.4. This installer will still …

Visio page inititvar behavior

Hi Joel, Typically, InitVar (Initializing a session variable | DataMiner Docs) is used when you have simple a use case or when you don’t care about the scope of the …

Visio page inititvar behavior

Hey, Can I ask if you already tried it without the SetVar inside the page variables? You could add the SetVar to a button to have the same functionality as …

How to trigger the OnInit in a custom operator

Hi Mieke, As far as I know, custom operators don’t expose the OnInit method. You could see this in the life cycle of a custom operator. If you compare against …

Dataminer Cube and HTTPS communications

Hi Phillip, In your version 10.1, the Cube communicates towards the DataMiner Agent via .Net Remoting (http traffic over TCP/8004 > cfr http posts in your question). In later versions, …