SNMP OBJECT IDENTIFIER

Hi Damien, Could you check what “raw value” you receive when requesting the value for the sysObjectID (using WireShark for example)? I assume it will return “1.3.6.1.4.1.37196.1.2” in your case …

automation check for timeout

Hi Jeroen, If you are not using the Code Library, you can use generic parameter 65008. if (!thisElement.IsActive || Convert.ToInt32(thisElement.GetParameter(65008)) == 7) { engine.ExitFail(“Element not available.”); }

Creating a cloud share in dashboard

Hi Mieke, To comment on the cloud share indication: If you try to share a dashboard while the system is not cloud connected, you should get a message indicating why …

Low Code App – IAS Layout Shift

Hi Blake. I don’t see any mistakes in the code you provided, so it looks like this is caused by a bug in web IAS. At the very least there …

Displaying multiple PollingIP addresses on Dashboard

Hi Dave, Fetching elements through GQI will, currently, indeed only show the first IP address (without port) in the PollingIP column. Showing multiple is not possible yet. Feel free to …

Skyline Alerter App Login Issue

Dear Vikas, Thanks for using our “dojo community platform” to discuss dataminer related maters. It helps our whole community worldwide! For your information, Ziine is just a reference platform, where …

Creating a cloud share in dashboard

Hi Mieke First of all, for this version, no soft launch options are necessary anymore as you can see in the docs that you mentioned. Has the system you are …