Append method for Interactive Toolkit
19th January 2024
Hi Aditiben, To show all values in a dictionary you could use the DropDown component. Create the dropdown control and add it to the UI: var dropdown = new DropDown(); …
Answer
19th January 2024
Hi Aditiben, To show all values in a dictionary you could use the DropDown component. Create the dropdown control and add it to the UI: var dropdown = new DropDown(); …
19th January 2024
Hi, The upgrade was installed correctly. During the upgrade there is a check happening for duplicate properties, see this RN here . Duplicate properties will be removed automatically. There is …
19th January 2024
Hi William, As far as I know, it’s not possible to show an image directly on the element page of cube. You’ll have to use either a dashboard or low …
19th January 2024
Hi Nathan, These are available from 10.3.12 onwards on the feature release track, or 10.4.0 on the main release track. Note that you can already access part of this functionality …
19th January 2024
Hi Nathan, As mentioned in the KATA video, there’s a tutorial about the same subject. You can find it here: Detecting anomalies with DataMiner | DataMiner Docs According to this …
19th January 2024
Hi Michiel, This is most definitely supported, and I would even say highly recommended because it will simplify this setup so much. STaaS can basically be seen as a drop-in …
19th January 2024
Hi Michiel, Today the STaaS traffic is always going direct from each DMA to STaaS. This is also visualized in the below schematical overview. This is the recommended way because …
19th January 2024
Hello Bing, From what I know, those notices are occurred if there are 2 properties with the same name and ID but with different property types (e.g. element and service …
18th January 2024
I had the same issue a while back and at the time simply settled for skipping the SSL authentication like you by adding ‘SslMode=None’ in the connection string in cube. …
18th January 2024
Hi Flavio, A correction to my previous answer. Indeed, it is possible to buffer data from replication. You have two settings that can help you to buffer data: maxMessagesToBuffer maxMinutesToBuffer …
18th January 2024
Users logging in and out generates information events, which you could perhaps track to keep an overview, since it contains the DMA. On system center, there also an Activity tab …
18th January 2024
Hi The problem with DCF connection in dashboards is probably because I cannot initiate connections in menu GENERAL PARAMETERS ( Framework Connectivity) for Element AppearTV X10 and BridgeTech VB 2220 …
18th January 2024
Additional info : I want to find for all users the info. The objective is, for example, if all users are connected on the same DMA it could explain a …
18th January 2024
Hi Yvan, You should be able to see to which agent you are connected by navigating to System Center > Agents The agent with the ‘I’ icon will be the …
18th January 2024
Hi Philip, We’ve investigated and found the cause was a plugin update. We have reverted this plugin to it’s previous version and it seems to be working again. Please let …