Search found 53125 matches

by ray.wurlod
Thu Mar 29, 2007 4:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: HAWK (DS Version 8)
Replies: 2
Views: 1031

DataStage is one component in IBM Information Server. Information Analyzer is another. You purchase the product IBM Information Server (this is the only one with a part number) and optional add-ons, one of which is DataStage.
by ray.wurlod
Thu Mar 29, 2007 4:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Foreign Key Problem
Replies: 2
Views: 864

Make sure that every row you send to DB2 does not violate the foreign key constraint mentioned in the error message (or any other constraint for that matter).
by ray.wurlod
Thu Mar 29, 2007 4:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to write Routine ?
Replies: 9
Views: 3857

Get into Help from Designer or Manager and open the topic BASIC Tasks
by ray.wurlod
Thu Mar 29, 2007 4:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Time Out waiting for Mutex Error
Replies: 9
Views: 5561

Welcome aboard. :D You are not the first to have encountered this problem. It seems from what you have tried that you have already searched the forum for possible answers. It might be useful to place before-stage and after-stage subroutines that execute timing points either side of the Transformer s...
by ray.wurlod
Thu Mar 29, 2007 4:49 am
Forum: General
Topic: Link Count
Replies: 27
Views: 10932

It is if you create one. Create a routine of type before/after subroutine. In there you can invoke the DSGetLinkInfo() function (and every other function in the DataStage API). What do you want to do with this row count?
by ray.wurlod
Wed Mar 28, 2007 3:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Location of Datastage Projects
Replies: 2
Views: 952

You can create projects anywhere you like except the root of a file system.

Don't used mapped network drives, however, for that introduces far too many points of failure, some that aren't even visible (such as locking in the Repository database).

Please re-educate your coworker.
by ray.wurlod
Wed Mar 28, 2007 3:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: link.DBMSCODE
Replies: 10
Views: 3839

Yes, but you will need separate columns on the rejects link for the DBMSCODE or LASTERR or SQLSTATE link variables from the ten other output links. Name these columns appropriately, such as Table1.DBMScode.
by ray.wurlod
Wed Mar 28, 2007 12:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Standards
Replies: 1
Views: 559

More standards than you can imagine!

It seems that most sites develop their own, or have them suggested or sold or otherwise imposed by a consulting firm.

There's apparently no "industry standards".
by ray.wurlod
Wed Mar 28, 2007 12:31 pm
Forum: General
Topic: Reducing duplicate streams and databases
Replies: 5
Views: 1666

Wait for the challenge in getting all the silo owners to agree on consistent enterprise-wide terminology. How good are your negotiation and dispute resolution skills?!
by ray.wurlod
Wed Mar 28, 2007 12:29 pm
Forum: General
Topic: ORABULK and ORAOCIBL difference and when to use
Replies: 9
Views: 2569

... although sometimes you will get "log" and "logbad" files in /tmp.
by ray.wurlod
Wed Mar 28, 2007 7:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to interface SAP R3 with DataStage 7x tool
Replies: 11
Views: 4902

We do not - can not, according to out licensing agreements with IBM - ship or otherwise redistribute material in which IBM owns intellectual property. Most of their manuals can be had for the asking, or for a small fee, in electronic form. Contact your DataStage reseller.
by ray.wurlod
Wed Mar 28, 2007 7:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hashed File Settings
Replies: 3
Views: 961

The overflow file could be used even if the hashed file contains very few groups. It's not related to the total volume of data - it's related to the evenness of spread among the available groups (pages) within the hashed file structure. The only control you have over that is choice of hashing algori...
by ray.wurlod
Wed Mar 28, 2007 7:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to eliminate Special characters
Replies: 2
Views: 986

Technical Note

128 is not an ASCII character. ASCII is a seven-bit encoding, which allows only 0 through 127.
by ray.wurlod
Wed Mar 28, 2007 7:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to write Routine ?
Replies: 9
Views: 3857

You could undertake some training
by ray.wurlod
Wed Mar 28, 2007 7:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to improve the performance in Server Job
Replies: 3
Views: 1134

Manage expectations better. This might be the best achievable time - it depends on very many things, such as the complexity of transformations, the number of indexes and constraints on the target table and, of course, the efficiency of your ETL design. Without knowing those factors it is impossible ...