How to pass parameters to an automation script when it is launch by correlation?
19th June 2023
Hi Henri Wale already pointed you towards an answer, I want to go into a bit more detail as this method usually opens a lot more options in the use …
Answer
19th June 2023
Hi Henri Wale already pointed you towards an answer, I want to go into a bit more detail as this method usually opens a lot more options in the use …
19th June 2023
Hi Bruno, 1 – Yes they created more keyspaces for the tables, this is to have more freedom to configure what replication strategy/factor you want to apply for every set …
17th June 2023
Hi Donnell, At first sight this does not look like a permission issue but rather a problem with long path support in both Windows and DataMiner. The path in question …
16th June 2023
Hi, To reproduce the behavior of the UI you can use the MatrixBackupCrossPointsRequestMessage SLNet call. If you add it as in the following snippet var request = new MatrixBackupCrossPointsRequestMessage { …
16th June 2023
Hi Christine, I don’t immediately see any possible impact on DataMiner as I don’t see any relation between DataMiner and these replication services you mentioned. I’m not really familiar with …
16th June 2023
See this question: https://community.dataminer.services/question/visual-overview-execute-automation-script-on-vdxpage-popup The below solved it for me. I added the execute shape data on the button that opens the popup. I had to use the option ‘NoCopyElementProperty’ …
16th June 2023
Hi Bruno, I’m not aware of any known issues. We are running the following version ourselves in production: I can’t give you 100% guarantee but would be very surprised that …
16th June 2023
Hi, You can have a look at the SLDataMiner.txt logging. In cube you can also build a filter as shown below, to get the startup times from the information events.
16th June 2023
You can find these in C:\Skyline DataMiner\System Cache\Info\startupinfo.txt
16th June 2023
You will want to use the Alarm shape. In your situation, your shape data will look like this: elementName/pid:firstthreecharacters*|Alarm|Show;!=Normal Let’s pick it apart (‘|’ characters separate the different aspects): The …
16th June 2023
Because the shape is based on a table row, the key of that table is passed on in the subscription of the parameter, even if that parameter is not part …
16th June 2023
Hi Andrey, As Michiel mentioned, this is not possible. QActions and actions, triggers, and groups do not have control over the UI navigation of a given user. They are designed …
16th June 2023
Hi Andrey This is currently not possible in a connector. Depending on the use-case it could be that other features in DataMiner can fill the gap. Would it be possible …
16th June 2023
Hi, The ‘Next’ button being greyed out is expected as there are no further configuration screens you can navigate to (only back with the ‘Previous’ button). Now the ‘Create’ button …
16th June 2023
Hi, The next button is greyed out because you are already on the last page of the wizard. The create button is greyed out if you don’t have completed all …