Questions asked
Answers given
Hello Amit, Please run this executable "C:\Skyline DataMiner\Tools\dcomConfig.exe". The logs should be available on Cube again.
View QuestionHello Srikanth, The SRM version 1.2.5 requires a minimum DMA version of 10.0.9.0-9385 + ELASTIC, and you can also check the Compliances tag of the Protocol for a Minimum Version.
View QuestionHello, That issue is also present on single parameters. This task was already created to report that: https://collaboration.dataminer.services/task/169922
View QuestionHello Tomoya, Please, also consider using the IDP solution to help you to create/manage elements on your system.
View QuestionThat appears often when you have a typo in a QAction (e.g. you forgot to have a ; on the end or something similar) Try to open all the QActions on the Visual Studio and check if any error appears on the...
View QuestionHello Bethany, If you are trying to poll some information e.g. from an API that requires authentication your session could have a definition like these: You will then need to define two parameters...
View QuestionHello Ryan, You could disable the option of checking the parameter after doing the set.
View QuestionDear Bruno, If you are using Function Resources and not "normal" resources, you can cast it to a FunctionResource and in there, you have the Main DVE DMA Id and Main DVE Element Id. Having both, you can...
View QuestionThe server was having another application running on port 9090. This blocked the NATS to start. Solved by running the following command: "C:\Skyline DataMiner\NATS\nats-account-server\nssm.exe" install...
View QuestionHello Karol, The element was not starting because the number of active elements reached the maximum of the license. After stopping some elements, the element started successfully.
View QuestionHello Ryan, Could you please run this executable file and give it a try again: "C:\Skyline DataMiner\Tools\dcomConfig.exe"
View QuestionHello Ryan, Have you checked the Security.xml file to see which users you have on your system? You could try also to create a new Administrator user on your machine and log on with that.
View QuestionHello Ryan, The issue was on a call of the script itself that was not present on the first system.
View QuestionHello Bruno, Have you used the Client Test Tool to update the SMTP settings? You could try to send the UpdateSmtpConfigMessage and see if the update is successful without a restart.
View QuestionHello Jens, On the XML file of the protocol, you could change the Sort Automatic option to use the sorting as "Descending" or "Ascending".
View QuestionHello Chris, Please check the following link: https://community.dataminer.services/responding-to-log4shell-vulnerability/. We are working on a guide to help you with the update of Elastic.
View QuestionHello Jens, The Generic Folder Monitor will be your friend. Here is the link: https://catalog.dataminer.services/result/driver/4904
View QuestionHello Maxim, If you select two rows and one is available and the other doesn't? You should see the context menu or not? You can always validate the rows that were selected on the QAction and apply the...
View QuestionHello Ana, Please double-check the relations defined and also the logs on the elements if you have something like: No link in relation for XYZ -> ABC/XYZ [chain=]. Best Regards.
View QuestionHello Manuel, Doing protocol.tablename doesn't represent an internal call to get the table from the element. In your case, I would recommend doing a GetColumn on the column you need (1002) and then doing...
View QuestionHello, To display a message when you click on a write parameter please use the tag Message on the Parameter tag: https://help.dataminer.services/development/#t=DataMinerDevelopmentLibrary_Customer%2Fpart3MarkupLanguage%2FMARProtocolParams%2FProtocol_Params_Param_Message.htm&rhsearch=message&rhhlterm=message&rhsyns=%20...
View QuestionHello Frederic, Despite being a DVE element, have you tried to send the message SetElementState with the DataMiner Id and Element Id of the DVE and the State as Deleted?
View QuestionHello Paul, You most likely need a buffer mechanism to hold your "flooded requests" and then treat them individually. Otherwise, you will try to get information that was already overwritten with new requests.
View QuestionHello Jens, You can create a Resource Pool with just the resource that you want e.g. "SRM.Firewall" and then on the Service Definition > Select the Function that you want and on the Property "Resource...
View QuestionWriting the comment as an answer: "Fixed by swapping “image” to “img” on document.createElement(“image”);"
View QuestionBruno, What is the object type of the helper? Do not know if you already check but generally when you do engine.Log() on an Automation Script the result in the SLAutomation log.
View QuestionIf you use one of the latest versions of the SRM packages you can use this: SrmManagers.ResourceManager.GetEligibleResources(). You also have the ProfileManager and others on the SrmManagers.
View Question