Create file isjdbc.config

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
JSilva
Participant
Posts: 2
Joined: Thu Aug 11, 2016 7:50 pm

Create file isjdbc.config

Post by JSilva »

Hello, I need help to create file isjdbc.config, I can't find the driver I need to configure the file. I tried to resolve this problem reading tutorials but it doesn't work

CLASSPATH=driver_classpath
CLASS_NAMES=driver_class_names

I need your help to configure the file, Thanks!
qt_ky
Premium Member
Premium Member
Posts: 2895
Joined: Wed Aug 03, 2011 6:16 am
Location: USA

Post by qt_ky »

Did you resolve this?
Choose a job you love, and you will never have to work a day in your life. - Confucius
PaulVL
Premium Member
Premium Member
Posts: 1315
Joined: Fri Dec 17, 2010 4:36 pm

Post by PaulVL »

An example of mine:

CLASSPATH=/fssoftware/mysql/mysql-connector-java-5.1.36/mysql-connector-java-5.1.36-bin.jar:$CLASSPATH
CLASS_NAMES=



I installed the mysql jdbc driver into that path. I would imagine you have downloaded your desired JDBC driver from your product vendor. Simply set the CLASSPATH to the location of your jar file.
Post Reply