Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Fernandez
Creator II
Creator II

[resolved] DB connection with encrypted context variables

Hi,
I created a connexion to a MSSql DB in the repository from context variables.
The user and psw are encrypted so I want to use a routine for uncrypting.
I dont't know where to call this routine because the fields are disabled in the connection windows and in the tMSSqlRow component:

0683p000009MA0x.png
0683p000009MCAo.png
Has somebody any idea ?
Labels (2)
6 Replies
Anonymous
Not applicable

In the context variable the password is not encrypted. The encryption takes place if you set the password in the job directly.
Anonymous
Not applicable

Hi,

What's the build version you are using?
Have you already checked KB article about: TalendHelpCenter:How to setup encryption of the passwords in Talend Studio?
Best regards
Sabrina
Anonymous
Not applicable

Hi  afernandez35,

Any update for your issue?


Best regards
Sabrina
Fernandez
Creator II
Creator II
Author

Hi,
No solution for the moment...
If I retrieve the encrypted user / password in the context files, how to uncrypting these if I create my SQL connection in the repository ?
In the suggested article, the Property Type is "Built-In" and I want to use "Repository" as Property Type...
Regards,
Antoine
Anonymous
Not applicable

if you just use context file to store your user/password, you can just use context.db_password in your routine.
If you just want to change user and password for this connection, you can either go back to context to change it or change property type from "Repository" to "Build in".
Fernandez
Creator II
Creator II
Author

It's OK when using property type "Build In"