Search found 42189 matches

by chulett
Mon Mar 28, 2011 8:29 am
Forum: General
Topic: datastage download
Replies: 4
Views: 2277

If you are doing DataStage work for someone, they should be able to give you what you need.
by chulett
Mon Mar 28, 2011 8:13 am
Forum: General
Topic: datastage download
Replies: 4
Views: 2277

No such thing.
by chulett
Mon Mar 28, 2011 8:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Header & Footer is missing
Replies: 9
Views: 2363

Assuming your metadata matches the detail records and thus the others were silently dropping during import for metadata mismatches. Define the file as one long string instead.
by chulett
Mon Mar 28, 2011 7:48 am
Forum: General
Topic: Datastage 7.5.1A Migration From Solaris to AIX
Replies: 39
Views: 16310

paranoid wrote:Can the existing DS software that is installed in solaris be used on AIX box?
No. As has already been stated twice. :?
by chulett
Mon Mar 28, 2011 7:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML with Multiple Record Types
Replies: 12
Views: 3418

Need to? No, but that's certainly an option. You could also do this is one and then use a Funnel to bring the streams together.

Being 'very new' to XML is going to... complicate this, I'm afraid.
by chulett
Mon Mar 28, 2011 7:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SIGSEGV and Partitioning
Replies: 11
Views: 4082

Try hash partitioning on the key field(s) used in the upsert.
by chulett
Mon Mar 28, 2011 6:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML with Multiple Record Types
Replies: 12
Views: 3418

You'll need to create them separately and then combine them in the proper order as the final step.
by chulett
Mon Mar 28, 2011 6:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Design Advise - Large number of servers
Replies: 3
Views: 1868

There's no magic here, you'll need whatever number of 'dsn' that you need to get this done. After that, seems like a multi-instance job would be the way to go. Out of curiousity, is this a one-time task or something you'll need to repeat on a regular basis?
by chulett
Mon Mar 28, 2011 6:42 am
Forum: General
Topic: Run all the jobs concurrently
Replies: 10
Views: 2864

Give that a shot, but I honestly don't believe it is as simple as that even though it seems like it should be. Let us know.
by chulett
Mon Mar 28, 2011 6:35 am
Forum: General
Topic: Datastage 7.5.1A Migration From Solaris to AIX
Replies: 39
Views: 16310

paranoid wrote:Does that mean that Solaris version of DS that is currently installed on Solaris box cannot be installed on new AIX box? Do we need to request AIX version from IBM?
Yes, of course you need to request/install the AIX version.
by chulett
Sat Mar 26, 2011 2:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Modify Stage Question
Replies: 2
Views: 1471

No, there's no shortcut there. Derivation Substitution in a Transformer would certainly be one, however.
by chulett
Sat Mar 26, 2011 7:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Converting Non-Ascii characters
Replies: 3
Views: 2819

As noted, the very important first step is to identify them. And that doesn't mean as junk or a 'box' but rather the actual ascii value of the character(s). Enlist the help of your SQL Server DBA if you are unsure how to do that. Then you'll be able to decide if/how they can be accomodated in the ch...
by chulett
Sat Mar 26, 2011 7:36 am
Forum: General
Topic: How to use the exception handler
Replies: 18
Views: 5341

Have you used the Loop stages before? This would be a pretty simple design - run the job inside the Loop stages, tell it to loop three times and use triggers to check the job's completion status to decide what to do each iteration. Job ran ok? Exit the loop 'early' by branching to a stage after the ...
by chulett
Sat Mar 26, 2011 7:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Arithmetic overflow into SQl server bulk loader
Replies: 4
Views: 2356

Now that one I can't answer. Problems in Server jobs are always reported by the active stage, hence the error from the transformer when the bulk loader went astray. You'd probably need to involve your official support provider if you really wanted to track that one down.