Search found 53125 matches

by ray.wurlod
Fri Feb 02, 2007 2:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Abnormal termination
Replies: 19
Views: 4017

When the result of the (correct) VLIST command is posted, then we'll be able to offer more cogent advice.
by ray.wurlod
Fri Feb 02, 2007 2:54 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to take the splitted records as seperate records
Replies: 4
Views: 1277

Generating the key value in the second row of each pair is straightforward also. Extract the first field from the entre record and add 1 to it.
by ray.wurlod
Fri Feb 02, 2007 2:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DateTime Metadata Mismatch Warnings
Replies: 17
Views: 10401

Then clearly you must demand that Microsoft and IBM get their act together so that you can!
by ray.wurlod
Fri Feb 02, 2007 2:48 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Issue with multiple IF's in a transformer derivation
Replies: 8
Views: 1548

So you can mark the thread as resolved.
by ray.wurlod
Fri Feb 02, 2007 2:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Obtaing Job sequence Info
Replies: 12
Views: 3984

You could hard-code the required names in the Routine activity and create a routine that accepted them as arguments.
by ray.wurlod
Fri Feb 02, 2007 2:40 pm
Forum: Site/Forum
Topic: Getting logged out during session
Replies: 17
Views: 9495

I am beginning to see this more frequently. It used to be as narashima suggests only when surfing away from the site - even when following a link - but now it's in the middle of working through the postings. From here it is many hops to the server, so I thought it may have been my network. Now I'm l...
by ray.wurlod
Fri Feb 02, 2007 1:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Char data type compatibility with DataSets.
Replies: 6
Views: 1259

What is the data type of this field and of all preceding fields in the record schema? Can you post the schema?
by ray.wurlod
Fri Feb 02, 2007 1:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: PX Job Compilation Error
Replies: 7
Views: 2155

You must have a compatible C++ compiler to compile jobs containing Transformer and Build stages.

Do you have a C++ compiler?

None installs with DataStage - you must provide it yourself.
by ray.wurlod
Fri Feb 02, 2007 1:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reject Rows from DB2 API stage.
Replies: 7
Views: 2550

The convention here is to mark the thread as resolved.

And there's no need to thank "u" - whoever "u" is did not contribute to the answers.
by ray.wurlod
Thu Feb 01, 2007 11:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Char data type compatibility with DataSets.
Replies: 6
Views: 1259

Char(10) (called string[10] in the record schema) is fully supported in Data Sets. But you must provide exactly 10 characters to store in one.

We need to know the precise error message if we are to help you to resolve your issue.
by ray.wurlod
Thu Feb 01, 2007 11:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Abnormal termination
Replies: 19
Views: 4017

Now, now, you're going start a war here. Not everyone has a religious belief that involves a single god, or even a religious belief at all. :wink:

Though I've heard it claimed that atheism is the strongest form of faith.
by ray.wurlod
Thu Feb 01, 2007 11:08 pm
Forum: General
Topic: Splitting rows into multiple files
Replies: 2
Views: 1437

Please delete the duplicate post.

How do you propose to manage all these files in a parallel execution environment, were you have no direct control over which row is processed on which node (because someone might run the job under a different configuration)?
by ray.wurlod
Thu Feb 01, 2007 11:07 pm
Forum: General
Topic: DataStage vs Essbase
Replies: 5
Views: 1798

Why incredible? If the syntax exists (much like inserting rows into a SQL Server (Plato edition) cube), why shouldn't an ETL tool be able to take advantage of that?
by ray.wurlod
Thu Feb 01, 2007 8:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Pivot & Filter - Alternative option
Replies: 12
Views: 2530

Yes, I meant in the first Transformer stage. And it's perfectly OK that this stage does "other stuff". All my suggestion adds is an additional condition on the output constraint expression - it does not affect anything else you are doing with this Transformer stage.
by ray.wurlod
Thu Feb 01, 2007 8:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CRC32 in PX
Replies: 15
Views: 5005

Change Apply stage can rebuild the original data set from the result of a Change Capture stage.