Profile

João Silva

User info

First name João
Last name Silva

DevOps Program

Acquired rank
Advocate
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 Carolina! In case you are reading the file from your File System this could be an option: engine.SendSLNetMessage( new SendEmailMessage { To = [YOUR_E-MAIL_HERE] Body = "This an example e-mail! :)",...

View Question
13 Votes Selected

Hello Benjamin, Could OleDBConnection be of any use? I've dealt with Excel files in the past using it and it suited the purpose. Not sure if it would work without having office installed. If you need...

View Question
3 Votes

Hello Yvan, I don't have a template but using variations of the below call should work: var activeAlarms = engine.SendSLNetSingleResponseMessage(new GetActiveAlarmsMessage([dataminer_id])) as AlarmEventMessage;...

View Question
2 Votes Selected

One way to do so, could be using Engine Extension methods which will allow you to access IDmsTable Methods. Something in the lines of: IDms dms = engine.GetDms(); IDmsElement element = dms.GetElement("Element...

View Question
1 Vote Selected

Have you tried using State = 8 using the SetAlarmStateMessage? I tried an example call and that seems to be the state for Mask until cleared for a specific alarm. The message structure should like something...

View Question
0 Votes

I wouldn't expect any issues apart from the fact that the call may fail if the table cannot be retrieved by some reason. My only doubt is if this would override the polling definition you may have in the...

View Question
0 Votes Selected

Although I read about the downside of this option when using tables, my case is only with Standalone parameters and when using "options="snmpSetAndGetWithWait"" everything works. Still not sure if this...

View Question
0 Votes Selected