SRM – Changing order of nodes in booking wizard
6th January 2022
Jeroen, To define the order of the nodes in the standard booking wizard ( page to assign Resources ), you can make use of the ConfigurationOrder property (more details here)
Answer
6th January 2022
Jeroen, To define the order of the nodes in the standard booking wizard ( page to assign Resources ), you can make use of the ConfigurationOrder property (more details here)
6th January 2022
Regarding GQI in the new Dashboards app, Elastic is actually not required for regular parameter tables. Only some advanced data sources in GQI require Elastic. For the legacy Reporter, in …
6th January 2022
Cube will create a separator if the page name start with 3 or more dashes, for example <Display pageOrder=”Alarms;———-;General” /> Is it possible that one of the parameters is positioned …
5th January 2022
Hi Ladan, the IsSslTlsEnabled property was added to the ElementPortInfo class in DataMiner version 10.0.1.0 (see RN22873). DIS is using the DLL files from the local DataMiner installation to compile …
5th January 2022
Hi Stacey, When applying a profile instance ‘By Reference’, any capacity/capability update you would apply on that instance can have an impact on the Bookings making use of it. In …
5th January 2022
Hi Bruno, The parameter heatlines for table parameters are per table row. You can see the same heatlines in the element card on the reports pages as well. There you …
5th January 2022
Hi John, This is a limitation of the interface. The pinned option should be saved when saving a workspace. We will look for a fix. Unfortunately there is no workaround …
5th January 2022
Hi John, There is an issue with saving an alarm tab with an audible alert in a workspace. We will look for a fix for this. Unfortunately there is no …
5th January 2022
Hi Flavio, As far as I know, there is no tag or place to add this and I wouldn’t add it to the driver help since probably there are multiple …
4th January 2022
Hi Karel, Can you double-check the IP in the URI tag in the SLCloud.xml file and make sure it’s the IP of your server?
4th January 2022
Not 100% cartain but I think there might be incompatibilities in Schemas between 3.x (where your export was done) and 4.x The error might be due to the fact that …
4th January 2022
Hi Bruno, I believe your best bet is to document your use-case in the new feature suggestion section.
4th January 2022
You can using the Devcenter tool (C:\Program Files\Cassandra\DevCenter\Run DevCenter) export the schema/keyspace (SLDMADB) of your current installation and create it on the new server.
4th January 2022
Hi Jens, According to the Dojo article (Standalone Cassandra Backup Tool), this tool will generate the snapshots in the following folder: data_directory/keyspace_name/table_name-UUID/snapshots/ According to the log file attached, there should …