Search found 42189 matches

by chulett
Thu Jun 04, 2009 6:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error While running dsjob utility
Replies: 5
Views: 2735

A) See previous reply. B) Mark as Resolved using button at top of screen.
by chulett
Thu Jun 04, 2009 6:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error While running dsjob utility
Replies: 5
Views: 2735

You're not "sourcing" it correctly.

Code: Select all

. ./dsenv
Dot-space-dot-slash-dsenv.
by chulett
Thu Jun 04, 2009 6:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Exact use of staging tables?
Replies: 6
Views: 1805

While I normally avoid crap sites like 'Geek Interview' there's a decent answer out there on it here. Typical nonsense here. In both cases the comments are fairly useless. Google up your own answers for more fun. :wink:
by chulett
Thu Jun 04, 2009 6:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: concatenate the name field & remove duplicate id
Replies: 1
Views: 897

Moderator - please move to the PX forum.
by chulett
Thu Jun 04, 2009 5:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ODBC problem
Replies: 2
Views: 1457

Moderator - please move to the PX forum.
by chulett
Thu Jun 04, 2009 5:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ODBC problem
Replies: 2
Views: 1457

You have a mismatch between the number of parameter markers (the ?) and key columns in the stage. Can you post your 'simple select' and explain how you configured the stage?
by chulett
Thu Jun 04, 2009 5:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: use of breakpoints
Replies: 5
Views: 1845

When you click what you get an empty window? Toggling a breakpoint turns it on or off and you edit it to change from the default behaviour of stopping every time to using a more conditional break via an expression.
by chulett
Wed Jun 03, 2009 11:31 pm
Forum: General
Topic: Detecting job restart within a Job Sequence
Replies: 12
Views: 5457

I'd wager that STATUS hahsed file is indeed the same thing the routine checks against. And if you'd like to post your routine code, we'd be glad to rip it to^H^H^H err, have a look at it and give you some pointers. :wink:
by chulett
Wed Jun 03, 2009 11:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Input Stage
Replies: 6
Views: 3920

It means that - without further clarification from the forums - you should check with your official support provider and see if this is a known issue with an available patch. I too recall such a thing, but it was part of the initial 8.x release where it was needed I believe, not 7. Regardless, check...
by chulett
Wed Jun 03, 2009 11:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Informix stage in Datastage version 8
Replies: 1
Views: 1792

If it's valid syntax, sure you can run it from the stage.
by chulett
Wed Jun 03, 2009 6:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataDirect expired license
Replies: 2
Views: 1790

Re: DataDirect expired license

Jorge Juillerat wrote:DataStage are connected via a wire protocol to AS400
Connected how? Via an ODBC stage or some other mechanism? If the former, then as Ray noted you need to hassle your vendor and get them to straighten things out.
by chulett
Wed Jun 03, 2009 4:29 pm
Forum: General
Topic: Detecting job restart within a Job Sequence
Replies: 12
Views: 5457

It does a single EQU and an INCLUDE on DSJ_XFUNCS.H but there's not much to it. I haven't done an exhaustive search yet but haven't had any luck where I have looked. :(
by chulett
Wed Jun 03, 2009 4:12 pm
Forum: General
Topic: Detecting job restart within a Job Sequence
Replies: 12
Views: 5457

I know... and no, I couldn't - hence my comment. It was referenced in the DSCheckPointExists() and DSLogInfo() calls but nowhere else. :?