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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to parameterize the SAP connection in metadata

Trying to parameterize the SAP connection details show in the below screenshot.

 

0683p000009M7fR.jpg

I need to parameterize rows like Client, host ,username & password.

I create a context variable and passed to the client in the above screenshot.

Instead of substituting the value, it is taking context.Client as string.

 

Kindly let me know how to resolve this issue.

 

Regards,

Srikant

 

Labels (2)
3 Replies
manodwhb
Champion II
Champion II

@Srikant ,If you want to parameterize the then you should do in the tSAPConnection component in a job ,but not when you were creating a metadata in the repository.

Anonymous
Not applicable
Author

Hi,

 

That's what i was trying to do in the component tab.

In the component tab when the property is set as repository all the rows are disable.

But when i use Built in property i am able to change it.0683p000009M7Vw.jpgtSAPTableInput

With this method i have to repeat it on all my job(Dev,QA,UAT,Prod).

 

Regards,

Srikant

 

 

 

 


TSAPTableInputComponent.jpg
manodwhb
Champion II
Champion II

@Srikant ,you need to create a Built in and then you need to call the context parameters ,since you can create a context groups and that you will design a job and when you were moving code from one environment to other environment ,you can point to desired one and can execute.