DMS connectivity on cloud

Hi Rahat Indeed we take security very seriously and therefore we can assure you that the connection you setup between the dataminer.services platform and your DMS is secure. If you …

MySQL dll version for central db offloading

In case you upgraded to MySQL 8.0, please note the remark on Setting up an offload database | DataMiner Docs regarding setting the local_infile variable to 1. Can you try this?

MySQL dll version for central db offloading

Hi Jeroen, Which dll version does DataMiner use for central db offloading? Is it the 6.9.12.0 version from the Files and Files\64 folder? As far as I know this is …

Where are Custom element properties stored?

Hi, The actual value of the properties is indeed found on the Element.xml file inside the folder available for each element You can read more about it here Elements | …

How to dectect that Datminer is fully started

Hi Henri, Does the topic linked below provide you with the info you are looking for? https://community.dataminer.services/question/when-do-i-know-if-the-dma-is-up-and-running/?order_by=active#answers-order

User/Groups management in HTML5

Hi Sebastian, Currently there are no plans to add this to our web apps. For any administrator capabilities we recommend using DataMiner Cube. Is there a specific reason why Cube …

SRM : Set security View IDs of a reservation.

Hi Wale, never used it myself but can probably be done as follows: var reservation = _bookingManager.CreateNewBooking(engine, bookingData, functions, null, properties); reservation.SecurityViewIDs = new List<int> { 123 }; reservation = …