Logger Table – How to show local date-time?
2nd July 2024
Hi Brecht, You could indeed add a second datetime column. There are connectors with both a start- and end-time. Just don’t add the <Partition> tag to the extra columns, so …
Answer
2nd July 2024
Hi Brecht, You could indeed add a second datetime column. There are connectors with both a start- and end-time. Just don’t add the <Partition> tag to the extra columns, so …
1st July 2024
Hi Yahya, You could use the data source ‘Get View Relations’. This data source will provide the View ID and the IDs of the child components (e.g. elements in the …
1st July 2024
Hey Gabriel, Is your parameter in the protocol flagged as a ‘HistorySet’ parameter? historySet attribute | DataMiner Docs If it’s not try adding the attribute and see if this behaves …
1st July 2024
Hi Thomas, It should be possible to disable this behaviour by updating the RunTimeFlag as such: engine.SetFlag(RunTimeFlags.NoInformationEvents); More details can be found on the following documentation page: Enum RunTimeFlags | …
1st July 2024
Hey Alex, If you are running in a DMS also have a look at the C:\Skyline DataMiner\RemoteServices\123 folders. There the service information is stored for the other DMA’s in the …
1st July 2024
Hi Ross, There is a similar question: Sync DMS via automation script Hope it helps.
1st July 2024
Hi Emilie, I believe it is a good approach. This approach is also used when monitoring heartbeat traps. Since you are planning to execute this workflow (every minute) in a …
1st July 2024
Hi Manuel, have you tried out with the Administrator account to delete the dashboards?
1st July 2024
Hi, That error is coming back from the WinSNMP service when calling the method SnmpSendMsg. This method returns an SNMPAPI_STATUS which is the error ’99’ that is shown. Error 99 …
1st July 2024
Hi, This logging is indeed happening when multi-threaded timers are involved. This happens every time when a row gets added or removed from the table (table with pid 100 in …
1st July 2024
Hi A B M Sidddique, At first sight, it seems you are doing things correctly. The only point of attention might be the table ID itself. IDmsTable powerSettingsTable = dmsElement.GetTable(1001); …
1st July 2024
Hi Hari priya, Currently, there is no easy built-in solution to do this yet. Feel free to take a look at the answer of following question, there Gilles explains how …
1st July 2024
Hi Jeyaram, To navigate to a different page in the same visual overview, you can use the “NavigatePage” shape data, see Creating a button to navigate to a page of …
1st July 2024
Hi Felix, It is currently not possible to feed the DMA ID and Element ID values for the “Get parameter table by ID” data source. I’ve created a task for …
1st July 2024
Hi, It looks like the cloudgateway is not able to set up a connection to the dataminer.services endpoints because the connection is getting blocked. Could it be that there is …