Search found 53125 matches

by ray.wurlod
Mon Oct 09, 2006 5:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: lookup failing gives wrong warning message
Replies: 8
Views: 2009

Separate Transfomer stages.
by ray.wurlod
Mon Oct 09, 2006 4:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: NLS Error in Compilation
Replies: 1
Views: 1013

This is an all volunteer site; folks post as and when they can. If you want urgent answers, sign up for premium service with your support provider, and learn the true cost of "urgent". Posting in multiple forums ( for example here ) is also more likely to discourage responses than to achieve them.
by ray.wurlod
Mon Oct 09, 2006 4:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Iconv Issue in Different Versions
Replies: 11
Views: 4498

The difference is because of "with NLS enabled and without NLS". Without NLS the expected format of a date (since you only have "D" as the second argument of Iconv) is specified in a file called msg.text; with NLS enabled the default date format is specified in the TIME locale category. The first is...
by ray.wurlod
Mon Oct 09, 2006 4:50 am
Forum: General
Topic: Server setting problem
Replies: 17
Views: 9901

Please post the entire (exact) detailed error message so we can determine whether the error message source is the sort command itself or DataStage.
by ray.wurlod
Mon Oct 09, 2006 4:47 am
Forum: General
Topic: Compilation Error on NLS
Replies: 4
Views: 3211

Please post the full error message so we can determine its origin (that is, DataStage or your database server).
by ray.wurlod
Sun Oct 08, 2006 10:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: One or more of your selected locales are not available
Replies: 13
Views: 7316

Have you read The Tao of Pooh or its sequel The Te of Piglet - both very useful books in learning how to find The Path.
by ray.wurlod
Sun Oct 08, 2006 10:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error during .dsx Eport
Replies: 3
Views: 1219

It's a Windows setting fundamentally. If you have NLS enabled for DataStage, you set it for the project using Administrator, but can override the map at job design level (even down to individual column level) using Designer.

Check the Character Set reported in the header of the DSX file.
by ray.wurlod
Sun Oct 08, 2006 9:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Change capture
Replies: 5
Views: 1398

2 to 4 as a value? That shouldn't be a problem, irrespective of the data type of the key column, unless there's a CHECK constraint on the table. 2 to 4 digits/characters? Then, yes, your metadata have changed out there in the database. Your DataStage jobs' metadata will need to be changed to corresp...
by ray.wurlod
Sun Oct 08, 2006 9:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sequential file
Replies: 10
Views: 2422

it is writing into a sequential file How do you know that? The fact that rows are pushed along the link does not necessarily get them written.] after the job is done the output file is getting cleared By what? Is there something in your code to truncate a file? its giving a phantom error Please pos...
by ray.wurlod
Sun Oct 08, 2006 9:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage is having any peoplesoft EPM plugin
Replies: 8
Views: 4721

Do you know anyone who's actually done this will parallel jobs? A couple of folks that I know gave up on that and implemented the partition parallelism via multi-instance server jobs. Then again, they hadn't attended the Server to Parallel Transition Lab available from the folks who host this site!
by ray.wurlod
Sun Oct 08, 2006 9:46 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: One or more of your selected locales are not available
Replies: 13
Views: 7316

That's all good, but step back a little. Some environment variables (such as LC_LANG) have a default value set in your initial environment (login shell). If the environment variable exists in DSParams (having been put there by the Administrator client) its default value will be overridden. This new ...
by ray.wurlod
Sun Oct 08, 2006 1:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage is having any peoplesoft EPM plugin
Replies: 8
Views: 4721

No, because I don't have it. Ask your support provider.
by ray.wurlod
Sun Oct 08, 2006 1:48 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Full Name
Replies: 8
Views: 2499

With a consistent format it's an easy task, mainly using the Field() - and possibly Count() - functions. In real life names come in lots of different formats. The best tool to use is QualityStage name standardization, which "buckets" the various name components (for example title, main name, first n...
by ray.wurlod
Sun Oct 08, 2006 1:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Find out the value for a parameter by Job
Replies: 2
Views: 1140

Run-time parameter values are in the RT_CONFIGxxx hashed files. They are also reported in the job log "job starting" event. Every parameter has two default values; the design-time default, created when the job is designed, and the run-time default, which is set using the Set Defaults utility in the ...
by ray.wurlod
Sun Oct 08, 2006 5:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Import validation failed
Replies: 8
Views: 7311

Read this part of the error message very carefully again.

Decimal "text" format is variable length and no external length is specified. Possibly you should specify an appropriate "width" property?

What property do you think you need to set?