VS Studio not all C# projects target .NET
9th April 2024
Hi Ömer That issue has been resolved in the DIS 2.47 version. This is currently the insider release and can be found here: DataMiner Integration Studio – Downloads – DataMiner …
Answer
9th April 2024
Hi Ömer That issue has been resolved in the DIS 2.47 version. This is currently the insider release and can be found here: DataMiner Integration Studio – Downloads – DataMiner …
9th April 2024
Hi Michiel, Yes, your assumption is correct you can run SRM 1.2.35 with 10.4.0 Main Release. You can also use the SRM main release package with 10.4.0, it should work …
9th April 2024
Hi Robert, In this specific case I don’t think you need to change configuration files, connecting new agent should be done through Cube, details on how to do it can …
9th April 2024
Hello Jeroen, When you establish a connection to the WebSocket, such as through Postman, you won’t be authenticated to the WebAPI. To authenticate, you’ll need to send a ‘SetConnectionID’ message, …
9th April 2024
Hi Sebastian, What you are trying to do is already a bit more advanced (recursive function) and is probably not possible without an ad-hoc data source. Some additional logic might …
8th April 2024
Hey Nick, Partial tables can cause some issues in visio as you’ve seen. I would suggest trying the FullFilterTable option https://docs.dataminer.services/user-guide/Basic_Functionality/Visio/reference/Overview_of_page_and_shape_options.html?q=forcefulltable#forcefulltable
8th April 2024
Hey Oliver, Just to confirm – the variable on the remote page is set as a CardVariable (page Options: CardVariable)? Perhaps the variable is being treated as a global variable …
8th April 2024
As far as I know, the -1000 entry is an extra entry added as a gap start marker. It gets added by SLNet in an extra processing step on the …
8th April 2024
after click on the fix button, this error message appears: System.InvalidOperationException: Message=”Can’t set the value of a read-only property.” Source=”Microsoft.VisualStudio.Validation” StackTrace: at Microsoft.Verify.FailOperation(String message) at Microsoft.VisualStudio.ProjectSystem.PropertyPages.PageIntProperty.SetValueAsIntAsync(Nullable`1 value) at Microsoft.VisualStudio.ProjectSystem.PropertyPages.PageIntProperty.SetValueAsync(Object value) …
8th April 2024
Hi Roger, In order to change the name of a protocol, the corresponding .xml needs to be modified, which will be assumed by DataMiner as a new unsigned protocol, as …
8th April 2024
A package has been developed that installs a connector, visio, and a dashboard that showcases this use case and can act as a guide for anyone needing to implement something …
8th April 2024
I translated it with Google translator cause my VS Studio is in my native language seems there are some packets missing ?
8th April 2024
As u can the its not hightlight correctly and the auto completion is not showing any function “GetParameters”
8th April 2024
Hi Ömer, For the code that you are showing no DLL references are needed. The Parameter class also seems to be generated correctly by DIS, so at first sight everything …
8th April 2024
Hi Ömer You don’t need the ‘SLProtocolScripts.dll’ for the GetParameter and the Parameter classes. As you are working in a connector solution, you can create the QAction project by pressing …