Search found 53125 matches

by ray.wurlod
Mon Jan 28, 2008 9:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Notification Job status show 0 records for underlying jobs
Replies: 5
Views: 1333

What have you put in the Notification activity? Just checking "include job report" will include the report for the job sequence itself, not for jobs run under control.
by ray.wurlod
Mon Jan 28, 2008 9:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SERVER JOB NOT STOPPING!!!!!!
Replies: 13
Views: 4770

Aaaarrrgghh!!! How do they identify which of the potentially many processes this command lists is the right one to kill? And ought they not to check for child processes first? Otherwise they might be creating zombies and rightfully incurring the wrath of their UNIX system administrator. This is sing...
by ray.wurlod
Mon Jan 28, 2008 9:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error with SETFILE command in a before-stage subroutine
Replies: 5
Views: 1549

It won't.

Try removing the VOC pointer in an after-stage subroutine so that SETFILE is guaranteed to be clean on the next run.
DELETE VOC 'HF_CIM_CD_REF'

Delete both pointers from VOC in the Administrator client Command window.
by ray.wurlod
Mon Jan 28, 2008 9:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Version Upgrade
Replies: 7
Views: 1635

These are all the routines and other things that are in your project but not part of the engine itself. Don't worry about the results from VVOC. The only way to upgrade the server properly is to reinstall the server software, and not destroy the new engine by restoring the old engine from backups. P...
by ray.wurlod
Mon Jan 28, 2008 9:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Environment variable
Replies: 6
Views: 1275

Not much. Search the forum for "libgciudt6.so", as advised earlier.
by ray.wurlod
Mon Jan 28, 2008 9:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error in viewing the data
Replies: 4
Views: 1145

Unlikely that the job is corrupted; far more likely that one of the properties in the Oracle stage is not set quite right.
by ray.wurlod
Mon Jan 28, 2008 9:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: OConv functionality
Replies: 1
Views: 839

Look in the SDK for routines that deal with 1970-based dates.
by ray.wurlod
Mon Jan 28, 2008 9:22 pm
Forum: General
Topic: IIS Installation.
Replies: 4
Views: 1693

What actually gets installed is determined by the XML file received from IBM. The install script mentions all those products, but it may be only that it is checking the XML document to see whether you have a license for each. If you've only purchased a DataStage license then that's the only componen...
by ray.wurlod
Sun Jan 27, 2008 11:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fabs function on data
Replies: 16
Views: 4774

I don't understand why you are claiming that these are modified.
dspxlearn wrote:0000000121.00000000000--> 0000000121.00000000000 (modified)
0000000181.00000000000--> 0000000181.00000000000 (modified)
0307447548.00000000000--> 0307447548.00000000000 (modified)
by ray.wurlod
Sun Jan 27, 2008 11:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle sequence issue
Replies: 21
Views: 5761

Track down what's different. Something is.
by ray.wurlod
Sun Jan 27, 2008 3:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: what is diff between configuration file and node
Replies: 4
Views: 1047

What is CPU? It's a TLA!
:lol:


Apologies to anyone whose first language is not English. My joke works well in English once it is understood that TLA is an acronym for "three letter acronym".
by ray.wurlod
Sun Jan 27, 2008 1:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: what is diff between configuration file and node
Replies: 4
Views: 1047

A configuration file contains definitions of processing nodes. Your statement "Node is nothing but cpu" is totally incorrect. A processing node is a logical construct, totally unrelated to CPU (central processing unit). A node is a set of resources that is available for processing data, including a ...
by ray.wurlod
Sun Jan 27, 2008 1:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fabs function on data
Replies: 16
Views: 4774

Try defining the fields as Decimal[22,11] rather than Decimal[31,11] as I asked, and let us know the result. You might also look for some pattern in the modified/not modified scenario. For example, modified only when no significant digits to the right of the decimal point provided that the number to...
by ray.wurlod
Sun Jan 27, 2008 1:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Where to submit DataStage tools
Replies: 6
Views: 3556

DSXchange currently does not have an upload facility. You could, of course, post them on your own web site. Or you can post with attachments on IBM developerWorks

You mention only DSX files. I trust full documentation on how to use the same will also be posted.
by ray.wurlod
Sun Jan 27, 2008 1:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Configuration File
Replies: 1
Views: 611

Some could, some couldn't. There is a Chapter on configuration files in the manual, and topics in the on-line help. Have you looked there?