DB2 error

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
ramesh_inform
Participant
Posts: 57
Joined: Mon Dec 03, 2007 12:43 am
Location: hyderabad

DB2 error

Post by ramesh_inform »

Iam trying to write a user defined sql in DB2 stage
user define sql :select * from DW001.DLY_TIME_DEP

the error when iam trying to view data is as follows

##E TNDB 000209 01:46:10(000) <dw001_dly_time_dep> Unrecognized argument: select * from DW001.DLY_TIME_DEP [argvcheck/argvcheck.C:3832]

can any one help??
ramesh.n.
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Ramesh - you've marked this as having a "workaround" - does that mean you found the problem?
John Smith
Charter Member
Charter Member
Posts: 193
Joined: Tue Sep 05, 2006 8:01 pm
Location: Australia

Post by John Smith »

try not using "*" but define what columns ,also include the ; at the end of your sql statement.
ramesh_inform
Participant
Posts: 57
Joined: Mon Dec 03, 2007 12:43 am
Location: hyderabad

Post by ramesh_inform »

yes this topic was resolved...that was a DB2 connectivity problem
ramesh.n.
ramesh_inform
Participant
Posts: 57
Joined: Mon Dec 03, 2007 12:43 am
Location: hyderabad

Post by ramesh_inform »

thanks john smith
ramesh.n.
Post Reply