Profile

Amer Hodzic

User info

First name Amer
Last name Hodzic

DevOps Program

Acquired rank
Enabler
Points progress
Number of DevOps Professional Points
0 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 Jarno As far as I understand Indexing colum is elasticsearch and General is the canssadnra cluster. For the greyed out parts it means they are the default values if you make a change to them they...

View Question
5 Votes Selected

Hi Anna, I had the same issue and found this resolution: To be able to work with the DevPacks, a setting will need to be manually updated in Visual Studio. Under ‘Tools > Options -> NuGet Package...

View Question
4 Votes Selected

Assuming you have set the correlation rule correctly and it gets triggered by an alarm then I would do this: int elementID = Tools.ToInt32(parts[2]); // Gets the Element ID int dmaID = Tools.ToInt32(parts[1]);...

View Question
4 Votes Selected edited answer

Hi A B M, for the dynamic search of the second element if I understood correctly you could get all primary keys and then loop through them to get the value you want. string[] primaryKeys = rn.GetTablePrimaryKeys(21104);...

View Question
3 Votes Selected

Hi Romain, Did you enable the visual permissions ?

View Question
2 Votes

Hi Yvan, First the second Filter condition needs to be set to Not equal to. I have tested what you are trying to achieve and it should work with the the two set Not equal to. These will only trigger...

View Question
2 Votes

If your trying to trigger a button you will need this: element.setParameter(10140,1); try this in your code first if it is in a Table then it would be element.setParameter(10140, *key value here * ,...

View Question

Hi Curtis, If you want to trigger Qactions all you have to do is set parameter to 1 like so: ele[0].SetParameter(20100, 1); // Trigger Button or the event trigger that when a ui button is pressed to...

View Question
1 Vote Selected edited answer

Hi Karel, So at the moment this one works in cube: But this one does not: The Dataminer version is: DataMiner (10.3.0.0-12822-CU1) Thanks

View Question
1 Vote Selected

Hi Michiel, I understand and reliesed that you were using Dialogs and not the UI blocks. https://docs.dataminer.services/develop/api/types/Skyline.DataMiner.Utils.InteractiveAutomationScript.Dialog.Interacted.html...

View Question
1 Vote Selected

To connect devices you must create a new element with a protocol of the device you want to connnect and give it the ip address making sure the dma is able to reach the device. Dashboards must be done...

View Question
1 Vote

I have seen this issue before and it is that the Microsoft.Data.SqlClient.SNI.x86.dll file sometimes is not in the right place or not there at all which causes this issue.

View Question
1 Vote Selected

As you can see from the image the publish selection is not even possible so in the ouput box I have no messages other then log of DIS starting up and saying the is an issue with the license check online....

View Question
0 Votes

Can you check if the physical file is actually there ?

View Question
0 Votes

Off the top of my head this is something you are looking for: public void Run(Engine engine) { engine.SetFlag(RunTimeFlags.NoKeyCaching); try { Guid myReservationGuid = Guid.Parse(engine.GetScriptParam("ReservationGuid").Value);...

View Question
0 Votes

Can you please open the web.config and post the screenshot as I have had issues with the web.config before?

View Question
0 Votes

Hi Stacey, A work around I found is to mask and hid the elements through automation script depending on the User if that helps.

View Question

Hi Gerwin, the only place I was able to find the option was in the SLNetTypes under skyline.dataminer.automation AutomationDownloadButtonOptions hope this helps you.

View Question
0 Votes

Hi Thomas and Floris, The example that you shared was pretty much what I had, thanks to your questions and help I have been able to finaly solve it. the issue was after running the dialog again after...

View Question
0 Votes Selected edited answer