SRM – GetResources vs GetResourcesToOrchestrate
24th August 2021
Hi Bruno For now, both methods will return the same info about the resources assigned to nodes in a booking. There are plans however to extend this in the future. …
Answer
24th August 2021
Hi Bruno For now, both methods will return the same info about the resources assigned to nodes in a booking. There are plans however to extend this in the future. …
23rd August 2021
Hi Wale, as both products are quite different, there is no automatic migration from one to the other, and you would have to indeed recreate any existing dashboards in the …
23rd August 2021
As far as I know, there’s no official preference. On the official website, there is however a matrix that can be used to check if the distro you like is …
23rd August 2021
Hi Rob, One of the default alarm tabs in the alarm console is ‘Masked Alarms’. In case it is not available, you could proceed as follows: Click on the + …
23rd August 2021
Hi Tomoya, Interesting question. We tried to explain that difference in the introduction of the DataMiner Dashboard course: What is DataMiner Dashboards? – DataMiner Dojo
23rd August 2021
Before adding any http headers, our web applications clear all custom headers, to avoid having multiple headers with the same name. This was the easiest solution, but probably not the …
23rd August 2021
Hi Alex, this exception was the result of a stage using the DCP API which was unable to connect to DCP. IT looked into this and it should now be …
22nd August 2021
Currently it’s not yet possible to make the input of an automation script dynamic. Feel free to create a new feature suggestion for this on the Feature suggestions page. Don’t …
21st August 2021
Hey Edgar, That error gets thrown by MySQL (and logged by us) when the feature that allows inserting data from files is disabled on the MySQL server. DataMiner requires this …
20th August 2021
At first sight, it looks like a software issue indeed, would it be possible to create a task in Collaboration please? If not possible, let us know, then we can …
20th August 2021
Hi Ross Could you elaborate on the use case you would use these parameters for? Kind regards
20th August 2021
Yes, you can change this with the DMSRevision tag in the MaintenanceSettings.xml. Default is indeed at midnight, but you can specify another time. See DataMiner Help
19th August 2021
Hi João, I’m no expert on protocol development but according to this example I think you can put the parameter IDs in the userName and password attributes. So I think …
19th August 2021
Hi Joao, You can just enter the parameter IDs in the username and password attribute values (between quotes). e.g. userName=”101″ password=”100″
19th August 2021
Hi Luis, 1. Entries in the views.xml do not have to be in order. 2. There are no requirements about the newlines before, in, or after the <view> tags. Do …