Reg Ex implementation

Great… Thank you for clarifying.. This can be marked as solved.

Reg Ex implementation

All regex matching in Cube is using the .Net Regex. You can find the language reference here: https://docs.microsoft.com/en-us/dotnet/standard/base-types/regular-expression-language-quick-reference You can try out the syntax here: http://regexstorm.net/tester

Replicating Dataminer db to a DMZ

Hi Ben, There are a variety of options available to consider, in relation to sharing data with external parties / your customers. But it depends a bit on the exact …

How to know who restarted DataMiner?

To add to the previous answers, SLWatchdog will also save this information to the Windows Event Logs. When opening the Windows Event viewer, open the ‘Dataminer’ log under ‘Applications and …

Ticketing – DataMiner Indexing requirement

(1) When using ticketing on CUs of the 10.0 main release you do not have to install indexing. (2) Yes, you can use indexing only for the ticketing for the …

How to know who restarted DataMiner?

Hi, Some additional info about restarts of a DMA. I can think of 4 ways how a DataMiner agent could restart: Server reboot: this will not be clearly indicated in …

How to know who restarted DataMiner?

Hi Carlos, this information is stored into the information event that is created when calling for a DataMiner restart. The username and message is displayed into the information event.

How to know who restarted DataMiner?

Hi Carlos, You can track this through the information events in DataMiner. Building a filter, which filters out the DataMiner Run-time events, will provide you an overview of the restart …

Error trying to create a service

Hi Flavio, This error gets thrown when SLXml failed to correctly load a particular XML file. The reason for this could be The file is encrypted and could not be …

Database per Agent – Database per Cluser

Hey Jeroen, Database per agent typically gets used in small setups (2 or so agents) where there is very little data and the data is only relevant to the agent …