Script execution error System.TypeLoadException
13th December 2023
Hi Vicenzo, I had a look into your code and tested locally and I did not experience any issues as you did. Could you let us know which version of …
Answer
13th December 2023
Hi Vicenzo, I had a look into your code and tested locally and I did not experience any issues as you did. Could you let us know which version of …
13th December 2023
Hi Paulo, Although the approach of Matthias might work, it uses an SLNET call so we should be cautious when using these. Another option that might be worth mentioning is …
13th December 2023
That’s indeed correct. The Maps module will load a resource from api.mqcdn.com, but this will load additional resources where we have no control over and might change over time. I …
13th December 2023
Hi Paulo, I believe there is a way to verify if an element is startup is done completely. 1. Subscribe on the ElementStateEventMessage for each element. This can be done …
13th December 2023
Hi Harinee I was unable to reproduce this issue. DIS doesn’t do anything special and has no control over this. I would suggest to double check what Bert & Edib …
13th December 2023
There’s currently no functionality available to exclude these. Some users do want to include these in the report for investigation purposes, this way the report gives a full overview of …
13th December 2023
Hello Ricuarte, Thanks for your question and interest in this topic! For a deeper insight into how the algorithm works, I would like to refer you to DataMiner Prediction engine – …
13th December 2023
Hi, A quick test makes me believe that only lowercase alphanumerical characters (a-z, 0-9) are allowed.
12th December 2023
You can do this with built-in functionality. Extend your query with an aggregate: count another column than the one you want its unique values from. Continue by grouping on your …
12th December 2023
Hi Jeff, It seems that you are using the displaykey in method that receive a primary key, can you use elementTAG.SetParameter instead?
12th December 2023
Hi Jens, You can do SrmManagers.ResourceManager.GetTraceDataLastCall, if no other call was made in the mean time it will still have that error. Of maybe better for your case, use BookingManager.ChangeTime …
12th December 2023
Hello Mohammad, This issue has been resolved in the latest version of the protocol. So, deploy the latest version (in the 1.2.4.X range) from the catalogue and that should work …
12th December 2023
Hi Leander, I believe your looking for the DomInstanceValueFieldDescriptor (see docs). However, compared to the DomInstanceFieldDescriptor, this one also references a specific value of that DomInstance Note that you could also …
12th December 2023
In the DOM Definition, you can define which field should be used as ‘Name’ for each instance. The value of that field will then automatically be shown in the dropdown …
12th December 2023
Hi Leander, This is possible to do. The main thing to keep in mind configuration wise is to ensure that each DMS has its own bespoke keyspace/database prefix configured in …