Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Trying to parameterize the SAP connection details show in the below screenshot.
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
@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.
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.tSAPTableInput
With this method i have to repeat it on all my job(Dev,QA,UAT,Prod).
Regards,
Srikant
@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.