User info
First name | João |
Last name | Silva |
DevOps Program
Acquired rank |
Advocate
|
Points progress |
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 QuestionHello 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 QuestionHello 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 QuestionOne 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 QuestionHave 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 QuestionI 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 QuestionAlthough 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