Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Suhr
Contributor II
Contributor II

Manage the data connection without the QMC

Hi everybody,

Im regularly deploying a bunch of VM with a Qlik Sense environment. One of the problems I already solved, was to create new certificates automatically. Now the problem is;

I'll like to know, if there is any way to manage the data Connection without the QMC.

I have to introduce the password for every data connection that I'm using. Therefore I tried to use automation software (Selenium) to achieve this task but I'm kind of struggling. This will be: a) slow and b) ill waste some space from my VM's.

Thank you for taking the time to help me.

 

Labels (1)
1 Solution

Accepted Solutions
Jay_Brown
Support
Support

@Suhr ,

If you are trying to set the exact same password for multiple connections, the QMC may be the easiest way to do that as you can drag the selection and select multiple connections to edit at once.

Otherwise, you can use the QRS API:
https://community.qlik.com/t5/Deployment-Management/Update-Password-in-DataConnections-automatically...

or Qlik-CLI:
https://community.qlik.com/t5/Integration-Extension-APIs/Change-Dataconnection-Password-through-Qlik... 

That should get you started!

To help users find verified answers, please don't forget to mark a correct resolution or answer to your problem or question as correct.

View solution in original post

2 Replies
Jay_Brown
Support
Support

@Suhr ,

If you are trying to set the exact same password for multiple connections, the QMC may be the easiest way to do that as you can drag the selection and select multiple connections to edit at once.

Otherwise, you can use the QRS API:
https://community.qlik.com/t5/Deployment-Management/Update-Password-in-DataConnections-automatically...

or Qlik-CLI:
https://community.qlik.com/t5/Integration-Extension-APIs/Change-Dataconnection-Password-through-Qlik... 

That should get you started!

To help users find verified answers, please don't forget to mark a correct resolution or answer to your problem or question as correct.
Suhr
Contributor II
Contributor II
Author

Thank you for your answer, this is very useful. I did not know that you can drag the selection and edit more than once. 😁

Have a great day!