How to safely use credentials in Ad hoc data source?
6th August 2024
I would like to make an ad hoc data source that interacts with an API. To interact I require a log in token. Please provide me with some options how …
Question
6th August 2024
I would like to make an ad hoc data source that interacts with an API. To interact I require a log in token. Please provide me with some options how …
6th August 2024
Hi there, We are using GetServicesForFilter API to retrieve the dma_id/service_id by the property: npc service id, but the response time is 7 seconds. We’re incorporating DataMiner into our portal …
5th August 2024
Hello! I’m creating a low code app and I’m facing this problem displaying the data.: “Failed to setup a connection with the Dataminer Agent: Too many connection-attempts from client ‘RJALV-DMAOSS-01’. …
5th August 2024
Hi Dojo, I’m working on device which have 3 states: state 1, intermediate state (transition), state 2. When we do set to state 1 or state 2, device needs some …
5th August 2024
Hi, usually to update every row with a normal index I would use: int rowCount = protocol.RowCount(100); for (int i = 1; i < rowCount + 1; i++) { } …
5th August 2024
On a low-code app I would like to use a dropdown-feed selection to select between 3 elements. I would however also like to include the app on a Visio that …
2nd August 2024
Hello, I am currently working on a project where I have successfully implemented a confirmation popup within a Protocol by using the <Message> tag for a Writable parameter. This popup …
2nd August 2024
User Story: I have broadcast engineers with no coding experience, They need to be able to define new parameters for use in a protocol according to a limited set of …
2nd August 2024
User Story: On 50 individual dataminer systems, I want to combine a subset of the values of individual parameters from 10-12 different elements, each using their own protocol, and display …
2nd August 2024
When trying to set to DOM from an automation script I also get a CrudFailedException with a reason of DomInstanceHasMissingRequiredFieldsForCurrentStatus as well. What would be causing this?
2nd August 2024
Hi, I’m trying to add an item to an table through an context menu: This is the context menu <Param id=”1399″> <Name>TieLines_ContextMenu</Name> <Description>Context Menu Tielines</Description> <Type>write</Type> <Interprete> <RawType>other</RawType> <LengthType>next param</LengthType> …
2nd August 2024
Hi, I’m working on a LCA which needs to be able to add items to an table in an connector through an context menu. I’ve seen this example: https://community.dataminer.services/question/automation-script-context-menu/?hilite=context+automation and …
2nd August 2024
Hi Dojo, I am wondering if below situation is feasible. We have recently built a new DMS that uses Azure SSO SAML Just In Time authentication method. Later we have …
2nd August 2024
Hi community, I need to migrate elements and services from 1 DMA to another DMA in the same DMS. For elements, I will use the element migration feature we have …
2nd August 2024
Hi Dojo, in a low-code app, is there a way to link the time range feed to a table and have the display period selected when selecting the time range, …