USE JavaScript in QActions
11th May 2021
Hi Ahmed, all recent QActions in connectors/drivers are written in C#, which is why the documentation also mostly covers that specific section. QActions do support JScript, which is different from …
Answer
11th May 2021
Hi Ahmed, all recent QActions in connectors/drivers are written in C#, which is why the documentation also mostly covers that specific section. QActions do support JScript, which is different from …
10th May 2021
Hi Carlos, Can you check if the elements require credentials to be configured on the element? If they do, can you try re-configuring them?
10th May 2021
This looks to be a problem where the webserver is configured to use a weaker cipher than the client is allowed to (since HTTP/2). I would not recommend to disable …
10th May 2021
Hello Amit, Please run this executable “C:\Skyline DataMiner\Tools\dcomConfig.exe”. The logs should be available on Cube again.
9th May 2021
Hi, I believe that in these cases, with wrap-around counters (that reset at some point when they reach their maximum – e.g. nbr of bytes transmitted), the common practice is …
7th May 2021
Hi Miguel, Internet explorer has been marked as deprecated for any new development starting from the 10.0.0 main release. This means that features and fixes no longer get validated using …
7th May 2021
Hi Jeroen, When you make a set parameter from an automation script (using cube is equal) that set needs to wait until no group is being executed in your element. …
7th May 2021
Marieke, I was unable to browse to your DataMiner help link. Following link to Migrating elements in a DataMiner System seems to work.
7th May 2021
As mentioned in a comment above, note that this specific alarm can not be cleared from the alarm console.
7th May 2021
This is a firewall issue. NATS isn’t starting because NAS (the account server) can’t connect to the primary (= the agent with the lowest lexicographical IP address, you can find …
6th May 2021
Hi, In the trend data inspector we have 3 columns, the first one is for raw data from the database. The other 2 represent the data that is forwarded towards …
6th May 2021
Hi Alex, This is indeed not the expected behavior of the URL in combination with the CPE feed. This looks like a software issue, you may create a task on …
6th May 2021
Hi Daniel, If you wait for 5 min by keeping the trend graph open, do you see the trend graph popping up?
6th May 2021
Hi, Below a simpler way using code library: var dms = engine.GetDms(); var element = dms.GetElement(“Element Name”); var table = element.GetTable(tableId); var column = table.GetColumn<string>(columnId);
6th May 2021
The migration feature is essentially a DELT export + element delete + DELT import. I did some quick testing and the alarm data does not seem to be exported. Trend …