Send a POST request with multipart/form-data using the tag in a protocol
11th August 2023
Hi Floris, I tried this code, but does not work I read the csv file and set it in the parameter 400. Maybe I’m forgetting something. This is the CURL …
Answer
11th August 2023
Hi Floris, I tried this code, but does not work I read the csv file and set it in the parameter 400. Maybe I’m forgetting something. This is the CURL …
11th August 2023
Hi Jason, This is currently in development. You can track the following task: SRM Framework – nugget package
11th August 2023
Hi Brecht, You can deactivate an alarm based on a condition by using Conditional parameter alarming.
10th August 2023
Hi Ryan, I saw a similar question: Is it possible to alarm ‘Not Initialized’ values? In short, this is not possible.
10th August 2023
Hi Jim, Take a look at Code example – Take alarm ownership – DataMiner Dojo the code there should fit your case. Instead of protocol.SLNet.SendMessage you can use engine.SendSLNetSingleResponseMessage
10th August 2023
Hi Benjamin, The reason why your response didn’t seem to arrive is because the way you configured the “ReturnAddress” field. You’ve specified the sender element information for the “returnAddress” while …
10th August 2023
Hi Amer, Providing the memory files to the script action can be done by adding a string to the second string array with the syntax ‘MEMORY:1:MyMemoryFile’. You can add multiple …
10th August 2023
Hi Michiel, I also was investigating something similar in the past to help out another user, and in the corresponding Dojo Question Wouter Bogaert posted some background information that can …
10th August 2023
Hi Michiel, I believe there are some examples in the connector Generic Satellite Spectrum Monitor. Check method SpectrumCreateMeasPts Hope it helps.
10th August 2023
Hi Alberto, 1) When upgrading to 10.3.0, can a DMS cluster still run without enabling the gRPC port? Yes, as Seppe mentioned the default communication channel is still .NET Remoting …
10th August 2023
Hi Alberto, .NET Remoting is still the default method of communication for all DataMiner versions which are currently supported. However, we recommend switching to gRPC when running DataMiner 10.3.6/10.3.0 or …
10th August 2023
Hi Dario, You can run automation script in parallel by using the SubScriptOptions.Synchronous property. However, if you’re performing sets from those automation scripts to the same element, I’m doubting if …
9th August 2023
Hi Chris, I think in this case there are two possible options (that don’t require updating the connector): Using profile definitions: You can create a profile definition that will be …
9th August 2023
Hi Gelber, Using the SRM wizard is the default behavior that the contributing booking is created in Pending state, will be moved to confirmed when it’s included in a main …
9th August 2023
Hi Dieter, It shouldn’t really matter to the dataminer system in which folder your scripts are located. You can easily move them to any folder you like, by dragging and …