Search found 53125 matches

by ray.wurlod
Mon Feb 11, 2008 10:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: orchdbutil
Replies: 6
Views: 2253

Primarily to import table definitions more accurately than plug-in stages do.
by ray.wurlod
Mon Feb 11, 2008 10:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error adding new columns with Modify stage
Replies: 7
Views: 3217

The Modify stage must use a function - it can not supply a constant or any other kind of expression. Ross's attempt to use a string constant ("") in a Modify stage Specification is not supported.
by ray.wurlod
Mon Feb 11, 2008 10:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Comparison between Database and dataset
Replies: 13
Views: 2980

The main benefit of using a Lookup File Set is that the index is built when the Lookup File Set is created, and stored within its structure, rather than having to be built "on the fly" by the LUT_CreateOp operator.
by ray.wurlod
Mon Feb 11, 2008 10:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Weired behaviour of sequence job
Replies: 7
Views: 1977

Not true. They can run in parallel - a trigger from each runs through a Sequencer on the downstream side of which you can update the control table.
by ray.wurlod
Mon Feb 11, 2008 10:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: rejection logic
Replies: 2
Views: 715

The best advice is to write out what has to happen in each circumstance, in English (or your language of choice). This becomes the specification from which you can then develop your algorithms and, finally, your job design.
by ray.wurlod
Mon Feb 11, 2008 9:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Windows batch job problem
Replies: 13
Views: 2916

That suggests that the folder containing replace.exe is not in your command search list (PATH environment variable).
by ray.wurlod
Sun Feb 10, 2008 3:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job is not in the right state(compiled and not running)
Replies: 11
Views: 16748

Did X3 actually start and then abort, or did X3 not start at all? Look in the log of X3 to find out.
by ray.wurlod
Sat Feb 09, 2008 4:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Finding all jobs which are using a perticular table
Replies: 4
Views: 1329

Usage Analysis on the EMP table definition.
by ray.wurlod
Sat Feb 09, 2008 4:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: can't open the IBM Information Server Web console
Replies: 9
Views: 2650

Is your browser set up to block cookies?
by ray.wurlod
Sat Feb 09, 2008 3:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Windows batch job problem
Replies: 13
Views: 2916

Might you have used incompatible switches in your REPLACE command?
by ray.wurlod
Sat Feb 09, 2008 3:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job is not in the right state(compiled and not running)
Replies: 11
Views: 16748

It is also possible that X3 had not been successfully compiled.
by ray.wurlod
Sat Feb 09, 2008 12:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequencer Execute Command Activity
Replies: 10
Views: 2421

Line terminators in the command output are converted to field marks and the entire result is presented as a single string. It does not matter whether the operating system is UNIX or Windows; this technique is consistent across platforms and thereby allows for portability. A field mark can be accesse...
by ray.wurlod
Sat Feb 09, 2008 12:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oralce enterprise Stage
Replies: 1
Views: 545

Never lie about metadata. Import the table definition from Oracle (preferably using the orchdbutil utility) and use that in your job. You must read the NULL column from Oracle and deal with them in your job design.
by ray.wurlod
Sat Feb 09, 2008 12:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to View the native characters in sequential file
Replies: 5
Views: 1098

Probably. It would be helpful to know which characters they are. Then you could determine the Unicode code point for each and determine a character map that properly handles those particular code points.
by ray.wurlod
Fri Feb 08, 2008 5:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FTP
Replies: 7
Views: 1405

This is hapening in the script itself. Put some strategic echo statements in the script or toggle verbose mode so you can see what's happening, what the values of script variables are, and how far it gets.
You may need to use quote or literal to send specific ftp commands.