Dataminer Cube show only one View page.
17th January 2023
Hi Yuki, It is not possible in Cube to hide everything but a single view. Two possibilities you can look into: Keep using Cube, with a Workspace with that view …
Answer
17th January 2023
Hi Yuki, It is not possible in Cube to hide everything but a single view. Two possibilities you can look into: Keep using Cube, with a Workspace with that view …
17th January 2023
Hi Hideyuki, Below code example shows how you can control the views to which your service belongs. IDms myDms = engine.GetDms(); IDmsService myService = myDms.GetService(“my Service name”); IDmsView dmsView = …
17th January 2023
Hi Yuki, You can create a workspace and configure it as default page in the Cube sides settings.
17th January 2023
You can achieve this with the AddServiceMessage.
17th January 2023
Another test you can do is trying to connect from your Dashboard GW server with DataMiner cube to the DataMiner Agent (with the same host, user & pwd). The connection …
17th January 2023
Hi Yuki, I am not sure if this helps, but for this kind of limited access we use the DataMiner monitoring app. It is accessible via web-browser at <hostNameOrIP>/monitoring
17th January 2023
Hi Ryan, The easiest way to edit the protected filter would be by setting the ‘Edit/Delete protected filters’ to enabled in the permissions section for a specific user group (i.e. administrators), …
16th January 2023
No, that option is currently not available yet.
16th January 2023
Hi Emmanuel, This can be done by using a ‘Trigger’ component on your page. This component’s sole responsibility is to give a trigger to other components to refresh their data. …
16th January 2023
Hi, This is the periodic update of Dataminer Cube. It checks ever 3 days if there are updates for Cube or the Cube Launcher. More info can be found here: …
16th January 2023
The amount of parameter rows is indeed limited to 100 when there is no filter specified. This is a hard limitation in the software to avoid overloading the system. When …
16th January 2023
Hi Manuel, Indeed, the state visualization limits its content to max 100 entries when the data is unfiltered. There is currently no way to change this limitation. Depending on your …
16th January 2023
Hi Manuel, -How does the parameter definition look like in the protocol.xml? It is possible that there could be conditional monitoring defined in there that is not visible in the …
16th January 2023
Hi Manuel, It is possible that the connector create DVEs? In that case the table entries which are available on a DVE will be monitored there and not on the …
16th January 2023
Hi Tim, You indeed will first have to upgrade to 10.2 before going to 10.3. There’s no need to let the system run for a couple of days on 10.2. …