Hello Dojo,
Dataminer 10.1 CU12
We were wondering if anyone could tell me where the highlighted information is stored/saved? Currently we are not able to make any changes to these areas. If you uncheck the 'Limit alarms by max number' and/or increment any max or min values then hit save, it will result in the below parameters returned. No changes can be saved.
thank you in advance!
I'm sure someone will correct me if I'm wrong, but I'm pretty sure this is merely a UI problem. The values saved on the server end are likely "0" when you uncheck the checkbox, indicating that don't limit the alarms. When the client reads it back out, we likely don't set the checkbox properly based on these "0" values, causing the confusion.
The first was what I meant, but the latter does sound like an issue. Could you check with a client test tool follow and verify the issue there? Eventually I would suggest creating a task for the dataminer eco-system domain.
The differences I see in the DB.XML, where this info is being stored, (checking a working server with the same dataminer version and same database version). Where in the XMLNS is there exists an additional xmlns:xsi = w3.org/2001/Schema-instance and xmlns:xsd = w3.org/2001/Schema in addition to the xmlns=”http://www.skyline.be/config/db” which is on both, working and not working, files.
The Tag for the Maintenance exists on the working set for example: Maintenance monthsToKeep=”12″ limitByMonths=”True” limitByNumber=”True”
Min200000/Min
Max300000/Max
This Tag does not exist on the Broken one. (makes sense, it isn’t accepting changes and is frozen)
Also the DSN is defined in the working one and is not set/empty on the broken one
When we uncheck this box and hit save it automatically sets it back to checked. Same with the 0 Values when you change them to any other number and hit save it goes back to zero. It seems these values are stuck like this.