Search found 53125 matches

by ray.wurlod
Wed May 13, 2015 3:34 pm
Forum: General
Topic: Execute Command Activity
Replies: 4
Views: 1620

Under what user ID do your jobs run?
by ray.wurlod
Wed May 13, 2015 3:24 pm
Forum:
Topic: URL Re-use during migration
Replies: 8
Views: 4582

Not necessarily. Read through the offered solutions again.
by ray.wurlod
Wed May 13, 2015 3:23 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Multiple requests to a webservice in ISD
Replies: 10
Views: 11089

The most obvious setting is the maximum number of instances of a multi-instance ISD job.
by ray.wurlod
Tue May 12, 2015 8:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Appending to a Lookup File Set
Replies: 1
Views: 1081

Lookup File Set is always totally overwritten. Examine the score; you will see a composite operator that deletes the LFS then populates it (including building the index). The reason for that is that the index is a sorted hash table (sorted on the Key) that includes pointers to the physical location ...
by ray.wurlod
Tue May 12, 2015 8:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash file job - individual records going to separate files
Replies: 4
Views: 3972

Check that you have exactly the same file name on both input links to the Hashed File stage - not only identically spelled, but also identically cased. Incidentally, your link row count is 1.7 million, not 176K.
by ray.wurlod
Tue May 12, 2015 4:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Special Character in incoming file
Replies: 2
Views: 1950

There are no three dot characters in European languages, though there is a couple in Arabic: thaa (ث) and shiim (ش). Arabic does not have a "v", so sometimes three dots are placed over faa (ڤ) to represent this sound. Still other "three dot letters" are used in North African and ...
by ray.wurlod
Tue May 12, 2015 4:13 pm
Forum:
Topic: URL Re-use during migration
Replies: 8
Views: 4582

I would imagine so, by having some dynamic form of resolution from name to IP address. What name resolution technology do you currently use?
by ray.wurlod
Tue May 12, 2015 3:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Output from aggregator & xformer to single sequential ta
Replies: 3
Views: 894

:idea:
This (qt_ky's suggestion) is the exact purpose of the Column Export stage.
by ray.wurlod
Tue May 12, 2015 3:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Best Practice replacing transformer with multiple input link
Replies: 4
Views: 1538

You might like to investigate the Server to Parallel training available from the DSXchange Learning Center (a commercial site).
by ray.wurlod
Tue May 12, 2015 3:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage Transformation Error
Replies: 7
Views: 5392

Mike's memory is good. Handle the nulls in your stage variable expressions such that the final value of the stage variable is not null (for example using the NullToValue() function or one of its brethren).
by ray.wurlod
Tue May 12, 2015 3:45 pm
Forum:
Topic: URL Re-use during migration
Replies: 8
Views: 4582

Might not that confuse your users? For example, today they find a term definition (connected to A) but tomorrow it's not findable (because they are connected to B). How do you propose to synchronise your catalogs?
by ray.wurlod
Mon May 11, 2015 10:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Output from aggregator & xformer to single sequential ta
Replies: 3
Views: 894

I wonder if you could use an External Target stage using the cat command and runtime column propagation, and a collection algorithm that exhausts each input before moving on to the next?
by ray.wurlod
Mon May 11, 2015 2:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage Transformation Error
Replies: 7
Views: 5392

Check that your C++ compiler has a current licence.

Try using explicit, rather than implicit, data type transformations. And be careful about null handling.
by ray.wurlod
Mon May 11, 2015 2:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ^Z characters
Replies: 6
Views: 2507

What's different between the development and production environments?

Hint: "nothing" is not the correct answer.
by ray.wurlod
Mon May 11, 2015 2:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue with Seq File
Replies: 23
Views: 5601

Tell us more about the job design and about how the job is invoked from the sequence.