Search found 42189 matches

by chulett
Tue Jun 23, 2009 4:09 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Replace a particular date with null
Replies: 4
Views: 1399

You want to do this in DataStage or in Oracle? In the job, an If-Then-Else derivation would be perfectly fine:

Code: Select all

If Link.Field = "1900-01-01 00:00:00" Then @NULL Else Link.Field
by chulett
Tue Jun 23, 2009 3:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Special Characters in Password - V8.0.1
Replies: 6
Views: 4723

Oracle itself doesn't need double-quotes for "special characters" but you need to use them to break the rules for what is allowed where. For example, you can use a # anywhere in the password except as the first character without needing to quote it. However, if you want to use the # as the...
by chulett
Tue Jun 23, 2009 12:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: HASH file error does not match expected blink
Replies: 4
Views: 2226

Been discussed here alot, search for "Computed blink" to find the conversations.
by chulett
Tue Jun 23, 2009 10:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: patch to connect to sqlserver2005
Replies: 9
Views: 2764

Define "not working" please. Post any applicable error messages as well.
by chulett
Tue Jun 23, 2009 10:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multi-instance Job completes - doing nothing
Replies: 4
Views: 1430

The number doesn't matter, it was a bug from simply having it on that Arnd is worried about. Make sure it is off/disabled for this particular job and see if that helps.
by chulett
Tue Jun 23, 2009 9:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: More jobs through Sequencer
Replies: 6
Views: 1649

Interesting... never noticed that in the stage title, and all of the documentation simply references the "Sequencer" stage. I'm guessing the "condition" may be specific to the internal setting - All or Any - but it doesn't really matter in the Grand Scheme of Things. Now we'll kn...
by chulett
Tue Jun 23, 2009 9:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: can i generate reports
Replies: 4
Views: 1419

Right... use links from the transformers to capture both logical and/or physical rejects and then transform/land them after that any which way you like. By 'logical' I mean records you reject before the target using constraints, 'physical' would be ones the target rejected and barfed back up. Be awa...
by chulett
Tue Jun 23, 2009 7:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: the record is too big to fit into block
Replies: 22
Views: 18414

There are other APT variables that may help, check this post to see if anything there works for you.
by chulett
Tue Jun 23, 2009 7:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: the record is too big to fit into block
Replies: 22
Views: 18414

Just how same is the "same error" you get after changing the APT variable? Exactly the same as in it still says "the max block length is: 131072" or just that it is still "too big" but you see the "max" changing?
by chulett
Tue Jun 23, 2009 7:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: the record is too big to fit into block
Replies: 22
Views: 18414

I have no idea how to handle something that big, sorry. Hopefully someone else does.
by chulett
Tue Jun 23, 2009 6:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: the record is too big to fit into block
Replies: 22
Views: 18414

Your input record length is over 4 billion bytes? :?
by chulett
Tue Jun 23, 2009 6:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Run time error in Datastage server (7.5)
Replies: 4
Views: 2201

It always names them "TRANSn" rather than using your names and "TRANS2" would be the second transformer in the job. And the specific "RT_BP*" directory for this problem would be RT_BP923 - the Job number is explictly mentioned in the phantom error message.
by chulett
Tue Jun 23, 2009 6:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Upgrading to DS8.0
Replies: 9
Views: 2309

Right, you seem to be a little confused about "waves", they've always been there.

The biggest problem with 8.0.x is the sheer bugginess of it, hence the advice to skip it entirely now that 8.1 is out and go straight to that.
by chulett
Tue Jun 23, 2009 6:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: IBM 8.0.1.0 Client issues
Replies: 12
Views: 3829

He wanted to know if you have Windows "SP2" - Service Pack 2 - installed on your client pc. And if this is strictly your problem or if others are seeing this as well.
by chulett
Tue Jun 23, 2009 6:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Failed to Authenticate
Replies: 2
Views: 1047

So this is an 8.x error rather then from the 7.x side, yes? Search the forums for the "Failed to" part of your message and see if anything matched posts help.