Windows updates policy
12th April 2023
Do Skyline do any internal testing/verification of the monthly Windows security updates? I know that MS recently made some updates on DCOM which (for us) caused a problem in a …
Answer
12th April 2023
Do Skyline do any internal testing/verification of the monthly Windows security updates? I know that MS recently made some updates on DCOM which (for us) caused a problem in a …
12th April 2023
Hi Gelber, The encoding tag will tell the xml parsers, both in your editor such as visual studio and the parser used inside dataminer that the protocol file may contain …
11th April 2023
Hi Steve, Quickly checking DataMiner Docs (Advanced SMTP server settings), you could change this setting: <MaxSubjectLength>78</MaxSubjectLength> Hope it helps.
11th April 2023
Hi Jacques, Instead of using the wildcard, it’s also possible to use the IP addresses. A complete list of currently used IP addresses can be found here: Connection to dataminer.services …
11th April 2023
Hi Hans, I believe you mean the trend shown in an elementcard when you drill down to a specific parameter. This is indeed intentional as the tabs (details, histogram and …
11th April 2023
Hi Ross, the email address based on UserLoginName, can be obtained using the following code: var req = new GetInfoMessage { Type = InfoType.SecurityInfo }; var userInfoResponse = (GetUserInfoResponseMessage)engine.SendSLNetSingleResponseMessage(req); var …
11th April 2023
Hi Toon, Tried a different client and the two Visio GUI sections seem to match (“Advanced Editing” VS “Shape Data Panel”): issue 1 seems sorted then As for the filtering, …
11th April 2023
Hi Joel, A possible option could be using the ‘INFO’ column in the alarm template: In this example, when the value goes above 60, an information event will be generated: …
11th April 2023
Hi Ana, Sorry to hear of your problems getting cloud-connected. To investigate the issue I would suggest running the connection tester tool. This tool will show the endpoints that can’t …
11th April 2023
Hi Alex, Are you sure you weren’t seeing these errors without using partialSNMP? To my knowledge this should not have any effect on this as the table will only be …
10th April 2023
Hi Alain, Another option could be generating shapes based on alarms (Generating shapes that represent alarms). Since you would like to display alarms from a particular element/table, you could filter …
10th April 2023
Hi Alain, Please note I’m not an expert in Visio and my colleagues may have better ideas, but I managed to find a way that might help in your particular …
7th April 2023
Hi Jeff, When editing a Visio file via Cube or when uploading and replacing a Visio file via Cube, all clients will immediately update the drawing to the new one. …
7th April 2023
For giving you more data: The parameters will be trended the weekly average that we will calculated, will be use to be trended and to create a new alarm. We …
7th April 2023
We had the same issue in our project and it was solved by editing the registry settings in the VSM itself for the DataMiner connection. This setting is related to …