You must define the local JNDI settings
for your database
by updating the properties file.
Procedure
-
From the pdi-ce-5.4.0.1-130/data-integration/simple-jndi/ directory, edit
the jdbc.properties file and add the following properties:
LocalJNDI/type=javax.sql.DataSource
LocalJNDI/driver=oracle.jdbc.driver.OracleDriver
LocalJNDI/url=jdbc:oracle:thin:@localhost:1521:orcl
LocalJNDI/user=tridata2
LocalJNDI/password=tridata2
- Update the information as appropriate,
including the driver
if you are using DB2 or SQL Server.
- Save and
close the file.