I am not able to login dataminer from local admin user
29th March 2023
The error is “user is not know the dataminer system” and I have added only username in security.xml
Answer
29th March 2023
The error is “user is not know the dataminer system” and I have added only username in security.xml
29th March 2023
Regex Replace carries less server load (spoke to Skyline)
29th March 2023
Hi Syed Please be aware that the SLSpiHost process is not an important/critical process for the good/correct functioning of your Dataminer system. It’s an “optional” process. This process facilitates the …
29th March 2023
Hi, Unfortunately, just the error is not enough to answer your question, we will need to investigate what is going on, it ill happen based on versions, log files.. etc, …
28th March 2023
If you are using a status system, then you will have to set the AllowMultiple Sections property to true in the DomStatusSectionDefinitionLink when creating the definition (as you already did). …
28th March 2023
Hi Paul, Looks like this is a bug with the “Collect events for … after first event” rule condition option. For every instance of the action, a tracked bucket remains …
28th March 2023
There is no such thing as “natural sorting” (aka finding the multiple digit numbers in pieces of text and combining them into one for sorting purposes) in low code apps …
28th March 2023
Hi, Mocking an extension method directly is not possible. Since RN27995 this method has become part of the SLProtocol interface. If you’re using 10.2.0 (or 10.1.1) as Protocol Dev pack …
28th March 2023
Hi Andries, To mock the behavior of the GetKeys method you will need to mock the “notifies” directly, due to being an extension method, you will need to mock the …
28th March 2023
Hi Johan, The most suitable option would be definitely to use an automation script and schedule it resorting to the Scheduler as Miguel previously said. Another option, not sure if …
28th March 2023
Hi Mieke, We also encountered this use case. Using the IASToolkit, you can implement it by using the following logic: ProgressDialog.Title = “Some Title”; // Set up title for your …
28th March 2023
Hi Johan, I believe there are two possible ways to handle your use case: When configuring an alarm template, you could schedule when the alarm template can be disabled. For …
28th March 2023
Hi Mieke, I have something similar in which I grey out all the UI Fields and push updates about the progress to a TextBox. To do this I used the …
28th March 2023
Hi Trong Huynh, One of the ways that this can be achieved is by 1. Browsing to the Offline DMA via Cube 2. There is an option to bring the …
27th March 2023
The customer was ok with making all the metrics uniformed since there was no way to manipulate the decimals after start up.