storage architecture for dataminer nodes in multiple regions
4th July 2022
Hi Bruno, The general rule of thumb is to create all your Cassandra nodes in one datacenter and point all your DataMiner agents to that datacenter. This mainly to keep …
Answer
4th July 2022
Hi Bruno, The general rule of thumb is to create all your Cassandra nodes in one datacenter and point all your DataMiner agents to that datacenter. This mainly to keep …
3rd July 2022
Bruno – the storage architecture for distributed systems continues to be the same (Recommended setup: DataMiner, Cassandra, and Elasticsearch hosted on dedicated machines, with a minimum of three Elasticsearch nodes) …
1st July 2022
Hi Ruben, This is currently not possible yet. A bit more technical, but a row can identify what data it contains by having metadata. For the bookings datasource I see …
1st July 2022
Hi Bernard, please see example below. <?xml version=”1.0″?> <MapConfig xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xmlns:xsd=”http://www.w3.org/2001/XMLSchema”> <Center latitude=”0″ longitude=”0″ layer=”” marker=”” force=”true” filterVars=””/> <InitialZoom>3</InitialZoom> <SpiderfiedMarkers enable=”false” nearbydistance=”20″ /> <Layers> <!– SOURCE OBJECTS LAYER–> <Layer name=”DataMiner …
1st July 2022
Hi Jamie, The “Add IP” and SLSendGarp.exe logging are generated by the same code, so they can indeed be related. I was not able to test this, but I don’t …
30th June 2022
Hi Thomaz Can you try the Refresh & Rebuild option? It can be found under the IDP Application Visual Overview on the Admin > Facilities > Rack Assignment
30th June 2022
After receiving Karl’s support (a lot 😁 ), Following the steps to achieve a basic view with a booking timeline filtering reservations based on a custom property “Operators”. A shape …
30th June 2022
Hi, you can do so by letting the script send a ‘BroadCastPopupRequestMessage’, in which you can specify the users and/or user groups that need to be notified. Code example below, …
30th June 2022
Hi Alberto, If I’m not mistaken, .net remoting will allocate a random port in the range 49152 to 65535 for eventing. Do note that you can also configure clients machines …
30th June 2022
Hi Bruno, You can achieve this by checking if the booking is contributing: e.g.: var reservation = SrmManagers.ResourceManager.GetReservationInstance(Guid.NewGuid()) as ServiceReservationInstance; if (reservation.IsContributingReservation()) { return; } Kind Regards
30th June 2022
Hi Jeroen, I think you are talking about button panels, these are not the same as buttons in the low-code apps. The applications have a different button component that can …
30th June 2022
Hi Jens, you can associate icons with table column values. Refer ColumnOption element | DataMiner Docs. Don’t forget to add the icon reference on your table parameter (discreet option). Refer …
30th June 2022
Hi Jens, I know you can configure custom icons for elements, views, services,… but I don’t think these will be applied to element tables. But just in case this is …
30th June 2022
Hi Edson, There currently is no official procedure to move an app from one DMS to another. It can be done by copying the entire folder from C:\Skyline Dataminer\Applications to …
30th June 2022
Hi Alberto, am I correct in thinking that regardless of the server type (VM/Physical) or OS version, all the application servers of a DataMiner cluster are best placed on the …