Search found 53125 matches

by ray.wurlod
Mon Jan 12, 2009 1:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: list project\jobs from clientside - dsjob.exe
Replies: 7
Views: 5260

On UNIX platforms there is no ".exe" suffix. The dsjob executable is to be found in the DataStage engine's bin directory. Your command search list (the PATH environment variable) apparently does not include this directory.
by ray.wurlod
Mon Jan 12, 2009 1:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Abort Sequence after Some time
Replies: 10
Views: 2655

Or simply a Routine activity (sleep until 07:30) with an unconditional link to a Terminator, these in the same job sequence as everything else.

The Terminator can send Stop requests to every activity currently running under control of the job sequence in which it occurs.
by ray.wurlod
Mon Jan 12, 2009 1:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage Certification
Replies: 2
Views: 1467

There is no certification for server edition (as you have marked your job type). There is, however, certification for enterprise edition (the forum in which you posted your question).
by ray.wurlod
Mon Jan 12, 2009 1:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Could not able to connect datastage with oracle 10g
Replies: 3
Views: 1757

What version of Oracle client is installed on your DataStage server machine?
by ray.wurlod
Mon Jan 12, 2009 1:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Jobs not getting compiled
Replies: 18
Views: 5928

It might be worth checking whether anything else was changed. I suggest strongly that you track down this contractor - other sites may be being damaged through his/her ignorance. The report from $DSHOME/bin/analyze.shm -t will put an asterisk beside any uvconfig parameter that is not set to its defa...
by ray.wurlod
Mon Jan 12, 2009 1:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Retrieval of data from a Seq file
Replies: 7
Views: 2107

Still waiting to see the exact error message posted...
by ray.wurlod
Mon Jan 12, 2009 1:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to do in datasatge
Replies: 9
Views: 1943

Do you have a full specification of the logic written out, plus test data designed? This should help you to design the DataStage processing. Without completely understanding your requirement I think you would use something like five consecutive Lookup stages, each with the "not found" rule...
by ray.wurlod
Mon Jan 12, 2009 1:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ds_ipcflush() - Error in mutex_unlock() - Not owner
Replies: 8
Views: 4255

Server job (as posted) or parallel job (as marked)? In either case a Search should reveal some useful information.
by ray.wurlod
Mon Jan 12, 2009 1:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Summation in transformer
Replies: 11
Views: 4113

RowProcRunningTotal is a transform function (which is to be found in Routines), not a Transform.
by ray.wurlod
Mon Jan 12, 2009 1:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Chinese Characters
Replies: 21
Views: 14845

Chinese and Swedish at the same time, or separately? Unicode (UTF-8) should be able to handle both. Specific character maps probably will not, and this means that View Data probably can not handle both at the same time either. But it's only a viewer, and won't affect processing - find some viewer th...
by ray.wurlod
Mon Jan 12, 2009 1:29 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: Info Analyzer performance/sizining
Replies: 2
Views: 2474

Column analysis takes as long as it takes. It is affected by several variables, not least data types and variability in the data, so it is not possible to estimate in advance how long will be required. Agreeing to a fixed time window was probably a Bad Idea unless the window is generous. There are, ...
by ray.wurlod
Sun Jan 11, 2009 11:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: difference between batch processing jobs and real time
Replies: 2
Views: 1399

Pretty much the same "stuff" happens in the background, but the "real time" interface expects a very small volume of data (for example one row or one small XML document) which it processes and returns the result through a web interface. The big difference I guess is that, with re...
by ray.wurlod
Sun Jan 11, 2009 7:22 pm
Forum: IBM QualityStage
Topic: Reference match
Replies: 2
Views: 1300

You have marked the job type as "server" but your description suggest otherwise. Do you understand the concepts "blocking column" and "matching column"; that is, what each means? If not could I suggest you take the QualityStage Essentials training class?
by ray.wurlod
Sun Jan 11, 2009 3:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SIGSEGV error
Replies: 9
Views: 2758

There are things in your data that might cause a segmentation violation including, though not exhaustively, trying to load a null into a non-null column or trying to load more than N characters into a Char(N) or VarChar(N) column (you would probably generate the signal in the ODBC driver in these ca...
by ray.wurlod
Sun Jan 11, 2009 3:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: datastage NTFS
Replies: 2
Views: 998

The clients should be able to install on any file system type. You not only need NTFS for the file system where the server componentry is to be installed, you must also have Windows XP Pro. DataStage simply will not install on any other Windows XP (and, technically, should not install on any, since ...