what exactly this error meassage says?

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
pongal
Participant
Posts: 77
Joined: Thu Mar 04, 2004 4:46 am

what exactly this error meassage says?

Post by pongal »

Hi
i'm trying to import a ODBC table definition where the table is from DB2 Database.
but unfortunately i got this error meassage
"DSR.MetaGeta[GET.TABLES][SQLCONNECT[LMS,'Aoppsol']]:BCI
:Error
SQL STATE=S1000,CODE=7680[DataStage][SQL
Client][ODBC][DataDirect][ODBC DB2 Wire Protocol driver]Userid was revoked or invalid"
Is the above error message related to userid doesn't have access rights or we need to setup any more configuration to connect DB2 database table?
i am sure that my userid and pwd are correct and i donno whether i have access to connect LMS database or not.

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

Post by ray.wurlod »

The error message reports that the user ID does not have access to the DB2 database called LMS, though it once did. The message has been returned by the ODBC driver.

Check with your DBA.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Sainath.Srinivasan
Participant
Posts: 3337
Joined: Mon Jan 17, 2005 4:49 am
Location: United Kingdom

Post by Sainath.Srinivasan »

Try to connect to the db via DB2 client. It will confirm the status.
Post Reply