Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
<setup_information>
<setup context="DEV">
<hostname>servename_DEV</hostname>
<port>1234_DEV</port>
<username>user_DEV</username>
<password>pass_DEV</password>
</setup>
<setup context="PROD">
<hostname>servename_PROD</hostname>
<port>1234_PROD</port>
<username>user_PROD</username>
<password>pass_PROD</password>
</setup>
</setup_information>
BUT, how can I transform this into context,
the tContextLoad component having a shema key/value ???
How we can use those context's in other jobs..?????