Search found 53125 matches

by ray.wurlod
Tue Jan 09, 2007 1:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Adding month to current date
Replies: 5
Views: 2764

I was about to suggest the very same page! :wink:
by ray.wurlod
Tue Jan 09, 2007 4:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: NLS affecting column length to multiple?
Replies: 2
Views: 1201

This very question was asked and answered TODAY. Doesn't your Search work?
by ray.wurlod
Tue Jan 09, 2007 4:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Cause of RT_STATUSxxx
Replies: 3
Views: 1329

RT_... are database tables in the Repository. They don't have any "cause" other than the job to which they relate being created. Errors relating to being unable to open them are usually fairly standard things like lack of permission or corruption within the structure. Re-indexing will not help, beca...
by ray.wurlod
Tue Jan 09, 2007 4:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORCHESTRATE step execution terminating due to SIGINT
Replies: 2
Views: 16307

When you searched the forum for SIGINT, what did you find? :roll:
by ray.wurlod
Tue Jan 09, 2007 4:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Getting return value from unix script
Replies: 4
Views: 2392

Please mark the thread as Resolved.
by ray.wurlod
Tue Jan 09, 2007 4:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: TimeStamp problem
Replies: 6
Views: 2012

What is the data type of DSLink6.POSTING_TIME ?
by ray.wurlod
Tue Jan 09, 2007 4:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How parallel jobs execute at runtime wrt DS Engine?
Replies: 6
Views: 1751

The only documents are the manuals, including the Orchestrate manuals. You can inspect the C++ source code generated by a Transformer stage, either in an error message or in the subdirectory called RT_SCnnn, where nnn is the job number. SELECT JOBNO FROM DS_JOBS WHERE NAME = '<<Job Name>>';
by ray.wurlod
Tue Jan 09, 2007 4:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: BAPI stage file format
Replies: 4
Views: 1350

Welcome aboard. :D

The short answer is that the table definition (metadata) used in DataStage must necessarily match exactly what is being produced by the ABAP code that the stage generates.
by ray.wurlod
Tue Jan 09, 2007 4:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multiple instances of client on same machine
Replies: 1
Views: 552

Multiple instance of post!!! Please delete the other one. You can have up to 10 connections from one PC without taking more than one licence seat on the server, in all versions from 5.2 onwards. Use the Tools menu in one of these three clients to open the other; this proves that the connection is re...
by ray.wurlod
Tue Jan 09, 2007 4:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Abnormal Termination Of Stage Detected
Replies: 3
Views: 1475

No.

There's not enough information.

Post the complete error message, so that you can see which stage it is. Let us know what stage type that is.
by ray.wurlod
Tue Jan 09, 2007 4:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem with aggregator Stage
Replies: 3
Views: 1113

The Aggregator stage does have memory limits. Sort the input by the grouping keys and assert on the Aggregator's input link that the input is sorted. This will mean that the Aggregator does not run out of memory, because it can free memory every time a grouping column value changes (because they are...
by ray.wurlod
Tue Jan 09, 2007 4:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Client ip or name on which DS client is opened
Replies: 15
Views: 3258

Current connections should be shown via the DS.TOOLS menu in a project or the PORT.STATUS command in the DS account. You are allowed multiple connections (up to 10 I believe) from one client machine. In your partial listing you have two connections from the same machine (PC016989). Or is this the sa...
by ray.wurlod
Tue Jan 09, 2007 12:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Client ip or name on which DS client is opened
Replies: 15
Views: 3258

nkln@you Premium membership is used to help pay for the bandwidth needed for this site to continue to operate. It does not cover the entire cost, because the owners of the site have elected to keep it affordable (only a few cents per day) - most people think you get good value for money. Therefore,...
by ray.wurlod
Tue Jan 09, 2007 12:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How merge stage works
Replies: 4
Views: 1111

Can you please give a more detailed example, perhaps naming the source and target columns and telling us exactly what happens?
by ray.wurlod
Tue Jan 09, 2007 12:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: problem with a decimal field
Replies: 3
Views: 1112

vij Premium membership is used to help pay for the bandwidth needed for this site to continue to operate. It does not cover the entire cost, because the owners of the site have elected to keep it affordable (only a few cents per day) - most people think you get good value for money. Therefore, I wi...