Search found 42189 matches

by chulett
Thu Dec 11, 2008 1:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Buildop: Dropping component because of a prior component
Replies: 7
Views: 4399

An exact search for "because of a prior component with the same name" got me 27 hits including your post, did none of them help?
by chulett
Thu Dec 11, 2008 1:27 pm
Forum: General
Topic: Convert Function - Mulitple Characters as a set for replace
Replies: 7
Views: 2463

I believe you'll find that DSGuru2B posted a PX version of EReplace here some time back. If memory serves.
by chulett
Thu Dec 11, 2008 12:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Cannot import server routine DS 8.0 in DS 8.1
Replies: 25
Views: 10758

I would suggest trying "Import selected" so you can confirm that you do indeed only have one thing (the right thing) in your export file as it will show you the contents before importing.
by chulett
Thu Dec 11, 2008 11:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Combine multiple rows into one row (Vertical Pivoting)
Replies: 10
Views: 12793

Search the forums for "vertical pivot", it has already been discussed here. Alot.
by chulett
Thu Dec 11, 2008 11:30 am
Forum: General
Topic: Combining 2 tables into a 1 file with differing MetaData
Replies: 11
Views: 2018

Exactly, add a null column to the first query so you can do a UNION ALL with the data. You're going to need consistent metadata in the output file for it to be read properly. That or concatenate the data fields together into one comma delimited string for the union, then you could easily write out w...
by chulett
Thu Dec 11, 2008 11:06 am
Forum: General
Topic: Combining 2 tables into a 1 file with differing MetaData
Replies: 11
Views: 2018

That just sounds like a SQL join between those two tables, pulling all columns from each. Is there more to it than that? If so, can you provide input & output examples?
by chulett
Thu Dec 11, 2008 10:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Cannot import server routine DS 8.0 in DS 8.1
Replies: 25
Views: 10758

"By single element" means you created a dsx file with *just* one custom routine in it and you still could not import it?
by chulett
Thu Dec 11, 2008 10:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Cannot import server routine DS 8.0 in DS 8.1
Replies: 25
Views: 10758

Just include your routines in the dsx file and leave the read only objects excluded. If they are in a unique folder that should be easy, worst case export individually and append.
by chulett
Thu Dec 11, 2008 10:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Surrogate Key
Replies: 1
Views: 789

Like most everything in PX, there is a specific stage for that function: the Surrogate Key Stage.
by chulett
Thu Dec 11, 2008 10:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Cannot import server routine DS 8.0 in DS 8.1
Replies: 25
Views: 10758

Are your "custom BASIC routines" read-only? There really shouldn't be any need to include read only items unless they are, that option is meant to exclude all of the built-in routines that ship with the product.
by chulett
Thu Dec 11, 2008 10:27 am
Forum: General
Topic: how to execute stored procedure from open command
Replies: 1
Views: 900

What database? What have you tried and what problems are you experiencing? :?
by chulett
Thu Dec 11, 2008 9:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: What jobs are using a flat file?
Replies: 4
Views: 1456

I modified a version of Chuck's utility to write the output to a database table so I can query the results. Work'em good. :wink:
by chulett
Thu Dec 11, 2008 8:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: FTP Plug-in VS SecureFTP
Replies: 3
Views: 988

No, or at least not yet. That you need to script.
by chulett
Thu Dec 11, 2008 8:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Generating Report automatically
Replies: 2
Views: 1502

Search the forums for dsdesign.exe which can be scripted to do what you need. Or grab an existing script from Kim Duke's website from his Tips & Tricks section.
by chulett
Thu Dec 11, 2008 8:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Routine activity gives error on when restart option set
Replies: 1
Views: 612

The online help for the Sequence job option 'Automatically handle' fully explains how to handle that situation.