Disposable Objects in DataMiner

Hello again, My understanding of the issue was incorrect and had to do as the ObjectDisposedException was coming from another method called in the SendTokenizeRequest. While I already knew is …

Visio Split a String into a Drop Down List

Found the answer here https://docs.dataminer.services/dataminer/Operator_guide/Visio/session_variables/Turning_a_shape_into_a_control_to_update_a_session_variable.html#configuring-the-shape-data-field

Disposable Objects in DataMiner

The code looks safe as long as SendTokenizeRequest is implemented correctly, meaning it doesn’t internally rely on the HttpHelper object after returning its Task. If SendTokenizeRequest does something like: Task.Run(() …

NATS configuration issue

Hi Carl, Having the “NATSForceManualConfig” flag set to true, DataMiner will not validate or alter the NATS-configuration. So any mistakes or changes in the network (such as changes in IP) …