MattCasters
04-24-2006, 12:36 PM
(Posted by Anonymous, set the bl*dy message type to Plain again)
Hi
I have an xml generated out of Kettle pan transformation that works fine in test with testdb connection
My question would be how to pass the ipaddress, user name and password for the final xml that gets exceuted in production for which the parameters will be different? is it from one xml to another ? also do i have move /install pan for exceution of this xml?
<connection>
<name>my connection name</name>
<server>123.456.7.8</server>
<type>ORACLE</type>
<access>Native</access>
<database>SAMPLEDB</database>
<port>1521</port>
<username>admin</username>
<password>Encrypted 2be98afc86aa7f2e4cb1ba671cc9dbcdb</password>
<servername></servername>
<data_tablespace></data_tablespace>
<index_tablespace></index_tablespace>
<attributes>
<attribute><code>CUSTOM_DRIVER_CLASS</code>
<attribute></attribute></attribute>
<attribute><code>CUSTOM_URL</code><attribute></attribute></attribute>
<attribute><code>SAPClient</code><attribute></attribute></attribute>
<attribute><code>SAPLanguage</code><attribute></attribute></attribute>
<attribute><code>SAPSystemNumber</code><attribute></attribute></attribute>
</attributes>
</connection>
Thanks,
sam
Hi
I have an xml generated out of Kettle pan transformation that works fine in test with testdb connection
My question would be how to pass the ipaddress, user name and password for the final xml that gets exceuted in production for which the parameters will be different? is it from one xml to another ? also do i have move /install pan for exceution of this xml?
<connection>
<name>my connection name</name>
<server>123.456.7.8</server>
<type>ORACLE</type>
<access>Native</access>
<database>SAMPLEDB</database>
<port>1521</port>
<username>admin</username>
<password>Encrypted 2be98afc86aa7f2e4cb1ba671cc9dbcdb</password>
<servername></servername>
<data_tablespace></data_tablespace>
<index_tablespace></index_tablespace>
<attributes>
<attribute><code>CUSTOM_DRIVER_CLASS</code>
<attribute></attribute></attribute>
<attribute><code>CUSTOM_URL</code><attribute></attribute></attribute>
<attribute><code>SAPClient</code><attribute></attribute></attribute>
<attribute><code>SAPLanguage</code><attribute></attribute></attribute>
<attribute><code>SAPSystemNumber</code><attribute></attribute></attribute>
</attributes>
</connection>
Thanks,
sam