Search found 15603 matches

by ArndW
Fri Jun 13, 2008 8:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to speed up multiple lookups in a Databasic routine
Replies: 11
Views: 2120

Of course the DataStage hashed file caching works quite well - but I'm sure you know that and have reasons for not being able to use this. Depending upon how important this is to you, you can enable memory file caching for DataStage at the system level and use that; this would mean that your Hashed ...
by ArndW
Fri Jun 13, 2008 8:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Hash Partitioning
Replies: 3
Views: 962

I know that feeling - we have a job with over 250 stages with a strange bug but I cannot reproduce with a simpler example.... I'd rather spend my time making the end-user happy instead of making support/engineering happy with a test case.
by ArndW
Fri Jun 13, 2008 8:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to specify nullable column in CFF stage?
Replies: 14
Views: 4812

Normally one doesn't see NULLs in COBOL, but they do use "HIGH-VALUE" and "LOW-VALUE" as indicators. The column in your original post that contains 0x00 0x00 is it a PIC XX?
by ArndW
Fri Jun 13, 2008 7:38 am
Forum: General
Topic: DataStage Backup and Recovery from Server
Replies: 21
Views: 18305

But I am talking about restoring one job that uses a shared container. You can't just overwrite the hashed files.
by ArndW
Fri Jun 13, 2008 7:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to specify nullable column in CFF stage?
Replies: 14
Views: 4812

Ok, so you expect someone to pick a column at random?
by ArndW
Fri Jun 13, 2008 7:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: odbc update error
Replies: 2
Views: 999

What database are you writing to? What has changed in the system since the point in time where this worked?
by ArndW
Fri Jun 13, 2008 7:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to specify nullable column in CFF stage?
Replies: 14
Views: 4812

That COBOL copybook doesn't contain definition for the column "NO_PAKS"
by ArndW
Fri Jun 13, 2008 6:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: uvsh process runaway in datastage (100% CPU)
Replies: 7
Views: 8037

iDomz - right you are with some LINUX packages. On AIX the truss command has been around since 5.1, and I know I've used truss on LINUX but it might have been aliased to another command.
by ArndW
Fri Jun 13, 2008 5:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multilingual Issue (Japanese to UTF8)
Replies: 3
Views: 1197

That means that even if not using DataStage you have a mapping problem. Are you certain you are seeing Chinese characters and not just another Japanese character set? What are your instance and session NLS settings in Oracle?
by ArndW
Fri Jun 13, 2008 5:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Hash Partitioning
Replies: 3
Views: 962

If you are absolutely, positively certain that you are using the same APT_CONFIG file then it would seem that you are not doing anything wrong. Perhaps you are using 2 (internal) hashing-algorithms that do not use the same start point. Your first job hashes when going into a filter stage. What stage...
by ArndW
Fri Jun 13, 2008 5:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to speed up multiple lookups in a Databasic routine
Replies: 11
Views: 2120

It probably is the reads. I've sometimes included my own cache in programs of this type by creating a Key and a Data dynamic variable for each file. The keys & data are appended as new values to these strings, and I check up on the Key (using LOCATE) before trying to do an actual read. In many c...
by ArndW
Fri Jun 13, 2008 3:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: uvsh process runaway in datastage (100% CPU)
Replies: 7
Views: 8037

Both Linux and Solaris (as well as HP and AIX) have "truss". It may have been disabled or removed in your installation, though. I find it odd the a process going through uvsh is using all that CPU. Are the bad rows logged in a file or table or do they get written to the job log? Does your job have b...
by ArndW
Fri Jun 13, 2008 3:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: deleting a job
Replies: 10
Views: 2697

Ag_ram, Because the dictionary name does not correspond to the VOC entry name, the VOC entry is not deleted, instead the data file pathname (field #2) is set to nothing, as per the message Can you please verify that this is the reason for the statement that VOC entry is not deleted? Why should Ray, ...
by ArndW
Fri Jun 13, 2008 2:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSD Run Error
Replies: 10
Views: 6232

That is a strange code location - are you using encrypted parameters and/or $ENV settings in the job? Also, if you repeat the VLIST and grep out lines with reference to "$251" we can see where that variable is assigned.
by ArndW
Fri Jun 13, 2008 1:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Post-installation problems with IBM info server
Replies: 17
Views: 8625

I haven't seen the UNLOCK command wait on anything, it either releases the locks or fails to do so. Could you Cntrl-C out of the UNLOCK command? Perhaps you are having some sort of access issues; are you logged in as a dsadmin user with local Windows administrator privileges?