Search found 124 matches

by daignault
Sat Jan 08, 2011 4:10 pm
Forum: General
Topic: Difference between Cluster & Grid Architecture
Replies: 7
Views: 16013

A Cluster is a group of Datastage servers where The admin/designer designs the APT file to use the compute node resources available. A Grid uses software to auto-gen the APT file to use a subset of resources based on compute node use. If you have a group of 25 compute nodes, the designer would write...
by daignault
Thu Dec 30, 2010 12:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sort Stage - tsort CKdncT6O
Replies: 1
Views: 1531

Increase your /tmp workspace or have Datastage use a different disk for it's soft workspace. When you sort data, all the data must be present in order to determine the order of the data. This may require more memory than the system actually has. Datastage uses a scratch workspace on the HDD to proce...
by daignault
Thu Dec 30, 2010 10:50 am
Forum: General
Topic: unix script in ds job
Replies: 6
Views: 3215

You can execute a Before/After routine. You may also use the "External" stage on your Datastage desktop to execute a routine.

Finally, you can create a wrapper BuildOP for execution of an external routine.

Cheers,

Ray D
by daignault
Thu Dec 30, 2010 10:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Switch stage
Replies: 3
Views: 3150

You need to ask a question with more details.

The Switch Stage is a Datastage ETL stage used much like an SQL Where clause. SQL is a database language used to manipulate data.
by daignault
Thu Dec 30, 2010 10:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: File Pattern -- Reading sequentially
Replies: 13
Views: 8942

Setup your Seq stage to read the 3 files using a wildcard. Create a new column as part of the take-on that is the name of the source file (use a parameter maybe?) Use a hash partition method on the source file key you created above and the data will be grouped in the same way as the take-on. Cheers,...
by daignault
Thu Dec 30, 2010 10:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSD.UVOpen Unable to open file - Hash File
Replies: 4
Views: 8846

Better yet, perform a VALIDATE on the job. There is a tab when you try to run the job for validation.

This will ensure that all resources are available to the job. It will also create any missing Hash tables if you have checked the box in your hashed file stage to create the table.

Regards,

Ray D
by daignault
Thu Dec 30, 2010 10:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: TOAD vs DataStage
Replies: 18
Views: 14504

Hi All, Why not create custom SQL within the Oracle stage? This way you won't pull 17Million rows of data across the net. Datastage can initiate the SQL thru a Datastage job. I'm at a site right now where we are trying to do something similar, but with 2.3 BILLION rows of data on a multi-node grid. ...
by daignault
Fri Dec 03, 2010 1:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Teradata Connector vs Teradata Multiloader
Replies: 3
Views: 4164

Always use the Teradata MLoad stage. Bulk loading will be much faster.

Ray D
by daignault
Mon Nov 22, 2010 2:38 pm
Forum: General
Topic: Datastage Director Lite
Replies: 1
Views: 3379

Datastage Director Lite

This was a special patch done for the client. I don't know how this is going to be distributed.

Ray D
by daignault
Thu Nov 11, 2010 9:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Passing a value from oracle table as a parameter
Replies: 4
Views: 1830

Well I am trying. Ohhhh.... the OTHER Ray :)

Well, since Ray W is slightly older than me I guess he get's to use the name without extensions :)
by daignault
Thu Nov 11, 2010 8:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Best Way to Load flat file with no delimiters
Replies: 7
Views: 5992

Define the columns as you would a COBOL flat file. Use CHAR(10) which represents the full length of the string (ie INPUTVAR[20, 10 ] Make sure you define the sequential input by it's full block length. This will be processed sequentially, but the decode of the flat file will be done in parallel if y...
by daignault
Thu Nov 11, 2010 8:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dataset Magic
Replies: 10
Views: 4756

Thanks Arnd, you took the words from my typing fingers :). I searched the system for dataset and magic but I did not discover your posting. That would have saved the group my rantings. FYI, I'm doing some Datastage admin work for a large datastage site using offshore contractors. Sometimes the jobs ...
by daignault
Wed Nov 10, 2010 12:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dataset Magic
Replies: 10
Views: 4756

Dataset Magic

I'm looking to update a unix (linux) MAGIC file so I can scan a directory and identifiy both Dataset headers as well as Dataset parts for cleaning/purging older datasets on the system using the file command to identify the object. I've identified that all Dataset headers start with "Torrent Orc...
by daignault
Fri Nov 05, 2010 8:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: New install of 7.5.3 not working correctly
Replies: 2
Views: 1236

Do you have the Oracle CLI installed on the Datastage server? You need this if you are accessing oracle by the Oracle plugin.

Otherwise setup your ODBC to access the oracle environment and try importing the metadata by ODBC.

Regards,

Ray D
by daignault
Thu Nov 04, 2010 10:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: director log
Replies: 7
Views: 3216

Your post is for a unix platform. Sendmail also runs on windows