Search found 42189 matches

by chulett
Mon Feb 22, 2010 1:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer stage function
Replies: 9
Views: 3165

Then perhaps it's not able to handle the "19 to 25" number of columns aspect of this. If that's truly the case, you'll need to fall back on the transformer / field() combination. Unfortunately, I'm not anywhere where I can actually test / play with this.
by chulett
Mon Feb 22, 2010 12:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multiple lookups against same dataset
Replies: 10
Views: 3440

No need to create multiple datasets, just multiple lookups to the same dataset would suffice.
by chulett
Mon Feb 22, 2010 12:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Xml stylesheets
Replies: 4
Views: 1466

Lost. You want "bold" and "italics" in your database? Sounds more like HTML than flattened XML to me, is that really what you are after on the output side? :?
by chulett
Mon Feb 22, 2010 11:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compilation Error.
Replies: 6
Views: 2748

First thing I do is scan through the output for the "##E" error lines, then perhaps go back and check the "##W" warnings as well.
by chulett
Mon Feb 22, 2010 9:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer stage function
Replies: 9
Views: 3165

In the transformer? Field(). That or a Column Import stage, I would think.
by chulett
Mon Feb 22, 2010 9:48 am
Forum: General
Topic: Run time Column Propagation
Replies: 6
Views: 19383

Welcome. Just for the record, nothing here is 'ASAP' as this is a peer-to-peer all volunteer site where people post when and where they can. Please keep that in mind when asking for help. That being said, why the focus on RCP? That's not exactly something someone who is brand spanking new to the pro...
by chulett
Mon Feb 22, 2010 8:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compile time issue
Replies: 8
Views: 1967

subrat wrote:Yeah, i do have proper access to it.
If that doesn't help, perhaps it would if you could show us what you believe to be 'proper access' for your user. In case it is... less than proper. :wink:
by chulett
Mon Feb 22, 2010 8:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: backup of folder using dsexport command
Replies: 14
Views: 8459

Re: To get the list of jobnames from a particular folder

Please reply ASAP Why? What makes this urgent for Kim or anyone else for that matter? :? Search here for any DS_JOBS query and add a filter on CATEGORY. Any export would need to be done either for the entire project or one job at a time, as has been mentioned here over and over. So you solve your '...
by chulett
Mon Feb 22, 2010 8:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Exit status for orchadmin delete command
Replies: 5
Views: 1555

In case it was unclear, from what I recall people posting here, orchadmin always returns a zero exit status regardless of what happens.
by chulett
Mon Feb 22, 2010 8:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Is there performance gain when migrating from 7.x to EE 8.1
Replies: 5
Views: 1755

For the record, yes - I agree with Ray.
by chulett
Mon Feb 22, 2010 8:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem after importing the jobs
Replies: 2
Views: 1743

Does this happen with all attempts to view data or just on the newly imported jobs? If those are one in the same, create a new job and see if the problem persists. As noted, probably a config issue on the new server.
by chulett
Mon Feb 22, 2010 8:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Using any kind of services as source for a datastage job
Replies: 2
Views: 1135

FYI, there's a specific forum for discussions / questions about things of this nature.
by chulett
Mon Feb 22, 2010 8:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Is there performance gain when migrating from 7.x to EE 8.1
Replies: 5
Views: 1755

Not sure I'd worry about finding 'that place' again seeing as how they're wrong. Unless you wanted to let them know that. :wink:
by chulett
Mon Feb 22, 2010 8:34 am
Forum: General
Topic: Batch script for exporting shared container in datastage ?
Replies: 10
Views: 13927

Re: Batch script for exporting shared container in datastage

lakshmi.vasu wrote:Also what is the syntax to execute this batch script through command line.
Type its name.
by chulett
Mon Feb 22, 2010 12:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Insufficient System Resources
Replies: 4
Views: 2394

Pretty much what it says, you ran out of resources. Was your system heavily loaded at the time? Are you reading an exceptionally large file? You haven't given us much to go on, so forced to guess.