selecting table name with _ in the name in ODBC stage

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
tiozzo
Charter Member
Charter Member
Posts: 38
Joined: Fri Sep 01, 2006 3:07 pm

selecting table name with _ in the name in ODBC stage

Post by tiozzo »

I'm having problem with selecting data using ODBC stage when the table name has _ in the name. I'm OK when the name is without the _. For example when I select #schema#.lpb - I get the data, but when I select #schema#.apl_policy - then I get following error
main_program: Could not check all operators because of previous error(s)
Basically, I don't get any output from the stage.

I've tried different scenarios by adding quotes.

Is this a problem with the setup or something else?

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

Post by chulett »

What database? What drivers? I don't think I have a table name that doesn't have an underscore in it and haven't seen this problem.
-craig

"You can never have too many knives" -- Logan Nine Fingers
tiozzo
Charter Member
Charter Member
Posts: 38
Joined: Fri Sep 01, 2006 3:07 pm

Post by tiozzo »

It's UDB database. The only change in my stage I make is the table name itself.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

UDB? Sorry, can't help you there. :(
-craig

"You can never have too many knives" -- Logan Nine Fingers
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

DB2/UDB (universal database) - according to certain IBM sales folk I've met, the only database you'll ever need.

Check (using a different db2 client) that the table actually exists and does not need to be qualified with a different schema (owner) name.
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