Teradata Connector Invalid password

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
Terala
Premium Member
Premium Member
Posts: 73
Joined: Wed Apr 06, 2005 3:04 pm

Teradata Connector Invalid password

Post by Terala »

Hi,

Does anyone has solution to this error message:

Code: Select all

Teradata_Connector_0: RDBMS code 3003: Invalid password. (CC_TeraConnection::connect, file CC_TeraConnection.cpp, line 841)
I am able to connect to Teradata DB from Unix Server using tbuild and bteq but unable to connect from DataStage 8.5 using Connector stage.

Appreciate your help !

Thanks
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Check and double check the user name/password combination specified in the Connector or its associated Data Connection.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
PaulVL
Premium Member
Premium Member
Posts: 1315
Joined: Fri Dec 17, 2010 4:36 pm

Post by PaulVL »

Other than "you have a bad password..." this may sound silly but change your character set to UTF-8 or 16 on the TD connector stage.

We've seen this happen in our shop.
bobyon
Premium Member
Premium Member
Posts: 200
Joined: Tue Mar 02, 2004 10:25 am
Location: Salisbury, NC

Post by bobyon »

You should also try surrounding the password with quotes. Unfortunately I don't remember if it requires single or double quotes.
Bob
Post Reply