Search found 42189 matches

by chulett
Wed May 28, 2008 6:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Retrieving Job name in error
Replies: 13
Views: 3358

I find that very reasonable. I could run the same job 40 times in a Sequence, but each occurrence would have to be associated with a unique stage name. If all it reported was the job name, there's no guarantee of uniqueness and I may not know which the heck one was the problem child.
by chulett
Wed May 28, 2008 5:58 am
Forum: General
Topic: Datastage 8.0 XML Input Stage Usage - Need Clarification
Replies: 18
Views: 17957

The same way you should have been doing it all along - via the proper XPath Expressions in the Description fields of the output link. Import the metadata from an xsd and they will be created for you automatically.
by chulett
Tue May 27, 2008 9:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multiple Routines compile
Replies: 8
Views: 2175

The Multiple Job Compiler will compile routines. As to your other questions - no, yes.
by chulett
Tue May 27, 2008 4:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Vertical Pivot
Replies: 17
Views: 3360

But only to set it to its own value, basically a 'no op'. That's not a problem, per se.
by chulett
Tue May 27, 2008 4:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: FTP Enterprise stage
Replies: 3
Views: 1007

Yes, it will. Still generally better to script something like that but you can do it that way if you like.
by chulett
Tue May 27, 2008 4:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Working with SQL Server
Replies: 4
Views: 975

Okay... could have sworn that was the standard advice we've seen here in the past. Is this new with 8.x or has that always been the case? nm, just checked and even I have a wire driver for SQL Server here in our 7.x non-Enterprise version. Sheesh, I wonder what I was mixing this up with... or if I w...
by chulett
Tue May 27, 2008 1:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Working with SQL Server
Replies: 4
Views: 975

Only if you've purchased UNIX ODBC drivers that support SQL Server, which is Windows only. Which is also why you don't have a stage for it.
by chulett
Tue May 27, 2008 1:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Environment variable in column derivation of the transformer
Replies: 10
Views: 1999

No clue, I'll have to let someone who actually uses 8 answer that.
by chulett
Tue May 27, 2008 1:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Wait for file activity
Replies: 1
Views: 736

Yes, or the safer alternative: 'OK' for success, 'Otherwise' for failure.
by chulett
Tue May 27, 2008 12:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Duplicates
Replies: 1
Views: 864

If you mean you are getting inserts when you think you should be getting updates and thus creating 'duplicates', there would need to be a unique constraint / index over the columns you don't want duplicated for this 'combo action' to work. In other words, the first action has to fail for the second ...
by chulett
Tue May 27, 2008 12:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Vertical Pivot
Replies: 17
Views: 3360

Hard to do without seeing what your data looks like coming out of the sort stage, i.e the actual data your transformer / stage variables are processing.
by chulett
Tue May 27, 2008 12:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Vertical Pivot
Replies: 17
Views: 3360

Then I would dare to suggest that your logic was faulty. Captain. :wink:
by chulett
Tue May 27, 2008 11:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Vertical Pivot
Replies: 17
Views: 3360

pravin1581 wrote:is it not possible to use one stage variable in the derivation of the other one when it is created earlier than the latter one.

If that's a question, then yes - it is possible. They wouldn't be all that helpful if you couldn't refer to one in the derivation of another. Earlier or later.