How to show in the Rack View Visio elements in subviews?
3rd March 2021
You can do this by extending the “[auto]” placeholder from your template shape’s element shape data to “[auto:includeSubViews]”. This can be found in the help as well.
Answer
3rd March 2021
You can do this by extending the “[auto]” placeholder from your template shape’s element shape data to “[auto:includeSubViews]”. This can be found in the help as well.
2nd March 2021
Hi Naveen, Firstly, of course this is not exact science, because there are many unknown variables. Variables that you do not know, nor anybody else. But let’s see if we …
2nd March 2021
Hi Jack, From DataMiner version 10.0.12.0 a new tool is available to reset the a DataMiner Agent to its default state from immediately after installation: SLReset. You can find more …
2nd March 2021
Hi Jack, If you are running a DataMiner version 10.0.12 or later, you can use the Skyline Facotry Reset tool. If you are running an earlier version, you can use …
2nd March 2021
Hi Randy, This issue has already been reported and it is expected to be fixed in 10.1.4.0. If this issue is blocking your implementation, you could request a hotfix. After …
1st March 2021
There is a Visual Overview feature that is currently behind the CPEIntegration soft launch flag. When enabled, it’s possible to link a shape to a certain EPM object using its System name and System …
1st March 2021
Hi Laurine, Do you plan to run the script manually (or via task scheduler) to retrieve the current alarms on the service? Or do you plan to execute the automation …
1st March 2021
The url configured on the shape in Visio should link to the VideoThumbnails webpage hosted on the DataMiner agent. In your case it should be: #http://<DMAIP>/videothumbnails/video.htm?type=Generic%20Images&source=https%3A%2F%2F10.142.66.44%3A8443%2FThumbnails%3Fstage%3Dinput%26data-interface%3DData1%26ip%3D239.216.80.15%26udp%3D2000%26sid%3D1500&refresh=1000&proxy=true With: type = “Generic …
1st March 2021
this is not yet developed, this will be added later
1st March 2021
Hi, By default we use collation “Latin1_General_CP1_CI_AS” in the MSSQL central Database. You can either recreate the central database with that collation, or you can configure dataminer to use another …
1st March 2021
Hi Chris, By default, DataMiner will always use the DMA as a proxy. However, as a test can you try if adding ‘&proxy=true’ (without quotes) makes any difference?
1st March 2021
Did you create the workspace on the specific machine? I guess the screen positions should have been saved and reapplied when opening the workspace.
27th February 2021
Hi Javier, you can do that by going to the so-called Information Template. right click on an element of that type select Protocols & Templates in the right click menu …
26th February 2021
Hi Reinout, You’ll have to clear the cookies from your web browser. Then it should work again. PS: Normally this should not happen, but yesterday we gave you more access …
25th February 2021
Hi, If you want to have something run periodically from within a protocol, you can make use of a Timer and define your time in there (in this case 1 …