PrintNightmare 0-day Remote Code Execution exploit
1st July 2021
No problem, you can safely disable this service on a DataMiner Agent. PS: I believe the problem only exists on domain controllers. PPS: Nice catch! You are very much up …
Answer
1st July 2021
No problem, you can safely disable this service on a DataMiner Agent. PS: I believe the problem only exists on domain controllers. PPS: Nice catch! You are very much up …
1st July 2021
Hi Michael, It’s not possible to use the multiple set tool with wildcards for the table index. To achieve the desired result, you’ll have to use the automation engine.
1st July 2021
Hi Skrikanth, If one or few elements are causing a lot of “useless” alarms, it’s always possible to create a new alarm template (which either ignores or filters those alarmed …
1st July 2021
Hi Stacey, I believe this can be achieved if there is a global catalog available in the multi-domain forest. You can point DataMiner to this global catalog (which holds the …
1st July 2021
You could change the LDAP configuration to point to the remote domain, and import the users in DataMiner that way. After importing them in DataMiner, both users from the local …
1st July 2021
I was wondering if you have already tried the \’Forcing synchronization of a file with the DMS\’ functionality in Cube? When a file has been changed on a particular DMA, …
1st July 2021
Hi Jens, Unresolved connections in IDP connectivity are the ones for which there is already information but not everything. This is, IDP was able to map things but some of …
1st July 2021
Hey Michiel, Is the Relations tag present in your connector with the correct content? If so, try verifying if the path attribute of each Relation tag within the Relations tag …
1st July 2021
Hi Michiel, Is it possible to elaborate your use case? Conditional monitoring can be implemented using alarm templates (Using conditions in an alarm template). You could create a condition in …
30th June 2021
There’s a call available that allows to do this via an automation script: ProtocolFunctionHelper funcHelper = new ProtocolFunctionHelper(); List<SystemFunctionDefinition> allSystemFunctions = new List<SystemFunctionDefinition> funcHelper.ReplaceActiveSystemFunctionDefinitions(allSystemFunctions, “1.0.0.1”);
30th June 2021
Hi Simon Update center currently only supports the old DCP Accounts. Adding support for the new DM Services account is however high on the backlog. Update centers gets the available …
30th June 2021
Hi Paulo, Regarding your question about the TLS version, please see the answer from a previous question in Dojo: Which version of WinHTTP and SSL/TLS is used by default
30th June 2021
Likely there is an issue with dynamic positioning in combination with the HoverType=Geometry option. It seems we are missing a bit of info after duplicating the template shape that we …
30th June 2021
It is also possible to start an application with some arguments. You could do something similar to start your preferred browser. Example on opening VLC player:
30th June 2021
Mimicking how you would open the file in your default browser may work, so you can add ‘http://’ as prefix to your file path. In my case, it worked fined, …