Search found 42189 matches

by chulett
Thu Feb 21, 2008 8:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: server jobs to parallel jobs????
Replies: 3
Views: 1148

:wink:

Without hiring IBM so they can leverage their software solution, the only other one open to you is wetware based.
by chulett
Thu Feb 21, 2008 8:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Master Sequence is not restartable
Replies: 19
Views: 5587

Actually, Craig did specifically ask him to remove the Exception Handler. As you suggested, I tried running the master sequence after removing the exception handler and kept the triggers intact. But still the master sequence was showing 'Finished(See Log)'. And it was not getting aborted. What exact...
by chulett
Thu Feb 21, 2008 8:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ETL tool migration
Replies: 5
Views: 1801

In other words, hire competent DataStage consulting. From IBM. :wink:
by chulett
Thu Feb 21, 2008 8:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: long query
Replies: 6
Views: 1685

Or, more simply, a view. :wink:
by chulett
Thu Feb 21, 2008 8:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Wait for file routine - handling incomplete files?
Replies: 9
Views: 2372

Sure, excellent point, we do the same thing when multiple files are involved - especially if they trickle in over the course of the day. Didn't mention that as we were talking about a single file. :wink:
by chulett
Thu Feb 21, 2008 8:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Avoid Cartesian Products
Replies: 7
Views: 1552

:? You can only know that if you join on the two key columns not one. Otherwise it will need to be purely positional.
by chulett
Thu Feb 21, 2008 8:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Joining the Hash file
Replies: 14
Views: 4712

Craig as you've said to load data into the database i've done for the input source of hash file.But for the source of job2 i'm not able to create a table in oracle 9i of a single column of length around 50000 and datatype is CHAR. Of course not, there's no such thing. That's even too large for a VA...
by chulett
Thu Feb 21, 2008 7:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Write failed for record id 'PCFPSXLR533'
Replies: 7
Views: 4918

For the former, the record id would be logged as '<Missing or NULL>'.
by chulett
Wed Feb 20, 2008 11:12 pm
Forum: General
Topic: Lookup help or Join
Replies: 14
Views: 3875

Not a link nor a line. Joe, why not post the compiler error? It notes the problem and why your Key Expression is red - it doesn't like the 'Range' function you are using there... where did you get 'Range' from? :?
by chulett
Wed Feb 20, 2008 11:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Append Current time stamp for existing column
Replies: 4
Views: 1566

In other words, you'll need to be more explicit. Examples are always good. Well... as long as they are good examples. :wink:
by chulett
Wed Feb 20, 2008 11:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Data stage 7.5.1A connectivity with Teradata V2R6.2
Replies: 9
Views: 4305

'Computing an expression'? Are you manipulating this decimal field in your sql or just trying to select it? Perhaps you could post your sql.
by chulett
Wed Feb 20, 2008 11:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: oraoci9.dll - The specified module can not be found
Replies: 7
Views: 3256

There are configuration steps that need to be performed before you can use Oracle with DataStage. I know what they would be for a UNIX server but not for Windows, sorry. But it should be documented, check your pdf docs. And there's more than just the stage at play here. You must have an early 7.x ve...
by chulett
Wed Feb 20, 2008 10:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequence->Notification activity->max attachment size?
Replies: 2
Views: 1439

Exactly. Have a chat with your UNIX system admins, ask them.
by chulett
Wed Feb 20, 2008 10:55 pm
Forum: General
Topic: Meet some DSXchange Premium Posters in Tampa
Replies: 9
Views: 2135

Ha! My lawn is still 'dormant', a loverly shade of brown and crunchy hard. Too bad I didn't know about this shindig, could have used a break and a trip to sunny FL.

Enjoy! :D
by chulett
Wed Feb 20, 2008 7:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: An unkown error in Server Routine
Replies: 5
Views: 1784

You never said what the 'useful information' was that you found when you reset the job, so can't really comment on the descriptive nature of it. You also haven't said what about that caused the abort - depending on what you are doing with the date, the lack of delimiters could have been handled fair...