The problem with query DCF connection

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 …

Kata#2 ErrorCode 12 on Post Request

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 …

Discovery Failed while monitoring Linux host

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 …

Installing libraries/packages in Dataminer

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 …

How to get parameter description in automation script

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 …

Primary Key with foreign key option

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 …

Primary Key with foreign key option

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 …

How to link a new DomInstance using LCA?

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 …