Search found 53125 matches

by ray.wurlod
Mon Nov 15, 2010 2:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: "Pin 1 not initialized" error
Replies: 12
Views: 6910

Pin 1 is probably the output from the Transformer stage. Is there a problem opening the file mentioned in the Sequential File stage?
by ray.wurlod
Mon Nov 15, 2010 1:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage Server 8.1 with parallel processing
Replies: 5
Views: 2386

Default license includes parallel jobs, indeed it includes everything. The LicensingServiceAdmin.sh script, which installs with Fix Pack 1, is how you remove from your license any component to which you're not entitled. IBM trusts you to do the right thing. When IBM audits you, which your license ag...
by ray.wurlod
Mon Nov 15, 2010 1:54 pm
Forum: General
Topic: IIS 8.1 Separate engine installation error
Replies: 8
Views: 9496

Is there a file called /.dshome on the system?
by ray.wurlod
Mon Nov 15, 2010 1:53 pm
Forum: General
Topic: How to Schedule every month 5th using Datastage director
Replies: 6
Views: 3645

Can't you just choose "5" (meaning "every 5th") in the Director scheduler interface?
by ray.wurlod
Mon Nov 15, 2010 1:51 pm
Forum: IBM QualityStage
Topic: Custom rule sets
Replies: 31
Views: 10611

There's no way we can address that issue (pun not intended). Where are your test data? Do your actual results comply with your expected results?
by ray.wurlod
Mon Nov 15, 2010 1:49 pm
Forum: General
Topic: Unable to login after resetting the super password
Replies: 2
Views: 1018

Please post in the correct forum, so we learn which version and operating system are involved.

The forum in which you posted is for comments and ideas about DSXchange itself. Your post does not fulfil that criterion.
by ray.wurlod
Mon Nov 15, 2010 1:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Standard on number of reference links per Lookup stage
Replies: 1
Views: 988

There is not. I'd go so far as to warrant that there is no unknown standard either.
by ray.wurlod
Mon Nov 15, 2010 1:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer Stage variable increment not working
Replies: 12
Views: 9861

Re: Transformer Stage variable increment not working

Can you help me the reason why it is not incrementing properly? No, because both instances of your Transformer stage ARE incrementing correctly. You have two lots of 1 through 20. If you need to preserve the order thereof, add a sort of some kind downstream of the Transformer stage, and use a Sort ...
by ray.wurlod
Sun Nov 14, 2010 1:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sybase OC Stage with multiple read links
Replies: 4
Views: 1666

Because process metadata may not be accurately reported, and DataStage needs to alert you to that possibility.
by ray.wurlod
Sun Nov 14, 2010 1:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Validation with log for each record
Replies: 4
Views: 1707

Do it all in a Transformer stage with a second output (or more than one) for the log. Make use of stage variables for decision making.
by ray.wurlod
Sun Nov 14, 2010 1:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: In-Band Nulls and Out-Band Nulls Make Null function
Replies: 7
Views: 4873

No, the binary representation of NULL in DataStage is 10000000.
by ray.wurlod
Sun Nov 14, 2010 1:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Advantage of Raw data type?
Replies: 1
Views: 1633

Raw is a byte string in which \0 can appear without being a terminating character when read by C code. Its most obvious use is capturing rows (as a raw string) when the import operator can not parse the data according to the metadata - it would be improper to represent this row as "string"...
by ray.wurlod
Sun Nov 14, 2010 1:45 pm
Forum: General
Topic: new install
Replies: 8
Views: 2451

It was introduced in approximately July in version 8.1 FP 1.

However, my understanding is not that it enables parallel jobs, but is used to remove unlicensed components from an "everything is licensed" default licence file.
by ray.wurlod
Sun Nov 14, 2010 3:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to kill old <defunct> processes under DSADM in
Replies: 1
Views: 1164

Welcome aboard. At least one of these processes is defunct. What do you know about "zombies" in UNIX? You may need to restart the UNIX machine. Next time, make sure nothing is running before you shut down the Engine services.
by ray.wurlod
Sun Nov 14, 2010 3:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Null value on the accessor interfacing error
Replies: 7
Views: 6136

It probably will work - this is not one of the options offered earlier. Be wary of Trim() though - it can leave a single space in the string. There are other functions that more comprehensively remove white space characters.