Profile

Jose Araujo

User info

First name Jose
Last name Araujo
Website https://riopacifico.net

DevOps Program

Acquired rank
Advocate
Points progress
Number of DevOps Professional Points
4118 DevOps Points
Here are a few tips to level up your DevOps game and unlock an arsenal of perks and benefits.
DevOps attestation Request your attestation ID and expiry date

Achievements

Questions asked

2 Votes 2 Ans
1 Votes 2 Ans
Solved211 views Selected answer as best
1 Votes 1 Ans
Solved105 views Selected answer as best
1 Votes 1 Ans
Solved85 views Selected answer as best
2 Votes 1 Ans
0 Votes 2 Ans
Solved1.08K views Selected answer as best

Answers given

Hi Randy, What will happen if a dynamic IP address is used on a DMA? If a dynamic IP address (assigned via DHCP) is used, the following issues may occur: Internal communication problems: Some critical...

View Question
4 Votes

Hi, I solve import this Newtonsoft.Json.Linq in my solution. is working ! thanks

View Question
2 Votes Selected

Hi, Found the problem, I had set it wrong in the Triggers, which caused the QActions to run before the parameter was set. I add double check validation value in QAction: using System; using Skyline.DataMiner.Scripting;...

View Question
1 Vote Selected edited answer

Hi, I tested this config and DLL is working with no problem.

View Question
1 Vote Selected

Hi Joao, I fix set custom in type: <ArrayOptionsindex="0"> <ColumnOptionidx="0"pid="1801"type="retrieved"options=""/> <ColumnOptionidx="1"pid="1802"type="retrieved"options=";save"/>...

View Question
1 Vote Selected

Hi Amber, After uploading a file to Documents, you must restart the application for it to be visible in the Documents section in Cube. Thanks

View Question

Hi, The issues was resolved restarting agent, now is working. Thanks

View Question
0 Votes Selected

Hi Tom, Thanks for quick replay, I tested that label work, but I tried using credentials label in session connection and work OK. Thanks

View Question
0 Votes Selected

Hi Bram, I use this QAction and work: using System; using System.Text; using Skyline.DataMiner.Scripting; public static class QAction { public static void Run(SLProtocol protocol) { try { string username...

View Question
0 Votes Selected

Hi, I run manually QAction and work ok 2025/06/04 10:35:04.655|SLProtocol - 16756 - Titan-Live - copy|16092|CQAction::Run|INF|2|QAction [3] triggered by [pid=3/idx=-1/pk=/user=] Input: new = {"ping":...

View Question
0 Votes Selected

Hi, I can see values in both parameters, but the API Health parameter is linked to a QAction. The QAction should send 1 to API Health if it detects "ping": "ok", and 0 if it detects...

View Question
0 Votes

Hi Joshua, Here is QAction, this populate my table : using System; using System.Collections.Generic; using System.Net; using Newtonsoft.Json; using Skyline.DataMiner.Scripting; public class...

View Question
0 Votes

Hi Joao, I modify my QAction and can store un documents of my element but in dataminer no refresh this new file added. Maybe need register in dataminer? and how can get path of this element...

View Question
0 Votes

Hi Joao, You have example about option 1? maybe is possible download to Documents folder ? Thanks Jose

View Question