Search found 53125 matches

by ray.wurlod
Tue Jul 10, 2007 9:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: setting array size in DB2/UDB Enterprise stage during insert
Replies: 4
Views: 1270

Set array size to 1 is the safest when multiple instances are running, and set rows/transaction to 1 also. That way you will not experience lock (or deadlock) problems.
by ray.wurlod
Tue Jul 10, 2007 9:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: LookUp returning NULL when reading a seqval from dual
Replies: 1
Views: 1009

Are you (the executing user - the user ID used to connect to Oracle) the owner of this particular sequence? You may need to qualify the sequence name with its owner's identity.
by ray.wurlod
Tue Jul 10, 2007 9:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CFF Issue
Replies: 17
Views: 5335

How?

Etiquette Note
When we resolve an issue, and mark the thread as Resolved, the convention here is to post a final piece showing the solution.
by ray.wurlod
Tue Jul 10, 2007 9:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: lookup stage
Replies: 14
Views: 4573

ALL of the date conversion functions allow you to specify the date format string. You can convert one format from a string to a date, and convert that date to a differently formatted string. In a Transformer stage your most likely candidates are TimestampToString() and StringToTimestamp() functions.
by ray.wurlod
Tue Jul 10, 2007 9:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Null Value for Integer
Replies: 5
Views: 1412

In a Transformer stage the equivalent function is NullToValue(). When the lookup fails and the rule is Continue, you get a genuine NULL on the output. If the field is non-nullable you also get a warning, and that field will take its default value, which you can set (for example to -3) in the metadat...
by ray.wurlod
Tue Jul 10, 2007 9:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Adding or Subtracting Hours from Time Stamp
Replies: 4
Views: 1019

You could download my date arithmetic routines - just heed the conditions of use on the General tab.
by ray.wurlod
Tue Jul 10, 2007 9:36 pm
Forum: General
Topic: DataStage cmd equivalent to Oracle %Like%?
Replies: 7
Views: 3713

Welcome aboard. Can you please expand on this?
by ray.wurlod
Tue Jul 10, 2007 9:30 pm
Forum: General
Topic: web Services
Replies: 4
Views: 1310

... and you can expect a LOT more acronyms as you research further! Find yourself a good acronym-decoding web site such as this one at IBM. Though, curiously, WISD and RTI don't appear there. Ernie - one for you to follow up?
by ray.wurlod
Tue Jul 10, 2007 1:03 pm
Forum: General
Topic: web Services
Replies: 4
Views: 1310

DSXchange has a whole forum devoted to RTI (now called the SOA edition). Try posting your question there. Ignoring DataStage for the moment, do you know what a web service is, in the more general sense? If not, I strongly advise that you find out before pursuing your DataStage-specific question, as ...
by ray.wurlod
Tue Jul 10, 2007 12:59 pm
Forum: General
Topic: Limiting access to only view the job log.
Replies: 10
Views: 2916

The Operator role can only run released jobs. I'm prepared to bet you have none of these.

The Super Operator role has been introduced at version 8.0 to allow running of all runnable jobs.
by ray.wurlod
Tue Jul 10, 2007 12:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Null values in sequential file
Replies: 4
Views: 1666

1. No. Sequential files (text files) do not have data types, only text. Therefore they can not store NULL "as is". They can only store whatever the metadata specifies to be the representation of NULL. 2. If the file is a delimited format, there is a global property in the stage for the representatio...
by ray.wurlod
Tue Jul 10, 2007 12:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: lookup stage
Replies: 14
Views: 4573

If you are converting to string it can convert format also.
by ray.wurlod
Tue Jul 10, 2007 12:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Config file nodes and partitioning
Replies: 1
Views: 680

Your understanding is correct. This is why one of the troubleshooting tools ("compile in trace mode") has an option to force every stage to execute in sequential mode; by doing so you can eliminate any problems caused by inappropriate partitioning while you fix the other problems. And then you can r...
by ray.wurlod
Tue Jul 10, 2007 12:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: View generated objects
Replies: 7
Views: 1730

You will find at least one Bourne shell script (or BAT file if on a Windows platform) that is responsible for running the osh executable, which gives the Orchestrate shell for executing *.osh files. Search your manuals for "generated OSH". Also obtain a set of Orchestrate manuals from your support p...
by ray.wurlod
Tue Jul 10, 2007 12:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Upgrading from Server to Enterprise
Replies: 6
Views: 1755

Upgrading from server to enterprise is simply licensing the parallel job capability. However, as noted, you do require a compatible C++ compiler if you want to use Transformer or Build stages. The jobs themselves will remain server jobs. There is no automatic upgrade; parallel jobs are radically dif...