Pentaho xaction - How can I change database name on runtime? -


i using pentaho design studio(pds-ce-win-32-4.0.0-stable). in xaction file need change database name in url

jdbc:sqlserver://ip:1433;databasename=??????;integratedsecurity=false 

i generated output result set column holds url. when run xaction url shown output. when use result set column database url of next process doesnt work.

not sure why use url pattern, in xaction far used jndi name db resource:

<jndi><![cdata[tsi_test_blade4]]></jndi> 

and can replaced variable:

<jndi>{jndddi}</jndi> 

so jndi pass parameter resource used.


Comments

Popular posts from this blog

python - How to create a legend for 3D bar in matplotlib? -

php - Dynamic url re-writing using htaccess -

java - Multi-Label Document Classification -