[LCA] – UTC Datetime in GQICell
13th June 2024
Hi Kevin, This is because your client machine is using a different time zone than the DMS. When not configuring a custom DisplayValue, GQI creates one itself by using the …
Answer
13th June 2024
Hi Kevin, This is because your client machine is using a different time zone than the DMS. When not configuring a custom DisplayValue, GQI creates one itself by using the …
13th June 2024
Hello Tyler, Glad to hear you look to automate this process, I suggest following the DCF best practises and utilizing the nuget DCF Helper class these can be found here: …
13th June 2024
Hi, I believe this can be done with a modification of the protocol.xml by specifying <NoTimeout>NO SUCH OBJECT</NoTimeout> I such case, the “NO SUCH OBJECT” will not cause a timeout …
13th June 2024
Hi Alberto, I am not sure what do you mean with ‘quick option’. I performed a small test and I believe it should be possible: Alarm filter: Action: New correlated …
12th June 2024
Hi Arturo Here you can find the information about the Web Services (v1) | DataMiner Docs I think is what you are looking for.
12th June 2024
Hi Arturo, You can find the documentation of Web Services (v1) here Otherwise, here for the v0, though they are obsolete from DataMiner 10.2.0/10.1.6 Regards,
12th June 2024
Hi Aditi, One way of achieving this result would be to add an extra ‘Label’ to the dialog where you present to the user if the input is valid or …
12th June 2024
I don’t have experience with this upgrade, but I’m not expecting any issues as we support Windows Server 2019. It doesn’t really matter if that’s upgraded from a 2012 or …
12th June 2024
Hi Nick, A few months ago, we discovered that, in some cases, an error could be thrown when trying to send emails via automation script directly to a user or …
12th June 2024
Hi Ömer, It’s indeed possible to increase the maxLength of the JavaScriptSerializer. Example: var serializer = new JavaScriptSerializer { MaxJsonLength = Int32.MaxValue // Set maxJsonLength to a higher value }; …
12th June 2024
Hi Arunkrishna, First of all some context: we use the Elastic scroll API to fetch Elastic data in pages. These scrolls have to be cleaned up when we finish using …
12th June 2024
Understandably confusing as we use different syntaxes for different kinds of shapes, but in this case you’re looking for the TableRowFilter in the ParameterControlOptions. Hopefully that gets you where you …
12th June 2024
Hi, The multiple sets are indeed send in the order you click them in Cube, and we do preserve that order throughout the flow. Note that you can double-check the …
12th June 2024
Hi Sachin, please check the documentation on how to link a visual overview shape to a video thumbnail here: Linking a shape to a video thumbnail | DataMiner Docs If …
12th June 2024
Hi Yohan, Do be aware that for spectrum elements there is an extra layer in between the protocol and clients. This layer maintains multiple active sessions, each with their own …