Search found 53125 matches

by ray.wurlod
Wed Feb 04, 2009 2:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Email Notification Activity problem
Replies: 6
Views: 4982

Have you, or has anyone else at your site, modified the ''dssendmail_template.txt" file?
by ray.wurlod
Wed Feb 04, 2009 2:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to prevent the Run of a Protected Project
Replies: 2
Views: 1178

File system permissions is the only way I can think of. A protected project is protected against change, rather than against running.

Parameter defaults are stored in RT_CONFIGnnn for job number nnn, so RT_CONFIGnnn may be the best candidate for tight security.
by ray.wurlod
Wed Feb 04, 2009 2:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How could I get all server projects names in a job?
Replies: 3
Views: 1137

Everything you do in DataStage is internal to one project. Projects are independent of each other. The dsjob command sits outside of DataStage, which is why you must provide project and job name to most of its sub-commands.
by ray.wurlod
Wed Feb 04, 2009 2:33 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: reading data from tabs in an excel sheet
Replies: 3
Views: 1251

I doubt, in that case, that you're reading directly from the .XLS file.
by ray.wurlod
Wed Feb 04, 2009 3:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How can I consolidate data from multiple records?
Replies: 3
Views: 986

No. Twenty five stage variables is not a lot. Go for it.
by ray.wurlod
Wed Feb 04, 2009 3:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data loss in the sequential file when job aborts
Replies: 2
Views: 2084

This is a stupid requirement. What if the job aborts and you can not write to the sequential file because the disk has filled? There is no way that you can avoid "data loss in the sequential file" in this case.

Resist stupid requirements.
by ray.wurlod
Wed Feb 04, 2009 3:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Where to change Database datafile name and path in datastage
Replies: 5
Views: 1830

It depends where you've set the pertinent environment variables; it may be in the dsenv script, or you may have specific-to-project environment variables set in the Administrator client (and stored in the DSParams file in the project directory). Then again, your jobs may set these as job parameters ...
by ray.wurlod
Wed Feb 04, 2009 3:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data loss in the sequential file when job aborts
Replies: 2
Views: 2084

Why should the job abort? Kill anyone who stops it manually; we find that this prevents a second offence.
by ray.wurlod
Wed Feb 04, 2009 3:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Ideal sequence of jobs in a sequence
Replies: 6
Views: 1513

What do you mean by "performance" in this scenario?
by ray.wurlod
Wed Feb 04, 2009 3:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How can I consolidate data from multiple records?
Replies: 3
Views: 986

Transformer stage to accumulate fields with non-empty values followed by a Remove Duplicates stage to pass only the last record in each group.
by ray.wurlod
Wed Feb 04, 2009 3:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to convert ebcidic data into ascii
Replies: 1
Views: 759

How many times do you propose to ask this question?
by ray.wurlod
Wed Feb 04, 2009 3:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Email Notification Activity problem
Replies: 6
Views: 4982

You need to specify the name of an SMTP server in your Notification Activity.
by ray.wurlod
Wed Feb 04, 2009 3:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SCD stage state file,reading error
Replies: 4
Views: 1489

How did you invoke NextSurrogateKey() function?