Search found 53125 matches

by ray.wurlod
Wed Dec 15, 2010 5:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to convert String MMDDYYYY to Db2 date MM/DD/YYYY
Replies: 7
Views: 4697

Leave off the Oconv() function. DB2 stage wants internal format.
by ray.wurlod
Wed Dec 15, 2010 5:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Need help creating optimal Static Hashed File
Replies: 2
Views: 2118

Type 2 isn't really that appropriate for timestamp. Try type 18, or perhaps Type 5. At 51 bytes per record, separation 1 is fine, but separation 2 or 4 may be more efficient because of matching the physical page size used in your hardware. Finally, try choosing a prime number as the modulo. The hfc....
by ray.wurlod
Wed Dec 15, 2010 4:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: UTC Offset
Replies: 3
Views: 2072

The 6 in $TZ indicates UTC+6. The CDT part flags daylight saving (summer) time offset is in use.

You can readily map ECMP tp 5678 using a Convert() function, but you still need to be aware of whether or not daylight saving offset is in effect.
by ray.wurlod
Wed Dec 15, 2010 4:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unicode 0x0
Replies: 3
Views: 2200

The best solution is to upgrade to version 8.5, where there's a totally re-architected XML Transformer stage (in the parallel canvas).

Otherwise track down a copy of XML Best Practices. (Search DSXchange to find one.)
by ray.wurlod
Wed Dec 15, 2010 4:52 pm
Forum: General
Topic: How to abort master sequnce if child sequnece aborts
Replies: 11
Views: 3256

The Job activities that run the subsequences need to have "reset if required, then run" option selected.
by ray.wurlod
Wed Dec 15, 2010 4:50 pm
Forum: IBM QualityStage
Topic: The countings the rows not are visible in designer, with qua
Replies: 3
Views: 4793

Take a look at the score - have all stages in the job been consolidated into one APT_CombinedOperatorController? If this is the case you may be able to disable combination selectively (on a per-stage basis) or globally (by including APT_DISABLE_COMBINATION environment variable as a job parameter set...
by ray.wurlod
Wed Dec 15, 2010 3:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Long running Job
Replies: 2
Views: 922

Have your DBA monitor the session to see whether it is hanging around in Oracle for a long time. As a test, have your DBA disconnect the session manually, to see how DataStage handles that.
by ray.wurlod
Wed Dec 15, 2010 3:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: LOCKED STATUS () -1); file is locked
Replies: 3
Views: 2075

Not unless you can shed some light on what process created the fifo lock in the first place.

At a guess it may have been a lost connection between your job and the job monitor application (JobMonApp), but you do not supply enough information to allow that guess to be any more than a guess.
by ray.wurlod
Wed Dec 15, 2010 3:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: which node processes the sequential stages
Replies: 5
Views: 1537

Probably not. The first sequential operator will go to the first available node, the second to the second, and so on. At least that's how I understand the process from observation.
by ray.wurlod
Wed Dec 15, 2010 3:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: teradata connector stage
Replies: 4
Views: 2047

I don't think what you're trying to do (BETWEEN) is possible - when you use a Lookup stage DataStage pre-loads the entire reference data set into memory and performs "=" (or range) comparisons against that.
by ray.wurlod
Wed Dec 15, 2010 3:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to capture Db2 datbase rejected records
Replies: 10
Views: 3762

What kind of DB2 stage, and what write method are you using? A reject link from the Transformer stage is the way it's supposed to work.
by ray.wurlod
Tue Dec 14, 2010 5:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error when trying to read from Oracle Enterprise Stage
Replies: 16
Views: 5753

I though you said these are environment variables. Where are the "$" characters?
by ray.wurlod
Tue Dec 14, 2010 5:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to capture Db2 datbase rejected records
Replies: 10
Views: 3762

Does the word "Reject" appear in the constraints area of that link within the Transformer stage?
by ray.wurlod
Tue Dec 14, 2010 3:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error when trying to read from Oracle Enterprise Stage
Replies: 16
Views: 5753

Read the error message carefully - the problem reported there relates to the values being passed for user and password parts of the connection string.
by ray.wurlod
Tue Dec 14, 2010 3:36 pm
Forum: General
Topic: Unable to open sequence properties
Replies: 8
Views: 2165

I think this is new functionality in version 8.