Search found 53125 matches

by ray.wurlod
Wed Sep 20, 2006 2:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can Hash File have more than one keys?
Replies: 6
Views: 1586

A hashed file can have only one primary key (at a physical level), but it can have more than one column in that key. The total number of characters in all key columns may not exceed the number specified by MAXKEYLENGTH parameter in the uvconfig file. To perform a lookup against a hashed file, a key ...
by ray.wurlod
Wed Sep 20, 2006 2:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Regarding the SIze of Flat file
Replies: 15
Views: 4239

DSGetLinkInfo() requires four arguments; a handle to the job (DSJ.ME may be used), the name of the stage, the name of the link and an integer specifying what information about the link is required to be returned. DSGetLinkInfo(hJob,Stage,Link,DSJ.LINKROWCOUNT) will return the number of rows passed a...
by ray.wurlod
Wed Sep 20, 2006 2:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: extract function in transformer stage string functions
Replies: 3
Views: 1990

The Extract() function works with dynamic arrays to extract an element therefrom. Your function (Extract("dsxchange",1,2,2)) attempts to get the second sub-value from the second value of the multi-valued first field of a dynamic array but your first argument is not a dynamic array, merely a scalar s...
by ray.wurlod
Wed Sep 20, 2006 1:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Regarding the SIze of Flat file
Replies: 15
Views: 4239

Do you have MKS Toolkit or some other UNIX emulator available? If so, you can use the command wc -l filename to get the line count.
by ray.wurlod
Wed Sep 20, 2006 12:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash file size exceeds cache size
Replies: 4
Views: 3237

No.

Type 25 files should only be used for indexes. They do not use a cache. Ever.

There are other utilities for examining Type 25 files, such as blook, but I am not going to pursue that course of inquiry, since it's totally irrelevant for DataStage.
by ray.wurlod
Wed Sep 20, 2006 12:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to capture bad format rejects
Replies: 5
Views: 1122

Not totally true, but close enough. The way to do it is to read the file as containing a single VarChar column, parse it in a Transformer stage, and make the accept/reject decision while parsing.
by ray.wurlod
Wed Sep 20, 2006 12:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to make insert or update when using OCI stage in intarge
Replies: 3
Views: 1182

"user defined", surely? :lol:
by ray.wurlod
Wed Sep 20, 2006 12:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning message during installation
Replies: 6
Views: 2029

Yes, that's what it does.

Remove some CPUs, buy more licences, or set up a message handler to demote this particular message from warning to informational.
by ray.wurlod
Wed Sep 20, 2006 12:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: delete orphan dataset
Replies: 6
Views: 3498

What about the control files (*.ds)? If you specify these, using either the GUI or the orchadmin command (orchadmin rm controlfile.ds), then the actual data files are automagically removed too.
by ray.wurlod
Wed Sep 20, 2006 12:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Regarding Date
Replies: 3
Views: 1056

Specify data type as Date when reading the Sequential File, with an appropriate date format string. That will convert the text string into a date, so that you need do nothing at all in whatever Oracle stage you are using.
by ray.wurlod
Wed Sep 20, 2006 12:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: column descriptor count does not match field count
Replies: 6
Views: 1338

Disabled. RCP may aid developer productivity, but leads to a situation where lineage analysis can not be performed.
by ray.wurlod
Tue Sep 19, 2006 3:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle Source Qualifier?
Replies: 1
Views: 775

I'm not sure that they know what they're talking about either. Hashed file lookups are the fastest around. If they're saying that your "code" needs to be optimized, ask them "what code?". You're working in a GUI environment, not a code environment. If they're so clever, why don't they do it themselv...
by ray.wurlod
Tue Sep 19, 2006 2:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to ensure a hash file is 64bits.
Replies: 9
Views: 3055

Your hashed file was created successfully but not as a 64-bit hashed file. I don't know why; your mkdbfile command looks OK. Can you perhaps try it with the -64BIT option in upper case? How did you execute the mkdbfile command? For example, was it through ExecSH?
by ray.wurlod
Tue Sep 19, 2006 2:53 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Abnormal termination of stage hashed file detected
Replies: 12
Views: 5008

Every job that runs runs as a "phantom" (DataStage terminology for "background process"). Each process records its start, its finish and any other unusual information in a file in the &PH& directory. Ordinarily any unusual events are transferred to the job log, but this may not be possible i...
by ray.wurlod
Tue Sep 19, 2006 2:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problems extracting data from Lotus Notes using NotesSQL
Replies: 16
Views: 7782

It's not that IBM don't want to help you more quickly, it's just that its internal procedures are so cumbersome. Alas.