odbc issue in datastage 8.0.1

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
v2rao
Participant
Posts: 5
Joined: Mon Apr 20, 2009 12:17 am
Location: India

odbc issue in datastage 8.0.1

Post by v2rao »

Dear Team,


When I try to view the data of the below query in ODBC connector stage, i getting error msg "error occured while invoking CAS".

" SELECT COL_NUM1, COL_NUM2 FROM TABLENAME;"

please tell me why it is coming.
thanks!

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

Post by chulett »

How can we, with so little information posted? What are you trying to connect to and with what driver? Details, man, details.
-craig

"You can never have too many knives" -- Logan Nine Fingers
reddysrc
Participant
Posts: 39
Joined: Mon May 30, 2005 3:19 pm

Re: odbc issue in datastage 8.0.1

Post by reddysrc »

metaData Missmatch, correct your metadata according to source file.

Thanks
Ram
v2rao
Participant
Posts: 5
Joined: Mon Apr 20, 2009 12:17 am
Location: India

Post by v2rao »

Thanks for replays,

in my job we are connecting to informix table with 28 columns, but i need 2 columns only that i written a query for retriving 2 columns but it throwing error.


Please help me in this
thanks!

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

Post by ray.wurlod »

Why is there a leading space in your SQL? Have you tried it without the terminating semi-colon?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
v2rao
Participant
Posts: 5
Joined: Mon Apr 20, 2009 12:17 am
Location: India

Post by v2rao »

hi ray,


i try with remove ";" also but it is coming.

one thing i like to know that we need to import completed metadata of the table or just two columns saficent.

i done with 2 column import only but it is not working.
thanks!

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

Post by ray.wurlod »

OK, be more specific - "not working" does not convey anything useful. What precise error message is generated (copy/paste it from the job log - don't try to paraphrase or transcribe it).
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply