Correlation – Can I send a mail when my device is in timeout for 1 hour?
17th February 2022
You have an empty condition?
Answer
17th February 2022
You have an empty condition?
17th February 2022
Hi Nathan, DataMiner will check if the request value contains “://” and if so, it assumes that the ip/hostname and port are provided. If not, it will add the ip/hostname …
17th February 2022
Hi Stefan I assume you are using DIS? As that namespace is part of the Class Library. To make sure that the Class Library is generated (default QA63000) you need …
16th February 2022
Good Morning Bent, Thanks for the information, so in our configuration the data will be oflload on this way: Set the offload interval (in minutes) to 5 mins (Image 1), …
16th February 2022
Hi Jens, A good start would be to look at the VS output view: Then select “DIS – Class Library” in the “show output from” dropdown:
16th February 2022
Hi Mark, At first sight, the setting where we store the layout preference has always been a shared setting for all Cube sides. What probably did change is that setting …
16th February 2022
These fast expiring (4s) access tokens are probably only intended for real user authentication? Maybe you can check if they also support Access tokens that are valid for a longer …
16th February 2022
Hi Ive, We briefly discussed this with software development. Here are our thoughts: It’s currently not possible to do this. We only support PDF generation as an attachment at this …
16th February 2022
In the meanwhile, seems like one of the Cube squads did a small change in order to make this possible from 10.2.4 onwards (also in main release 10.0.0 CU22 – …
15th February 2022
What will be the funcionality of this options (on yellow).
15th February 2022
Good Afternoon Bent, So, if we had set the offload interval (in minutes) to 5 (Like the image): The offload of the tables data and dataavg will be on 5 …
15th February 2022
Hey Javier, The dropdown you mentioned relates to the type of trendpoint you want to offload. It has no relation or impact on the interval when the data will be …
15th February 2022
Hi Jeroen, That’s likely a glitch in the software. Please raise a software issue task on collaboration for this.
15th February 2022
Hi Mieke, Bellow you can find a code example. Never tried to compare the functions like this, check if it works, otherwise implement an IEqualityComparer<in T>.
15th February 2022
When testing your code you can also get a JSON from the ReservationInstance object that gets returned from the CreateNewBooking call. The method ToJson() will return as JSON without formatting, …