Teradata Connector Stage

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
vputta
Premium Member
Premium Member
Posts: 47
Joined: Wed Oct 08, 2008 7:35 am
Location: Charlotte

Teradata Connector Stage

Post by vputta »

We are using Teradata Connector as source for the first time in the project.
While running the job we are facing the below error. Plz let us know the reason and fix for the issue.


Teradata_Connector_7: Error loading connector library libcctera.so. 0509-022 Cannot load module /opt/IBM/InformationServer/Server/DSComponents/bin/libcctera.so.
0509-150 Dependent module libtelapi.so could not be loaded.
0509-022 Cannot load module libtelapi.so.
0509-026 System error: A file or directory in the path name does not exist.
0509-022 Cannot load module /opt/IBM/InformationServer/Server/DSComponents/bin/libcctera.so.
0509-150 Dependent module /opt/IBM/InformationServer/Server/DSComponents/bin/libcctera.so could not be loaded. (CC_LoadedConnector::loadLibrary, file CC_ConnectorFactory.cpp, line 1,525)

Thanks
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

You haven't configured DataStage for Teradata yet, which I assume would involve updating your "library path". Check the documentation for the connector for the steps involved.
-craig

"You can never have too many knives" -- Logan Nine Fingers
PaulVL
Premium Member
Premium Member
Posts: 1315
Joined: Fri Dec 17, 2010 4:36 pm

Post by PaulVL »

Agreed, update your DSENV settings.
Please consult your Teradata DBAs for the correct paths to their locally installed client tools.

and...

Ensure that the Teradata tools are installed on your DataStage servers.
Post Reply