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