How to display raw XML string in LCA component
15th April 2024
Based on the answers above I used this custom GQI operator to encode the column in my table (or a duplicated column). It uses HtmlEncode from System.Web Note: make sure …
Answer
15th April 2024
Based on the answers above I used this custom GQI operator to encode the column in my table (or a duplicated column). It uses HtmlEncode from System.Web Note: make sure …
15th April 2024
Using the web component with following HTML input did the trick: <div style=”height:100%; overflow-y: scroll;font-family: Segoe UI;white-space: pre-wrap;”><p>{FEED.”Current view”.”Table 5″.”Selected rows”.”Query rows”.”XML input to API”}</p></div> Thanks!
15th April 2024
Hi Jonas, Can you try replacing ‘<‘ with “<”, ‘>’ with “>” and ‘&’ with “&”? You may also want to wrap entire string in <pre> tag to maintain the …
15th April 2024
Hi Jonas I’m not sure if it’s possible with the grid component. I do know that in DataMiner 10.4.5 it will be possible to feed in data to the web …
15th April 2024
Hi Jonas, The grid component allows some html tags for markup purposes. It seems to me like the xml tags are being interpreted as html tags here, so they don’t …
15th April 2024
Hello Mark, Can you please navigate to C:\Skyline DataMiner\Elements and try deleting unwanted elements directly from there? You should stop the DM before attempting to delete them. Hope this helps, …
15th April 2024
Hi David, It looks like the documentation is not complete in describing how to use the state column. Only when setting all rows in a single call with either FillArray, …
15th April 2024
Hi Carlos, I was successful in getting an element up and running with a device on firmware version V23. Worth double checking as well the security/account configuration on the device …
15th April 2024
Hi I believe the Swarming functionality is what you are looking for. This will enable you to swarm elements from one DataMiner agent to another. The automation to detect spare …
15th April 2024
Hi Harald, Deleting DOM instances using the built-in ‘Delete instance’ action is currently only possible on the instance in a form component. The table cannot execute these actions, even when …
12th April 2024
For your information, you can also set this via Cube > System Center.
12th April 2024
Hi Bernard, As you can see in DB.xml | DataMiner Docs , the “<DB>db_prefix</DB>” tag should be used to determine the prefix associated with each DMS in the database. I …
12th April 2024
Thanks Sebastiaan and Wim for your answers. When I open the url with Edge and open dev tools, it loads continuously.
12th April 2024
Hi Yuki, Besides the suggestion of Jarno and considering your mention of moving to the production version, it could be possible to copy the templates over when you assign the …
12th April 2024
Hi Yuki, I think your best option is to simply duplicate the alarm and trend templates through Protocols & Templates in DataMiner Cube. More information here: Creating an alarm template …