How to get my local DMA (config) cloud connected
19th August 2022
Hi Mieke, I had the same problem yesterday, and a DMA reboot fixed it. After the reboot, I could connect to the cloud again in System Center.
Answer
19th August 2022
Hi Mieke, I had the same problem yesterday, and a DMA reboot fixed it. After the reboot, I could connect to the cloud again in System Center.
19th August 2022
Hi Chris, If you did not follow the course already, I highly recommend to follow the Visual Overview course: Visualization – DataMiner Dojo You can also find a lot of …
18th August 2022
The default timezone is indeed different: Dashboards shows everything in the local timezone of the client pc Cube shows everything in the timezone of the DMA server If you want …
18th August 2022
Hi Christopher, There is indeed a build in safety to prevent the accidental creation of very large services. The safety limits can be configured, see this help page.
18th August 2022
Hi Alex, maybe you could try to activate development logging. This will show when a group starts and ends.
18th August 2022
At the moment there’s still a hard coded limit of 78 characters. This limit is the line limit as defined in RFC 5322 section 2.1.1. However, reading further in RFC …
18th August 2022
Hi Ross, Can you check if correlation tracking is enabled? You can access the setting through the menu icon in the upper left-hand corner of the alarm console.
18th August 2022
Hi Wiktoria, You will probably have to import the certificate in the Trust Root Certification Authorities of the Windows certificate store on the DataMiner agent hosting the element. You can …
18th August 2022
There are several ways to export a dashboard (like pdf, email, url, cloud share). How to do this can be learned here. But none of these options will make it …
18th August 2022
Multiple filters will indeed me combined and behave as one single AND-filter. The only way to achieve an OR-filter is by applying a single regular expression with the or operator: …
18th August 2022
Hello Jorge, Sorry for the delay! When we tried to validate the script, we found the error shown on the screenshot attached; There is any documentation for this FunctionResourceExposers? Do …
17th August 2022
Hi Tim, You need to make a bookingManager.CreateNewBooking for each event that you receive. Creating booking is more that that call, you need to book resources, create services, etc. things …
17th August 2022
I’m also able to reproduce it. When I specify a “parameter name filter”, then it does return the alarms (matching the filter), but without filter it returns none. This is …
17th August 2022
Hi Pedro, I am afraid that this is a software issue. Please could you create a task to report it? (Reference: DCP40428)
17th August 2022
Hi Ross, Values of other columns can be retrieved with the “element. GetParameterByPrimaryKey()” method using the primary keys of the rows. Example: var keys = element.GetTablePrimaryKeys(8100); foreach (var key in …