Search found 53125 matches

by ray.wurlod
Tue Nov 06, 2007 3:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Is there a limit to the amount of memory Ascential uses
Replies: 4
Views: 923

There are lots of configurable limits. What stage types are you using? Have you examined tuning buffer sizes?
by ray.wurlod
Tue Nov 06, 2007 3:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: TD stage: Cannot create Teradata table more than 256 columns
Replies: 6
Views: 1474

To answer your final question, can you do it in Teradata if DataStage is not involved, for example through BTEQ?
by ray.wurlod
Tue Nov 06, 2007 3:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: error connecting to DB2 database
Replies: 2
Views: 870

Disable operator combination so you can see whence the error is being generated.
by ray.wurlod
Tue Nov 06, 2007 3:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with Lookup when using dataset as inputs
Replies: 6
Views: 1320

I think mcs_ravishankar meant Lookup File Set but got confused.
by ray.wurlod
Tue Nov 06, 2007 3:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Configuration file
Replies: 2
Views: 869

Monitor view in Director
by ray.wurlod
Tue Nov 06, 2007 3:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Use of combine records stage
Replies: 15
Views: 6766

That's not the record schema. The record schema can be obtained from the generated OSH (in job properties, if enabled) or from the score.
by ray.wurlod
Tue Nov 06, 2007 3:03 am
Forum: General
Topic: Data insertion to database
Replies: 2
Views: 885

You design what you need.

Server jobs are particular about metadata; with parallel jobs you can use the Schema File property to be a little more flexible, but you still need to map the various different target columns from source.

Surely there is a small and finite set of metadata variations?
by ray.wurlod
Mon Nov 05, 2007 10:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Environment vars / Transform stage won't compile
Replies: 8
Views: 1812

Doing server-only stuff this week - someone else will need to reproduce the symptom. Your support provider, perchance? 8)
by ray.wurlod
Mon Nov 05, 2007 10:33 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can I use seperate Oracle 0g server Machine 4 Metadata repos
Replies: 3
Views: 1496

Indeed, no. Some of the larger sites are even opting for a four-tier installation:
    DataStage Clients

    DataStage Server

    WebSphere Application Server

    Information Server
all on separate machines.
by ray.wurlod
Mon Nov 05, 2007 10:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Right Padding Spaces
Replies: 20
Views: 8742

Bring $APT_STRING_PADCHAR into your job as a job parameter and set its value to " " (a space character).
by ray.wurlod
Mon Nov 05, 2007 10:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading from a sequential file stage
Replies: 5
Views: 2431

This error occurred during View Data. Does your job actually run?

I would suspect that the index on DS_METADATA has become out of synch. This table probably needs to be re-indexed. Schedule some time when no DataStage client is using the project and re-index the Repository.
by ray.wurlod
Mon Nov 05, 2007 10:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Connection to DB2 on Linux
Replies: 1
Views: 816

No, because you are not using an ODBC Enterprise stage.
by ray.wurlod
Mon Nov 05, 2007 10:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Environment vars / Transform stage won't compile
Replies: 8
Views: 1812

Are you using the GUI (the expression editor) to create the expression? Sometimes typing in the name of a job parameter in an expression does not pick up the fact that it is tagged as the name of a job parameter. And, of course, mis-typing the job parameter name will always cause a compiler error!
by ray.wurlod
Mon Nov 05, 2007 10:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Double quotes in data
Replies: 5
Views: 2537

As its originator, you should mark it Resolved.
by ray.wurlod
Mon Nov 05, 2007 10:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Suppress leading zero's
Replies: 2
Views: 1254

Data Browser always shows leading zeroes for Decimal data types, to prove that the precision figure is being managed properly. Internally, decimal numbers are stored in binary format, so the leading zeroes are not really there - it's an artifact of View Data.