Search found 53125 matches

by ray.wurlod
Thu Mar 13, 2008 6:32 am
Forum: General
Topic: Error in Fixed width Sequential file
Replies: 6
Views: 4960

It makes no difference when reading. The data themselves are not padded. Declare it as VarChar(6) or make sure that the data field always contains precisely six characters.
by ray.wurlod
Thu Mar 13, 2008 6:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reject records with referential integrity constraint
Replies: 14
Views: 5154

It will never be a better solution.
by ray.wurlod
Thu Mar 13, 2008 6:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: any way to find which user is using which job
Replies: 16
Views: 3382

Open the Cleanup Resources tool in Director. On both windows (processes and locks) choose the Show All option. Can you see the job name in the Locks window? Get the process ID or user ID associated with the lock and find that user in the Processes window. This will be the user who owns the lock on t...
by ray.wurlod
Thu Mar 13, 2008 6:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dynamic ETL process - Performance fix
Replies: 6
Views: 1712

Every time you use a CPU cycle you "degrade performance" for some particular meaning of "performance". On the other hand, "degrade performance" is a meaningless term if you don't have a baseline measure against which the putative degradation can be compared. Writing data to disk unnecessarily is one...
by ray.wurlod
Thu Mar 13, 2008 6:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Merge Error
Replies: 4
Views: 1597

So the problem has occurred trying to open one or both of the files mentioned in the Merge stage. Check their pathnames carefully, and that the executing user has appropriate permission not just to the files but also to all the directories in the pathnames to the files.
by ray.wurlod
Thu Mar 13, 2008 6:18 am
Forum: General
Topic: Error in Fixed width Sequential file
Replies: 6
Views: 4960

"LEX" is not a valid value for a Char(6) field, because it does not have six characters.
by ray.wurlod
Thu Mar 13, 2008 4:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ClusterKeyChange
Replies: 5
Views: 2003

Where's the grouping occurring? You're probably looking for a sort key change, not a cluster key change.
by ray.wurlod
Thu Mar 13, 2008 4:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Enumeration List of SQL-Constants
Replies: 3
Views: 1138

:oops: My bad. Poor attention to detail there. Doing four other things at the same time.
by ray.wurlod
Thu Mar 13, 2008 4:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Merge Error
Replies: 4
Views: 1597

Reset the job in Director. Find the event "From previous run...". Tell us what's in that event.
by ray.wurlod
Thu Mar 13, 2008 4:38 am
Forum: General
Topic: Bulk Compile Error
Replies: 2
Views: 821

Welcome aboard.

Usually when this occurs the compilation report generated at the end contains additional information (for example which particular variable was not defined). Can you check that report to see whether there is any further diagnostic information?
by ray.wurlod
Thu Mar 13, 2008 3:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with ORCHESTRATE
Replies: 2
Views: 977

It might also be a timing issue. After all, what you look up from is not the Oracle table itself, but the virtual Data Set associated with the link. Therefore, if the LUT_CreateOp operator had finished before you truncated the table in Oracle, all of the reference data would still be present in your...
by ray.wurlod
Thu Mar 13, 2008 3:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Running Both Server and Parallel Jobs in the Same Project
Replies: 3
Views: 1013

One installs with DataStage. It is in a directory called Configurations and is called default.apt - beyond that, you need to construct others to your requirements specifying pathnames and other resources on your file systems. Coverage in online help and in Manager Guide (because this is where the Co...
by ray.wurlod
Thu Mar 13, 2008 3:29 am
Forum: General
Topic: ODBC connectivity issue for SQL server
Replies: 3
Views: 10231

:idea:
One of the basic arts to being a DataStage developer of any merit is the ability to glean all the information there is to be had from the error messages that are generated.
by ray.wurlod
Thu Mar 13, 2008 2:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ClusterKeyChange
Replies: 5
Views: 2003

Yes, tediously, through Transformer stage stage variables.

Why not specify "Don't sort, previously grouped" in the Sort stage - you can still generate the cluster key change column, at virtually no cost - what you would need to do in a Transformer stage is built-in to the Sort stage.
by ray.wurlod
Thu Mar 13, 2008 2:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dynamic ETL process - Performance fix
Replies: 6
Views: 1712

You have provided no information as to the methods you have used to effect your ETL. How, then, could it be reasonable for you to expect us to improve what you have done?
:roll: