How to update IP settings on multiple nodes via automation
29th September 2022
Hi Jan, The best way you have to get the structure of PortInfo (or any other structure) is by using the Client Test Tool.There, you send a message GetLiteElementInfo to …
Answer
29th September 2022
Hi Jan, The best way you have to get the structure of PortInfo (or any other structure) is by using the Client Test Tool.There, you send a message GetLiteElementInfo to …
29th September 2022
Hi Christopher, Do you use <Dataminer-IP> in your visual or an actual IP? If it is the first case, can you try with <DMAIP>?
28th September 2022
Hi Manuel, Is there a specific reason why you are planning to use SOAP? Is it not an option to implement this client using the JSON API? You can find …
28th September 2022
What you are trying to achieve is a common use case, for which GQI currently has no baked in solution yet. Performing a join operation will make a table horizontally …
28th September 2022
Hi Jeff, I believe there is a way to overwrite the default trending maintenance schedule. What we did in the past in these kind of situations is to edit the …
28th September 2022
Hi Timothy, You can find some custom theming examples on my github repo: https://github.com/bertbsky/RouterControlButtonDesigner However, you can only bind to information that is available within the same table row that …
28th September 2022
Hi Mauro, GQI currently has no automatic way to resolve foreign key relations. To achieve this you would need to join the underlying tables for every relation. Knowing EPM this …
28th September 2022
Thanks for the responses. I don’t mind having it in the footer of the email. However, we are also sending some of the notifications as SMS using email to SMS …
27th September 2022
Hi Alberto, Gaps in trending can be caused by multiple things, like element or DataMiner restarts, but in this case it looks like the protocol is setting the parameter value …
27th September 2022
Hi Alberto, A useful case is to enable automatic units conversion in your client app. This way, you will see parameter values like 1.500.000.000 Bps being displayed automatically as 1,500 …
27th September 2022
Hi Srikanth, Can you verify that the hostname that Cube is connecting to matches with the certificate offered by the webserver, and is the same as specified in the MaintenanceSettings.xml? …
27th September 2022
Hi Paul, The loading message is shown whenever the Visual Overview is requesting values from the server. It remains visible until all values have been retrieved. There are circumstances where …
27th September 2022
It’s been a while since I was involved, but if I remember correctly NATS is not part of the DataMiner backup because it should be completely managed by DataMiner. NATS …
27th September 2022
Hi Paul, This loading message means that Cube is trying to load some value that is configured in a shape from your Visio file. Perhaps it doesn’t exists and it …
27th September 2022
Hi Tim, to my knowledge nothing on a technical level is preventing you to run all communication over a single network (VLAN or standard LAN). The question is more whether …