Profile

José Silva

User info

First name José
Last name Silva

DevOps Program

Acquired rank
Enabler
Points progress
Number of DevOps Professional Points
8343 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

Answers given

Hi Michiel, You are using the FillArray method to fill columns instead of rows. Please try the following overloaded FillArray method: “protocol.FillArray(Parameter.Audiolevelstable.tablePid, rows.Values.Select(row...

View Question
6 Votes Selected

Hi Chirangee, To address your question, you will need to use a DataMiner agent. Are you familiar with what that is? It seems like you might be missing some key DataMiner concepts, so I’d recommend...

View Question

Hi Chirangee, If you want to know the IP that is configured in the element and use this information in a QAction, first you will need to create a parameter of type pollingip Example: More info: Type...

View Question
1 Vote

Hi Gaspar, If you want to display to the user a nice error message, you can use the GenIfException. Example: You can also try to do something like the following:

View Question

Hi Hugo, Yes, you can link a Visio diagram to a service protocol, and it will function similarly to a regular protocol. For example, you can create a service protocol for bookings, and within that protocol,...

View Question
1 Vote

Hi Chirangee, I'm not sure if I fully understood your question, but if you're looking to have a DataMiner instance for testing purposes, you can create a DaaS (DataMiner as a Service). Below is a tutorial...

View Question
1 Vote

Hi Wale, Yes, it's possible to add custom messages and select the desired severity level. You can use the ProfileParameterEntryHelper to achieve this. The helper includes a Log method (Log(message, type)...

View Question

Hi Bing, Maybe you could create an Ad-Hoc data source to read and parse the Security.xml file that is available at C:\Skyline DataMiner/Security.xml. More information about Ad-Hoc data sources: https://docs.dataminer.services/user-guide/Advanced_Modules/Dashboards_and_Low_Code_Apps/GQI/Query_Data_Sources/Get_ad_hoc_data.html...

View Question
1 Vote Selected

Hi Mieke, I attempted to implement your solution, but I encountered a problem. The reservation takes a few seconds to be created, and as a result, the script that attempts to retrieve the reservation and...

View Question

Hi Chirangee, Yes, it's possible to create dynamic pages (not just subpages). You can find more details here. In short, here’s how it works: First, you need a parameter that determines which page...

View Question
0 Votes

Hi Rubens, I checked our Catalog and from Broadpeak I think we only have the following: - BkA100 - BKS350 - CDN Mediator BkM100 Kind regards,

View Question
0 Votes

Hi Chirangee, Overall, your C# code looks good, but there are a few issues in your XML file. First, you should always define the PID of the read parameters in your columnOptions, unless the column is...

View Question
0 Votes

Hi Chirangee, I’m not sure if I fully understood the question, but it seems clear that you'll need a QAction to manage what you want to achieve with the table. 1) What type of table is it? SNMP? If...

View Question
0 Votes Selected

Hi Marco, As Carlos said, its not possible to have multiple default values on a parameter (in case you are referring to using the DefaultValue element as described in DefaultValue element | DataMiner...

View Question
0 Votes

Hi everyone, I found a solution to my issue. Before adding the rows to my template, I perform the following SLNet call, and this resolves the problem:

View Question
0 Votes Selected

Hi Dieter, If you want to have full control of what is displayed in a table, you can create a GQI Operator and than read the desired column and output to the same table the layout that you want (e.g,...

View Question
0 Votes

[Solved] By utilizing the "forceFullTable" option and the "column=xx" filter (see DynamicTableFilterSyntax), I was able to effectively fetch the desired information from the specified columns, resulting...

View Question
0 Votes Selected

Hi Michiel, A better way to do it, is by using the LinkerTableEntries property present in your FunctionResource object. This tuple contains the [Generic DVE Linker Table] mapping (see table below)...

View Question
0 Votes Selected edited answer