Search found 53125 matches

by ray.wurlod
Thu Apr 19, 2007 11:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to set a job to abort after first warning?
Replies: 7
Views: 1788

The note after the last note: nothing you do in the clients affects the way that the command line interface (dsjob) works. You must specify an explicit warning limit with this interface.
by ray.wurlod
Thu Apr 19, 2007 11:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Add VOC Entry for ';'
Replies: 10
Views: 3028

... but I don't grumble Nick, I didn't want to take you through an ED dialogue - I did think of it, but felt that a copy from NEWACC (the source for standard VOC entries) was safer. For anyone else, prefer the COPY command - you can get into a heap of trouble using ED if you don't know what you're d...
by ray.wurlod
Thu Apr 19, 2007 10:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Project Corrupted
Replies: 9
Views: 2425

Read my first paragraph again carefully.

Did you report an incomplete list of files and folders?
by ray.wurlod
Thu Apr 19, 2007 10:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DSGetStageInfo in Parallel job
Replies: 14
Views: 6333

If that requirement bewilders you, hire a competent C++ programmer. What you are creating in the Repository is not the routine itself, but an interlude that allows the C++ function to be found. It is not asking you for a library in which to save anything - it is asking you for the pathname of the li...
by ray.wurlod
Thu Apr 19, 2007 10:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date in Lookup Stage
Replies: 27
Views: 6374

.. and do the dates (that you use as keys in the Lookup stage) look like the expected dates? Now you need to check the dates in the reference Data Set, and verify the values of these. Diagnosis is a painstaking, step by step process. You must proceed systematically, eliminating one possibility at a ...
by ray.wurlod
Thu Apr 19, 2007 10:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Project Corrupted
Replies: 9
Views: 2425

Your project directory seems to be present. However, it is incomplete, which suggests that creation of the project may have been interrupted. You should also see a file called VOCLIB and a whole lot of other files whose names begin with D_ (one for each of the DS_... folders, one for VOC, one for VO...
by ray.wurlod
Thu Apr 19, 2007 10:46 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to set a job to abort after first warning?
Replies: 7
Views: 1788

In Director, under Tools > Options, you can set the default Warnings limit to 1. This will, of course, then become a global setting for jobs initiated from that particular Director client.
by ray.wurlod
Thu Apr 19, 2007 10:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Add VOC Entry for ';'
Replies: 10
Views: 3028

Catch 22 it certainly is. Type the following line exactly as shown.

Code: Select all

COPYI FROM NEWACC TO VOC ';' REPORTING 

Let me know if that worked.
by ray.wurlod
Thu Apr 19, 2007 10:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: To hide warning messages in Datastage parallel edition
Replies: 9
Views: 7176

You won't get it for a server job or for a job sequence. Apart from that there's no mechanism of which I am aware for disabling the setting of message handlers. Edit local will be greyed out if there is no local message handler. A local message handler is a file called Local.msh in the RT_SCnnn dire...
by ray.wurlod
Thu Apr 19, 2007 10:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: CRC32 with Parallel Server-Job
Replies: 12
Views: 7854

And, as you can see from the code, it returns an int32 (no surprise there!).
by ray.wurlod
Thu Apr 19, 2007 9:59 pm
Forum:
Topic: MetaStage Version Issue
Replies: 4
Views: 1373

Interesting. Conflicts with what I was informed on this side of the planet. It is much different? Or is it just the (then) new look and feel?
by ray.wurlod
Thu Apr 19, 2007 5:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Hungarian data Convertion
Replies: 2
Views: 1066

DataStage is not a translation tool, so you will not be able to "convert them to English language". With NLS enabled, DataStage is able to deal with different character sets (this is NOT the same as languages). It does so by mapping the external character sets into Unicode (an idiosyncratic UV-UTF8 ...
by ray.wurlod
Thu Apr 19, 2007 3:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: oracle stage properties (remote server)
Replies: 20
Views: 7664

Make it a job parameter and check (in the job log) that the parameter is passed correctly. Actually, you could check more quickly than that using View Data if you are not using direct read.
by ray.wurlod
Thu Apr 19, 2007 3:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: 4 nodes 10 stages
Replies: 10
Views: 2602

Zero processors is OK too. Comes under the heading of getting a life. The number of nodes in the configuration file determines the degree of parallelism. At a simple level, each stage generates one operator (player process) per node, there is one section leader process per node, and there is one con...
by ray.wurlod
Thu Apr 19, 2007 3:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to read redefines using parallel complex flat file stage
Replies: 10
Views: 2730

You're right. The good news is that you can (have multiple output links from a CFF stage for each record type) in version 8.0.