How to visualize the DOM Invoice app example in low code app?

Hi, There is a nice example in the documentation of an Invoice App: https://docs.dataminer.services/user-guide/Advanced_Modules/DOM/DOM_examples/DOM_Invoice_app_example.html How can this be visualized in a low code app? I basically want to see all …

Update dynamically Generic DVE Linker Table

Is it possible to update the table of the Generic DVE Linker Table from within a QAction in the protocol itself? I want to update this table accordingly with an …

How to update IP settings on multiple nodes via automation

Hi, I’ve been searching the dojo for hints on how to update IP settings via automation, and this article came close: https://community.dataminer.services/question/change-elements-ip-address-from-automation-script/ Aparantly the “currentElementInfo.PortInfo[0].PollingIPPort” does not contain the IP …

CERTCOMMONNAMEINVALID error in the cube client

Is there further configuration required to prevent this message? Note that the cube client logs in without any issues on this https configuration, and only the message is coming up …

Dataminer failover on/off line access

Hi, the web page of the passive server which allows to go online, does not seem secure. Is there a way to limit or secure access? Thank, Jean-pierre

Restoring a single service.xml file without a DataMiner restart

From this question https://community.dataminer.services/question/recycle-bin-restoring-of-service-template-in-cluster/ it looks like you can only do this by restarting the DataMiner agents in the system. However I was wondering if there’s a way to restore it …

Add Elastic Document

Hi, Could you please let me know which would be the preferred method to log from an automation script to elastic? Thanks in advance.

HTTP Redirect: ERROR_WINHTTP_SECURE_FAILURE

I’m polling an HTTP connection and I keep getting the error: 12175 [ERROR_WINHTTP_SECURE_FAILURE]. I looked at the question: https://community.dataminer.services/question/http-get-308-permanent-redirect-issue/?hilite=Redirect .I think it might be the weak signature. Is it possible …

Cassandra Reaper keyspace

I’m following these guidelines to set up Cassandra Reaper. https://docs.dataminer.services/user-guide/Advanced_Functionality/Databases/Cassandra_database/Installing_Cassandra_Reaper.html What replication settings should be used for the most common use cases? 1 single node 2 nodes on the same …

Get reservation out of failed state

When something goes wrong during the orchestration of a booking, it goes into the failed state. What’s the recommended way to get that reservation out of that state after correcting …

SRM booking logging location

I have shared C:\Skyline DataMiner\Logging\SRM and set the booking logging location in the booking manager to that network share on the DMA, so I can now access the logs from …

Button in dashboard connected to protocol button is blank

I added a button to a protocol and it works as intended <Param id=”119″> <Name>SystemRestartStreams</Name> <Type>write</Type> <Information> </Information> <Interprete> <RawType>numeric text</RawType> <Type>double</Type> <LengthType>next param</LengthType> </Interprete> <Display> <RTDisplay>true</RTDisplay> <Positions> <Position> <Page>General</Page> …

Does modifying ProtocolFunctionManager xml require a DataMiner restart?

https://docs.dataminer.services/user-guide/Advanced_Modules/SRM/Advanced_SRM_settings.html?q=ProtocolFunctionManager If I want to change the ActiveFunctionResourcesThreshold, do I then need to restart DataMiner? How does this manual change sync across the cluster? Or is there an slnet call …