The problem with query DCF connection
16th January 2024
Hi Jarek, Can you verify with the client test tool that DCF connections are retrievable (SLNetClientTest tool)? Connect to your DMS and go to the ‘Build message’ tab at the …
Answer
16th January 2024
Hi Jarek, Can you verify with the client test tool that DCF connections are retrievable (SLNetClientTest tool)? Connect to your DMS and go to the ‘Build message’ tab at the …
16th January 2024
Hi Kristian, You can find an overview of the error code here. Error code 12 means “An error occurred while trying to execute an Automation script action.” Did you validate …
15th January 2024
Hi Reza, We received a similar report recently for symptoms as you describe here, could you let us know a bit about how that issue occurred? Are you using IP …
15th January 2024
Hi, If you are referring to NuGet packages, those can be automatically installed when you upload your compiled script package to your DataMiner system. You can create such packages if …
15th January 2024
Hi Dika, A possible option is to pass the parameter description through a script parameter. Using Correlation rule syntax you can pass the parameter description to the automation script (see …
15th January 2024
Hi Jon, This sounds like a perfect use-case for GQI! In the Dashboards app you can create a GQI query which fetches all elements that are in timeout. The query …
15th January 2024
Hi Sebastiaan, yes just tried it:
15th January 2024
Hi Reinout, Can you check if the element is stopped? Connections are stored in tables in the General Parameters page of every element. You can’t view data when the element …
15th January 2024
Hi Arne The documentation (at the bottom) also mentions to not specify the FK on the index as this could not work: Foreign keys | DataMiner Docs Even though it …
15th January 2024
Hi Arne, As DIS shows you in the Table Editor, PKs should not be used as FKs. Instead, It would be best to create a duplicate column for each foreign …
15th January 2024
Hi, There is no native UI control in the low-code app framework to upload files. You can however use an interactive automation script to do this. More info can be …
15th January 2024
Hi José Would it be an option to link your AddLinkToChannelService script to the OnCreate property of the DOM Module Settings object? If the GUID of the selected channel is …
14th January 2024
Hi Gina, As far as I know, currently it is not possible to get this information with the standard GQI data sources. I saw a similar question: Dashboard – logic …
14th January 2024
Hi Diogo, Indeed, when adding a new DVE I was not able to detect an information event that indicates that that DVE was added. I believe in this case a …
14th January 2024
Hi Emir, based on information provided here, Sequence tag should only be used for polled parameters. I’ve tested it, and it does seems that default value gets sequence applied to it twice(for other …