Search found 53125 matches

by ray.wurlod
Fri Aug 31, 2007 6:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to load subroutine on host (30105
Replies: 19
Views: 13298

Can you please do a listing of everything in the directory that begins with DS_ or D_ ?

You must also copy D_DSG_BP.O and D_DSD_BP.O if they're not already there. (I should have mentioned this earlier.)
by ray.wurlod
Fri Aug 31, 2007 6:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Help to Retrieve param from temporary file
Replies: 4
Views: 1046

Please post the resolution (to aid future searchers) and mark the thread as Resolved.
(I'd be inclined to use cat and maybe pipe the output through tr to strip off the line terminators.)
by ray.wurlod
Fri Aug 31, 2007 6:13 pm
Forum: General
Topic: Which stage type do I use in DS Designer for DataDirect?
Replies: 5
Views: 1798

No, you just do it in the Designer GUI - no need for coding. Use on-line help to guide you.
by ray.wurlod
Fri Aug 31, 2007 6:12 pm
Forum: General
Topic: ETL Teamworker
Replies: 9
Views: 3755

Dennis Bloodnok wrote:It was the least I could do: a quantity in which I specialize.
by ray.wurlod
Thu Aug 30, 2007 10:08 pm
Forum: General
Topic: ETL Teamworker
Replies: 9
Views: 3755

So "Able to develop conversions and transformation data using an ETL Teamworker" means "able to delegate"?
:twisted:
by ray.wurlod
Thu Aug 30, 2007 8:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ASCII FILE Size
Replies: 3
Views: 806

NChar and NVarChar data types typically allocate two bytes per character.
by ray.wurlod
Thu Aug 30, 2007 8:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Usage of Dataset/Fileset/Sequential file stages in job
Replies: 3
Views: 1058

Data Set is perfect to use as a staging area, for it preserves partitioning and sorting and does not require export/import operators.
by ray.wurlod
Thu Aug 30, 2007 8:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Max Multiple instance
Replies: 2
Views: 1056

There is no limit imposed by DataStage. The rest is an issue of supply and demand for system resources - CPU, memory, I/O bandwidth and, perhaps, network bandwidth.
by ray.wurlod
Thu Aug 30, 2007 8:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: WriteHash() - Write failed error when loading hashfile
Replies: 5
Views: 1961

I'd guess either the 2GB limit, or the occurrence of a mark character other than @TM in the key value.
by ray.wurlod
Thu Aug 30, 2007 8:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Delete Categories
Replies: 9
Views: 1741

It's probably not the files but the indexing.
Get exclusive access to the project and execute DS.REINDEX ALL
by ray.wurlod
Thu Aug 30, 2007 8:07 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Stored Procedure
Replies: 14
Views: 3749

By not doing it in the same job, as originally advised.
by ray.wurlod
Thu Aug 30, 2007 8:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to load subroutine on host (30105
Replies: 19
Views: 13298

You may need to copy DSD_BP.O as well. This is a SEVERELY corrupted project!
by ray.wurlod
Thu Aug 30, 2007 7:55 pm
Forum: General
Topic: IBM's big plans for Online resources??
Replies: 2
Views: 1195

I (we) have no authority to speak on behalf of IBM. Perhaps you should ask IBM, and post the answer here?
by ray.wurlod
Thu Aug 30, 2007 5:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sybase date time
Replies: 3
Views: 1100

How would you do it usng Sybase Open Client - that is if DataStage were not in the picture?