User info
First name | Tom |
Last name | Van Bruaene |
DevOps Program
Acquired rank |
Advocate
|
Points progress |
338
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, 0x8007000E is error E_OUTOFMEMORY, and basically means SLProtocol doesn't have enough memory available to process your request. Could it be that you are requesting a lot of data with these calls?...
View QuestionSee: Adding C# code to an Automation script | DataMiner Docs If you don't define a Script class, dataminer will make that class for you and wrap your code in it. #define is not allowed to be in a class...
View QuestionHi, This is expected if you do "Mask the alarm for a limited period of time" or "Mask alarm until unmasked". Then we keep the alarmtree open to ensure it's still masked if the parameter goes into alarm...
View QuestionSince version 10.0.12 there's an SLReset tool in the C:\Skyline Dataminer\Files folder If you execute this from an elevated command prompt, it will do a complete clear of DMA + Database
View QuestionThe split in SLPort processes is not done based on Elements, but on ip/port (so this means that an element with multiple ports can be in multiple SLPort processes). To see which ip/port is in which SLPort...
View QuestionHi, If either the Username or the Password field is left empty, we try to log in using the current windows user instead of using those credentials. So if your current windows user has access to the DMA,...
View QuestionHi, This is the periodic update of Dataminer Cube. It checks ever 3 days if there are updates for Cube or the Cube Launcher. More info can be found here: General Feature Release 10.0.10 – New features...
View QuestionYou can change the frequency at which smart baselines are calculated since 10.2.7/10.3.0: Configuring the frequency of smart baseline calculations | DataMiner Docs
View QuestionHi, Is it possible you're trying this on an older Dataminer version? SetElementStateResponseMessage was added in 10.0.5, so in versions prior to this, we don't respond with anything to the SetElementStateMessage.
View QuestionHi, Changing that is not necessary and creating a backup should just work. We read out the DB name from db.xml. The reason SLDMADB is in there is just legacy, but we don't use it any more in any supported...
View QuestionHi, There should be a .dmimport file in the C:\Skyline DataMiner\System Cache\DELT\Export from around the time you tried to migrate. You can use this to reimport the element using Cube (right-click a...
View QuestionHi, By default we use collation "Latin1_General_CP1_CI_AS" in the MSSQL central Database. You can either recreate the central database with that collation, or you can configure dataminer to use another...
View QuestionHi, There seems indeed to be an issue for filestoleave in the rootfolder. the path to MaintenanceSettings in the package is root/maintenanceSettings.xml This gets eventually translated to just maintenancesettings.xml,...
View QuestionHi, The multiple sets are indeed send in the order you click them in Cube, and we do preserve that order throughout the flow. Note that you can double-check the order in the confirmation box: The...
View QuestionConnections from clients that don't exist anymore should automatically be cleaned up. There are a few settings to fine-tune this so you can check if those are correctly configured (All settings can be...
View QuestionIt's not possible to move the data to child element, as that would require too many changes in dataminer. What could be an option to look at is partitionedTrending (databaseOptions attribute | DataMiner...
View QuestionHi, The weight is calculated based on what percentage of the parameter sets reach SLElement are from that element. If the element is responsible for <10% of the parameter sets it's 1, if it's responsible...
View QuestionHi, One way you could achieve this is to edit the connectionstrings between the 2 agents. This can be done using the SLNetClientTest tool (see DataMiner Help ) Your connection string would then look like:...
View QuestionThe cleanup job on the local DB first cleans the alarm table and then just does: DELETE FROM service_alarm WHERE (iAlarmDMA, iAlarm) NOT IN (SELECT dmaID, id FROM alarm); If you only want to remove from...
View QuestionHey, DirectConnection has a hard dependency on ElasticSearch/OpenSearch. So your element will throw errors if that's not available. Regards
View QuestionAs you found out already, it's not possible. But to give a bit of insight as to why that's not the case: The <DB> tag is not mandatory in db.xml if you use the <ConnectString> tag. This is...
View QuestionTo check if your system meets the minimum requirements we use the windows performance counters. In some cases those counters get corrupt/broken in windows, which results in us having that exception....
View Question