Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Our database team provided the following connection string for connecting to the MongoDB database
mongodb://dbhost:27017/Dbase?maxPoolSize=50&appName=app1;
While I am able to establish a connection to the database from Qlik Sense by providing the server details, I am unable to include the appName
connection option. They mentioned that this parameter is used to track queries in logs. Is there a way to specify this parameter from Qlik Sense?
Hello,
have you tried to include the appName like that?
If you are using the On Prem Version of Qlik Sense you might be able to setup a ODBC driver which supports that link directly, appName was listed as a parameter here https://www.mongodb.com/docs/manual/reference/connection-string/
best regards
Sebastian