User info
First name | Amer |
Last name | Hodzic |
DevOps Program
Acquired rank |
Enabler
|
Points progress |
316
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 QuestionHi 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 QuestionAssuming 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 QuestionHi 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 QuestionHi 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 QuestionIf 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 QuestionHi 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 QuestionHi 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 QuestionHi 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 QuestionTo 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 QuestionI 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 QuestionAs 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 QuestionOff 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 QuestionCan you please open the web.config and post the screenshot as I have had issues with the web.config before?
View QuestionHi Stacey, A work around I found is to mask and hid the elements through automation script depending on the User if that helps.
View QuestionHi 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 QuestionHi 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