Scripted Connectors json size
11th February 2026
Data API enforces a strict 1 MB limit for JSON payloads, and this limit cannot be increased. See Data API Limitations | DataMiner Docs A 1 MB JSON is already considered large …
Answer
11th February 2026
Data API enforces a strict 1 MB limit for JSON payloads, and this limit cannot be increased. See Data API Limitations | DataMiner Docs A 1 MB JSON is already considered large …
10th February 2026
I’m not sure how the Launcher behaves when more than one record is returned, it could very well be just a like a browser; it choses one and tries to …
10th February 2026
The problem was caused by a mismatch between the default configuration of the Data Aggregator module and the GQI module. From DataMiner version 10.6 onwards, GQI DxM is used by …
10th February 2026
Hi Wale, The LSO script is triggered by the “SRM_BookingActions” script, which starts when a booking starts. This script is then responsible for creating the service, triggering the LSO script, …
9th February 2026
Hi Mariana, For the second setup, the parametersubscriptionfilter does not work for the [param] placeholder, could you try using the “SubscriptionFilter” shape data with the same value and see if …
9th February 2026
Steve, Best idea I can suggest is below that exists today but I agree, if the existing IsDVE parameter was exposed to visio shapes, as a childrenfilter option it would …
9th February 2026
A ChildrenFilter can only use the filter types that are explicitly supported in Visual Overview: • Protocol: [/] • Property:= • AlarmSeverity: • Name= • ResourceMapping=… (for SRM bookings) • …
6th February 2026
Hi, Indeed, the logic is done sequentially: -First the response data is iterated to replace 0x10ef with 0x10 -Then that modified result is iterated to replace 0x10fd with 0x02 -Lastly …
6th February 2026
Hi Ana, It is currently not possible to restrict access to a button (or other components/pages) in any way. We have a task on our backlog to make something like …
6th February 2026
Hi Joe, The alarm table component has a ‘Group by’ setting that allows you to group by Time, Severity or not at all (by clearing the input using the ‘X’). …
6th February 2026
Hi Mario, There is no way to do this through the Data API. You can do it through an automation script though in a couple of ways (replace the element …
6th February 2026
Hi Paul, dataminer.services roles/permissions can only grant remote access to the app/cube, while the (read/write) permissions of the (linked or logged in) account in DataMiner are still applied in the …
6th February 2026
Hi Nils, Another possible approach could be to use a custom DataMiner connector. Such a connector could calculate the sunrise and sunset times based on the longitude and latitude of …
6th February 2026
Hi Alberto, There’s nothing that stops you from doing this. There is indeed the consideration of duplicated user accounts in these cases but as the new domain will be different …
6th February 2026
Hi Gelber, How did you configure the GQI for data aggregator? Did you convert it manually, or did you use the new export option? See Configuring GQI queries for Data …