Hello everyone,
Does anyone knows what does the DSN tag on the db.xml stand for?
For example in the following file, what should be used in the <DSN></DSN> tag?
<DataBaseactive=”true”search=”true”type=”Elasticsearch”>
<DBServer>10.11.51.58</DBServer>
<DSN></DSN>
<UID>elastic</UID>
<PWD>password123</PWD></DataBase>
Thanks in advance for your help!
Carolina Costa [SLC] [DevOps Advocate] Selected answer as best 20th July 2022
Hello Carolina,
according to DataMiner doc, that tag was used on earlier versions (legacy Mysql). From DataMiner 10.0.13/10.1.0 onwards, we don’t use anymore this tag. Please see more information here
Agostinho Ferraz [SLC] Posted new comment 20th July 2022


DSN => Data Source Name, I would assume.
Thank you! In any case, if anyone knows what it meant, please feel free to share.