Search found 53125 matches

by ray.wurlod
Tue Mar 25, 2008 5:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Prpblem with range partition
Replies: 4
Views: 1210

Indeed you must create your range map with this stage type, in a separate job prior to running the job that will use range partitioning.
by ray.wurlod
Tue Mar 25, 2008 5:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Getting the list of Jobs under each category
Replies: 1
Views: 940

In the Administrator client Command window or in TCL on the server or via a UV stage in a job execute the following command: SELECT NAME FMT '50L',CATEGORY FMT '25L' FROM DS_JOBS WHERE NAME NOT LIKE '\\%' ORDER BY CATEGORY, NAME; You can adjust the FMT widths to suit. If using a UV stage (connected ...
by ray.wurlod
Tue Mar 25, 2008 5:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Attachments in dssmtpmail.exe
Replies: 2
Views: 2093

There are example routines supplied with DataStage that show how to do this. Take a look at them.

What exact version of DataStage are you using?
by ray.wurlod
Tue Mar 25, 2008 5:36 am
Forum: Data Integration
Topic: handling DELETES in DW.
Replies: 5
Views: 13243

You're on the right track. Once you detect that a source record has been deleted (and there's lots of ways to do that), simply update the "active" indicator in the Data Warehouse.
by ray.wurlod
Tue Mar 25, 2008 2:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Convert Cyrillic data
Replies: 10
Views: 3532

Turns out some man pages had been removed, to "save disk space".
:x
by ray.wurlod
Tue Mar 25, 2008 1:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Filesourced job failed with "Internal Error:"
Replies: 9
Views: 2585

readCommFifo() is the function that reads the pipe through which the FTP'd data are streamed into your job design. Either something has gone wrong with that routine, or there is something wrong with (the syntax of?) the FTP command (as passed to the operator) itself.
by ray.wurlod
Tue Mar 25, 2008 1:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: can not find metabag information for object
Replies: 7
Views: 5666

There is at least a logical inconsistency between the records in DS_JOBOBJECTS, in particular in the record J\326\V0S101P3, which is a "pin" record (one end of a link). It is missing some information that it should have. It is unlikely that this is physical corruption. Can you try saving the job wit...
by ray.wurlod
Tue Mar 25, 2008 1:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: data store in data set
Replies: 5
Views: 1054

You can first promote the two subrecords using Promote Subrecords stage.
by ray.wurlod
Tue Mar 25, 2008 1:28 am
Forum: General
Topic: Regarding compilation error
Replies: 4
Views: 1678

Not without substantially more information. What is the job design? What is it meant to do? What do you mean by "under monitoring"? Which stage is generating the error message?
by ray.wurlod
Mon Mar 24, 2008 7:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Convert Cyrillic data
Replies: 10
Views: 3532

But not in the man pages. :cry:

Thank you for the link.
by ray.wurlod
Mon Mar 24, 2008 7:12 pm
Forum: General
Topic: Need some basic Information
Replies: 6
Views: 2745

ETL mapping document should be prepared by business analyst. It is a simple table containing five or six columns: Target Table Target Column Derivation Source Table(s) Source Column(s) Explanatory Notes As to your other questions, the only safe answers are "how long is a piece of string?", or "it de...
by ray.wurlod
Mon Mar 24, 2008 5:02 pm
Forum: General
Topic: Unix scripts change
Replies: 5
Views: 1950

I suspect it's more to do with not having to spend lots of non-billable time re-creating what's been destroyed.
by ray.wurlod
Mon Mar 24, 2008 5:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: orchadmin util
Replies: 4
Views: 1930

What document did you check? Try the Orchestrate User's Guide for full details.
by ray.wurlod
Mon Mar 24, 2008 4:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Convert Cyrillic data
Replies: 10
Views: 3532

When I did a man iconv on my Linux server it professed ignorance. Does this command come with UNIX or is it something you built yourself?
by ray.wurlod
Mon Mar 24, 2008 3:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Tivoli Access Management
Replies: 1
Views: 828

There's none of which I'm aware. You can, of course, create a custom stage, or perhaps use an External Source stage to execute a command to have Tivoli dump the information when it's required.