change DMA IP
16th September 2024
Hi Cedric, You will find the details about changing the IP address in DataMiner Docs. Hope it helps.
Answer
16th September 2024
Hi Cedric, You will find the details about changing the IP address in DataMiner Docs. Hope it helps.
16th September 2024
Indeed, some changes to configuration files are needed, and these depend on your setup. You can find detailed info about this here: https://docs.dataminer.services/user-guide/Advanced_Functionality/DataMiner_Agents/Configuring_a_DMA/Changing_the_IP_of_a_DMA.html
16th September 2024
Hi Ashok, Please be informed that the Licensing Group is available from Monday – Friday, mainly during CET business hours. However, we also have urgent license requests covered across all …
16th September 2024
Hi Rajesh, From the DB architecture options you have two options: Storage as a Service (STaaS) Dedicated clustered storage For STaaS you can contact staas@dataminer.services to set up the system …
16th September 2024
Hi, If both tables can be linked in a 1 to 1 relationship, then you could use triggers on change of each of the original tables to launch a QAction …
16th September 2024
The param placeholder supports having a SubscriptionFilter shape data entry on the same shape. With those, you can pretty much subscribe on anything, including explicitly looking for a DK match.
16th September 2024
If the relations between your tables are correctly set in the protocol, you should be able to use the first way described in the docs to filter on the other …
16th September 2024
Hi, You can use the remote access URL of your agent as a host when setting up DIS (docs: DIS settings). General information about DIS, as well as tutorials and …
15th September 2024
Hi Muhammad, In this case a possible option is to use subtable. This option allows you to use filter the rows to be polled based on instance. Hope it helps.
13th September 2024
Hi Matej, To delete an element from an automation script you can use the IDMs class in the following way: IDms dms = engine.GetDms(); DmsElementId id = new DmsElementId(dataminerId, elementId); …
13th September 2024
Hi Carolina, Is it not an option to use: FindRedundancyGroup(int,int) FindRedundancyGroup(string) FindRedundancyGroupByKey(string) Hope it helps.
13th September 2024
Hi Chirangee, Maybe we can schedule a call to go through your exact questions and challenges? Not sure where you are based, but if you reach out to sales@skyline.be, we …
13th September 2024
Hi Adrian, Alternatively, you could assign an automation script to this button that sets the parameter. Best regards, David
13th September 2024
Hi Jeroen, Cube is also using TryCreateServiceMessage, do you experience the same timings with Cube? Maybe we should investigate via a collaboration task, so we have a the details?
13th September 2024
Hi Paul, DataMiner is supposed to take the local server time at all times I believe, so I’m not sure if I understand your question well. Do you want to …