How to create a local user?
17th November 2021
Hi Brecht, It is never possible to create a domain user via DataMiner. DataMiner only reads information from the domain and you can only reference to an existing user on …
Answer
17th November 2021
Hi Brecht, It is never possible to create a domain user via DataMiner. DataMiner only reads information from the domain and you can only reference to an existing user on …
17th November 2021
-Related to the MSSQL user, we just use the user from the settings you filled in in the DB settings, you can change this in the db.xml file or in …
17th November 2021
The services tag is part of the element object and will contain all services that the element is included in. If the element is for example part of 2 services, …
16th November 2021
Hi Jens thanks for quick respond , ok we made the changes on the offload folder to share everyone and give the permissions of read/write after that restarted the DMA …
16th November 2021
Some essential background information before we tackle your questions. Details of the Nevion products you mentioned from what we understand. TNS4200 https://nevion.com/wp-content/uploads/2015/11/Nevion_TNS4200_data_sheet_R1730-1.pdf NX4600 https://nevion.com/wp-content/uploads/2015/11/Nevion_NX4600_data_sheet_R2107.pdf Virtuoso Platform https://nevion.com/wp-content/uploads/2016/08/Nevion_Virtuoso_Platform_R2051.pdf Below is the …
16th November 2021
Hi Ive, The shapedata ‘filter’ on the ListView visioshape supports booking property filtering for properties containing whitespaces using following syntax : ReservationInstance.Properties.”Expected Service State”[String] contains ‘ST’ The DataMiner help will …
16th November 2021
You should use double quotes , as illustrated below : ReservationInstance.Properties.”Contributing Service”[boolean]==false
16th November 2021
Hi Joao, Please take a look at the following questions: How can I execute an automation script on multiple DMA – DataMiner Dojo
16th November 2021
Hi Filiep, I have made a small test connector using the below approach. When checking the stream viewer the delay is done correctly before the GET is executed. Approach: A …
16th November 2021
Hi Edgar, The MSSQL database server will need read (possibly even write) permission on the \\DMA-VM-LAB\Offload folder. It’s also required that this folder is shared. See this help page for …
16th November 2021
Thank you all for the assistance. I will give these options a try.
16th November 2021
Hello Tiago, I don’t think this kind of query is supported by our SLDatabase.DLL. I can only suggest to use the oracle driver. In SLDatabase.dll we use the oracle.ManagedDataAccess.dll which …
16th November 2021
Not my area of expertise but recently had a similar situation where we needed to introduce a delay between a SET/GET pair. Once we understood the device behaviour we made …
16th November 2021
Make sure following IIS features are installed: ASP ASP.NET 4.x .NET Extensibility 4.x ISAPI Filters & Extensions WebSocket Protocol IIS 6 Management Compatibility IIS Management Scripts and Tools When this …
16th November 2021
Hi Filiep, In this case, it also depends on a couple of things: how long do you need to wait? what happens if you don’t wait long enough? how “heavy” …