Search found 53125 matches

by ray.wurlod
Tue Apr 17, 2007 3:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: importing definition from Oracle database link
Replies: 1
Views: 761

Not "import", but you can Save the table definition back into the Repository. Go to the Columns tab; you will find Save and Load buttons in the lower right hand corner.
by ray.wurlod
Tue Apr 17, 2007 3:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage JOB on HOLD ?!
Replies: 3
Views: 1199

Good management is best.

Be aware of scheduled downtime, and avoid starting any job that, based on its history, will not complete before that time.

Invest in high-availability hardware and database, so that there is no unscheduled downtime.
by ray.wurlod
Tue Apr 17, 2007 3:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Peoplesoft connection
Replies: 4
Views: 2510

The PeopleSoft PACK is a number of DataStage jobs, routines and table definitions that you purchase from PeopleSoft.
by ray.wurlod
Tue Apr 17, 2007 3:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Migration from DS 7.5.1A Server Edition to DS 8
Replies: 18
Views: 4858

Er... the Windows version beat the IBM version by three months. :roll:
by ray.wurlod
Tue Apr 17, 2007 3:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem in string to date conversion.
Replies: 15
Views: 6626

Surely, if the date is in the form 21-APR-07, you would not select "%yyyy-%mm-%dd" as the date format picture!

Try "%dd-%mmm-%yy" as the date format picture string in the StringToDate() function.
by ray.wurlod
Tue Apr 17, 2007 3:03 pm
Forum: General
Topic: SQL LOADER (sqlldr)
Replies: 7
Views: 3092

Automatic means that sqlldr is kicked off straight away. Manual means that sqlldr is not kicked off straight away. This can be useful where, for example, your time windows for extraction and loading do not coincide. You can still completely preserve control within DataStage - use an Execute Command ...
by ray.wurlod
Tue Apr 17, 2007 3:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: can't access db2 table after loading
Replies: 8
Views: 2080

Why ever not? Data cleansing is a large part of ETL. Even if you want to store "junk" data, there are no restrictions on what you can store in VarChar columns. So maybe a rethink of the target tables' data types may be in order? Take a look at QualityStage - it is particularly good at extracting bur...
by ray.wurlod
Tue Apr 17, 2007 2:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Designing Sequnece job
Replies: 7
Views: 1410

Almost certainly you need a patch to address the inability to open Job activity in job sequence, and my guess is the XPSP2 patch. Contact your support provider. Your second question is irrelevant. The links in a job sequence indicate dependency. In your (a) job every activity is dependent upon all p...
by ray.wurlod
Tue Apr 17, 2007 2:46 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORA-03113: end-of-file on communication channel
Replies: 31
Views: 12233

Might your data contain any special characters, such as EOT (end of transmission), EOF (end of file), etc., that might cause the connection to be interrupted?
by ray.wurlod
Tue Apr 17, 2007 2:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: can't access db2 table after loading
Replies: 8
Views: 2080

Don't load junk data?
by ray.wurlod
Tue Apr 17, 2007 2:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: sql not working in datastage
Replies: 16
Views: 3514

Gosh.

Obeying the syntax rules.

Whatever will they think of next?!!
by ray.wurlod
Tue Apr 17, 2007 2:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error after creating primary key
Replies: 2
Views: 805

There are various rules in Oracle about what you can and cannot do with bulk loading. For example, parallel bulk loading is prohibited if the table has any bitmap indexes. A primary key index is more likely to be a B-tree, so you need to provide a value to a property in the Oracle Enterprise stage t...
by ray.wurlod
Tue Apr 17, 2007 2:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Introduction
Replies: 7
Views: 2275

Hop in your time machine and get a job with VMARK Software, starting in approximately 1995. That would definitely be the best way.
by ray.wurlod
Tue Apr 17, 2007 2:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error while trying to import tables-dsn names
Replies: 14
Views: 4946

I dont see any entries for the DSN "castle".
by ray.wurlod
Tue Apr 17, 2007 2:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: hash file not populating
Replies: 7
Views: 1722

Re: hash file not populating

pat_raman2000 wrote:The part which populates hash file doesn't have transformer.The oci stage is directly connected to hash file.

I want you to put one in, as an aid to diagnosis.

With two links we get separate counts of rows selected from Oracle table and rows sent to hashed file.