Search found 4992 matches

by kcbland
Tue Oct 10, 2006 9:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to traverse thru a hierarchy of records
Replies: 8
Views: 1666

Why not sort the child records by parent, then process the child records and reference the parent record for each child, use stage variables to accumulate intermediate results, and send the final result out to an aggregator stage using the LAST derivation for all columns except the key columns? You ...
by kcbland
Tue Oct 10, 2006 7:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: .dsx export withou using Client
Replies: 17
Views: 4955

Maybe not a "relic" script, just a term for the site's demise and everything on it. Maybe a better term would be "lost treasures of sunken Atlantis". :lol: But then we can't call you Doctor Jones.
by kcbland
Tue Oct 10, 2006 6:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job performance in diferent projects on one server
Replies: 3
Views: 731

Do the jobs in different projects reference the same hashed file, or a copy local to each project? If separate copies, consider the size of the hashed file and its current tuning state. Consider clearing or removing and recreating the files in both projects to have a fair comparison.
by kcbland
Tue Oct 10, 2006 4:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: .dsx export withou using Client
Replies: 17
Views: 4955

Why Lara Croft Tomb Raider? Why not Indiana Jones? I seem to recall him pulling some relics out of some dusty catacombs. :lol:
by kcbland
Tue Oct 10, 2006 10:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Subroutine failed to complete successfully(30107)
Replies: 2
Views: 2285

I'd bet a box of donuts you're having a permissions issue. If users of different groups created jobs, the data is stored in one common internal repository file but the runtime component files are under the userid of the creator. You won't be able to compile or view logs etc of someone elses jobs out...
by kcbland
Tue Oct 10, 2006 10:15 am
Forum: DSXchange Testimonials
Topic: Heaven for DS Community
Replies: 1
Views: 8894

Welcome aboard, hopefully we'll be helpful. :lol:
by kcbland
Tue Oct 10, 2006 10:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: User-Defined SQL Query file in DRS Stage
Replies: 7
Views: 1285

The Help button just says this: User-defined SQL query file. Specifies that the data is extracted using the SQL query in the pathname of the designated file that exists on the server. Enter the pathname for this file instead of the text for the query. With this choice, you can edit the SQL statement...
by kcbland
Tue Oct 10, 2006 9:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: User-Defined SQL Query file in DRS Stage
Replies: 7
Views: 1285

Put the fully qualified path to the file in the USER-DEFINED SQL text box.
by kcbland
Tue Oct 10, 2006 7:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: .dsx export withou using Client
Replies: 17
Views: 4955

There is a Server side command line export, but I don't believe it's available back on DS 5.x.
by kcbland
Tue Oct 10, 2006 7:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: OCI has fetched truncated data...AGAIN
Replies: 5
Views: 1742

I gave a confusing answer. If the jobs are identical (import from one, export to the other) and produce different results, then look to the Oracle Client. You've pretty much eliminated DataStage as the variable. Data is data, that didn't change just by being on a different DataStage server. DataStag...
by kcbland
Mon Oct 09, 2006 12:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: OCI has fetched truncated data...AGAIN
Replies: 5
Views: 1742

My assumption is that this is the Oracle 9 plugin? If the jobs are the same source code accessing the same database but coming from different DataStage servers, the only variable left is the Oracle Client installed. This message indicates that the metadata in the job is sized differently from the da...
by kcbland
Mon Oct 09, 2006 10:52 am
Forum: General
Topic: Timeout importing UV account table list?
Replies: 7
Views: 5676

Didn't you take my recommendation to setup a new account with custom dictionaries and F-pointers seriously? The VOC is bloated probably due to years of accumulated junk, as well as dictionaries for each file is probably overloaded with unnecessary copies of dictionary items for formatting reasons, a...
by kcbland
Mon Oct 09, 2006 10:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: read and write to same seq file
Replies: 2
Views: 942

If you have any simultaneous reading and writing to the same file you will have issues. Because your job has a syncronization point ahead of the output to the file, this doesn't necessarily occur. It's best to avoid your design anyway because you lose re-start capability, as you've destroyed the ori...
by kcbland
Mon Oct 09, 2006 6:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: column Area, column unexpectedly ended by EOR
Replies: 4
Views: 5515

You probably have either an embedded carriage return/linefeed or a truncated row of data. Set the format tab appropriately and incomplete column metadata actions.
by kcbland
Mon Oct 09, 2006 6:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Source and Target have DRS stages data is not loading.
Replies: 14
Views: 2607

What are the source and target databases (DB2?). If DB2, try changing all columns with metadata DATE to TIMESTAMP and see if that fixes your problem.