Only getting the first row of SNMP table
13th July 2022
Hi Robin, I can see a mistake in your definition. You use multipleGetNext polling method in combo with the instance option. This means: Advised to leave the Table OID value …
Answer
13th July 2022
Hi Robin, I can see a mistake in your definition. You use multipleGetNext polling method in combo with the instance option. This means: Advised to leave the Table OID value …
13th July 2022
Hi Gilles, It seems (smart) serial connections are not yet supported in the class library. However it is possible to use the raw messages to achieve this. (Similar as the …
13th July 2022
Hi Stijn Based on the error I see that the class DmsElementId is being used, which is part of the Class Library. I assume that the Meinberg NuGet has a …
12th July 2022
Posting an answer so that I can add a screenshot.. I had a similar question here, Steve, but for a pop-up generation on click: https://community.dataminer.services/question/visual-overview-open-a-view-object-in-a-resizable-pop-up-window-ideally-that-can-be-docked/?hilite=target+blank If you need the “undocked”, …
12th July 2022
If you are looking for an “easy” way to do this, then no, currently there is no way. However, there is a way to do this. Try this at your own …
12th July 2022
Just to build further on Jens’ answer. If you are using nuggets in the solution, you will have to place the DLL files/nuget folder in the “Skyline DataMiner\ProtocolScripts\DllImport” folder. More …
12th July 2022
Hi Stijn, It looks like you’re missing the Meinbergh API dll. Can you confirm that it’s available on your system?
12th July 2022
Hi Soumith, There’s currently no built-in functionality to migrate Offload databases. You could try to achieve a similar result by stopping the on-prem offload DB and taking a MySQL backup …
12th July 2022
Hi Jeroen, Have you considered plugging in a specific CI-Type provisioning script into IDP for those CI-Types? Whereas I’m not sure IDP will trigger the provisioning workflow in case an …
12th July 2022
Hi Jeroen, IDP will not delete elements if it detects that an IP appears again for a different CI Type That is actually a supported scenario where you can have …
12th July 2022
Hi Srikanth, This error is caused by the UpgradeAction AnalyticsDropUnusedCassandraTables (see RN 31944, introduced in 10.2.4). This upgrade action removes the following Cassandra tables because they are not actually in …
12th July 2022
Hi Tiago, the alternative is to generate a spectrum trace for each block or all blocks together. So I recommend you try to use the existing spectrum component, and feed …
12th July 2022
I have seen an implementation like that somewhere, and they used the drawing capability with Path Markup. Making a shape display a custom drawing using Path markup | DataMiner Docs …
12th July 2022
Hi Daniel, Regarding the first question, can you try using the Property field: [sep:-@]<A>and<B>@A|7013/2|Property:On_Air|=On-line@B|7013/2|Property:On_Air_Live|=Yes More information in DataMiner Docs: Extended conditional shape manipulation actions
12th July 2022
#1 The syntax is probably not completely correct. The “What” part of your condition should be either a property or a parameter. This seems to be combining both. As it …