Search found 42189 matches

by chulett
Mon Dec 20, 2010 11:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error when reading data from DB2 Connector
Replies: 7
Views: 2331

What version of 8.x? Are you current on your patches / fixpacks?
by chulett
Mon Dec 20, 2010 9:22 am
Forum: General
Topic: DataStage 8 Certification Exam - Sample Questions?
Replies: 7
Views: 4593

This is one, this is another, both are Redbooks. The 'Guide' he also mentions is one of the standard pdf documents that you already have.
by chulett
Mon Dec 20, 2010 9:09 am
Forum: General
Topic: 000-418 DataStage v.8 Practice
Replies: 5
Views: 2729

Only of the 'sketchy' variety.

viewtopic.php?t=136247
by chulett
Mon Dec 20, 2010 9:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sparse Lookup
Replies: 14
Views: 9598

Moment this error(ORA-01036: illegal variable name/numbe) occured, first thing i have done is executed SQL query in the toad. Query is absolutely working fine. All that means is the SQL's syntax is correct. It doesn't mean it will work in DataStage where a number of other factors come into play. I ...
by chulett
Mon Dec 20, 2010 9:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Two differnt delimitters in one file
Replies: 11
Views: 4122

... much like I posted. :wink:
by chulett
Mon Dec 20, 2010 8:10 am
Forum: General
Topic: 000-418 DataStage v.8 Practice
Replies: 5
Views: 2729

by chulett
Mon Dec 20, 2010 7:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sparse Lookup
Replies: 14
Views: 9598

Do an exact search here for that ORA-01036 error code, you're not the first person on the planet to cause it.
by chulett
Mon Dec 20, 2010 7:42 am
Forum: General
Topic: load the data by excluding first and last record in source
Replies: 5
Views: 2250

Answer Ray's question, please.
by chulett
Fri Dec 17, 2010 9:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to get exact integer value
Replies: 5
Views: 2022

Your solution implies that a character field is involved somewhere. Which would also go towards explaining the reason why it didn't work before that. :?
by chulett
Fri Dec 17, 2010 8:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Two differnt delimitters in one file
Replies: 11
Views: 4122

... create, not read.
by chulett
Fri Dec 17, 2010 2:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Delimited file or fixed-width or CSV file
Replies: 7
Views: 4417

Ah... that's good to know about 8.1.
by chulett
Fri Dec 17, 2010 2:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to get exact integer value
Replies: 5
Views: 2022

Conversions in Server are automatic and thus implicit, so just moving it from the flatfile to a numeric column before the lookup should work fine.
by chulett
Fri Dec 17, 2010 12:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to understand this error message
Replies: 6
Views: 5464

Let's make sure we're talking about the same "that table"... I meant can you run the query in the error message, not can you select from your target table.
by chulett
Fri Dec 17, 2010 10:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Delimited file or fixed-width or CSV file
Replies: 7
Views: 4417

As you noted, fixed-width files can be read by multiple reader nodes while delimited ones cannot. Nature of the beast rather than a specific DataStage 'thing'. In your shoes, I would ask them (your other teams) what they would prefer. Again, it will depend on the tool used to do the actual loading b...
by chulett
Fri Dec 17, 2010 10:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to understand this error message
Replies: 6
Views: 5464

What happens when you execute the same query under the same userid outside of DataStage? Does it return any rows?