Cannot perform this operation when hosted in browser.
24th July 2023
Hi Dario, This is not a limitation from a DataMiner setting or option, it is an issue that will only occur in the XBAP version of Cube. I am currently …
Answer
24th July 2023
Hi Dario, This is not a limitation from a DataMiner setting or option, it is an issue that will only occur in the XBAP version of Cube. I am currently …
24th July 2023
Hi João, The SetMultipleParametersMessage could be a good approach for that number of sets as it will allow you to interact with SLNet the minimum amount of times. You could …
24th July 2023
Hi Bernard, You must use a pipeline before the SetTrigger option: Execute Script:testrefresh|||||NoConfirmation,CloseWhenFinished|SetTrigger=ValueChanged
24th July 2023
Hi Min, Yes, it is possible to add another location in the data_file_directories in the YAML file. This means that ssTables will be divided over both those directories. If you …
24th July 2023
Hi Arie-Jan, by default, DataMiner will attempt to communicate with the SMSEagle modems over HTTPS using port 443. I would recommend reconfiguring the SMSEagle also to use HTTPS/port 443. If …
24th July 2023
Hi Dario, You must first be sure if the value is getting triggered. With this I mean there is literally an empty value been set to the parameter. The reason …
24th July 2023
Hi Elmaza, The connector throws this exception because it uses the GetTypes method to obtain information about the loaded assemblies in the application domain. The documentation of this method states …
24th July 2023
Hi Stefan, First thank you for you question. In documentation you still can find the info for childType equals to “row” see picture below. If you still are not able …
23rd July 2023
Hi Pedro, A possible option is to use the DataAggregator module (DxM). The DataAggregator DxM allows you to execute a GQI query at a specific time and store the result …
21st July 2023
Hi Philip, No that is not supported, the function object only allows to have one profile definition.
21st July 2023
Hi Mark – when you refer to the first alarms, and not the subsequent, I assume the subsequent alarms are the same as the first ones? In other words, the …
21st July 2023
Just to clarify I was looking for the solution to show the related alarm color to the aggregated value. It’s quite easy: create a new shape (rectangle) and assign a …
21st July 2023
For anyone interested, the primary key from a table is used when linking to a resource virtual element. resource details in the resources xml showing PK 491 resource device details …
21st July 2023
Hi Elmaza, These errors sometimes happened in our environments and fixed by the following operation. Stop DataMiner Remove Skyline DataMiner\Scripts\*.txf files Remove all file in Skyline DataMiner\Scripts\Compiled folder Start DataMiner …
20th July 2023
Hi Mark, This may not be the best approach, but from my testing, it seems that you can enable a sliding window with a specified time span. (E.g. 1 hour) …