Search found 42189 matches

by chulett
Tue Oct 23, 2012 6:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Replacing a string with another string
Replies: 13
Views: 13571

No, it will help you find the string but does nothing to replace it. How are you planning on doing the actual replacement?
by chulett
Tue Oct 23, 2012 6:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: junk data issue using sequential stage
Replies: 9
Views: 2122

They're not junk. How are you viewing the data "in unix prompt" and what exactly are you seeing? Best to identify the characters you are having an issue with before you decide what (if anything) needs to be done about them.
by chulett
Tue Oct 23, 2012 6:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup job fails with error "Could not alloc memory for
Replies: 21
Views: 6157

I know I'm right in a general sense, can you confirm or deny if that applies to your specific case? I was asking if your servers differ in their "bitness"... do they?
by chulett
Tue Oct 23, 2012 6:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Title Case
Replies: 4
Views: 1640

The advise to use CAPITAL also specifically said to use it in a BASIC transformer as it is a Server transform. If you're not fluent in C++ don't even start down that path as it is dangerous and full of pitfalls. If you are trying to match two strings regardless of case, best advice has always been t...
by chulett
Tue Oct 23, 2012 6:28 am
Forum: General
Topic: Information Server version 9.1
Replies: 18
Views: 11528

IBM wrote:Version 9.1 includes a series of advancements that would increase organization's productivity, optimize the integration execution, and accelerate the data governance agenda.
How delightfully non-specific! :wink:

Hopefully someone will have some gory details they can post.
by chulett
Mon Oct 22, 2012 3:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Number of Input and output rows are not same in Hashed file
Replies: 2
Views: 1231

Weird... not sure where this one came from as we answered this question on the day it was posted:

viewtopic.php?p=431155
by chulett
Mon Oct 22, 2012 11:54 am
Forum: General
Topic: The maximum number of sessions has been reached
Replies: 3
Views: 2091

ArndW wrote:Have you checked what you've set the value to?
Please check and let us know.
by chulett
Mon Oct 22, 2012 10:09 am
Forum: General
Topic: dsjob -run error
Replies: 10
Views: 3964

You need to provide the credentials of whichever userid you want the job to run under.
by chulett
Mon Oct 22, 2012 9:04 am
Forum: General
Topic: dsjob -run error
Replies: 10
Views: 3964

Now you need to add the credentials to access the project - userid, password, domain.
by chulett
Mon Oct 22, 2012 7:22 am
Forum: General
Topic: How to fetch information from a Sequencer job
Replies: 9
Views: 2023

atul9806 wrote:Thanks Ray for valuable comments.
I did as you suggested the things to change the server job to parallel job.
and wow it works...
Thanks , Thanks a lot
Are you sure you just marked the right post as Resolved? :wink:
by chulett
Mon Oct 22, 2012 6:48 am
Forum: General
Topic: dsjob -run error
Replies: 10
Views: 3964

D'oh! Didn't notice that. :cry:
by chulett
Mon Oct 22, 2012 6:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Enterprise Stage
Replies: 5
Views: 1401

Ah... thanks. Wasn't aware of that little nuance. :wink:
by chulett
Mon Oct 22, 2012 6:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: High Availability and Fail Over in IIS 8.5
Replies: 5
Views: 2717

Sorry but I'm not current on their HA offerings. I've done something similar in the long past on a Compaq Tru64 clustered system with 7.5 but there was nothing 'transparent' in the failover we were able to handle... and the new 8.x architecture will complicate that. Automated, sure, fail over, yes b...
by chulett
Mon Oct 22, 2012 6:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Enterprise Stage
Replies: 5
Views: 1401

Don't forget the product ships with a full documentation suite so you could also check the Connectivity Guide for Oracle Databases pdf you have.
by chulett
Mon Oct 22, 2012 6:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sequential file-reading
Replies: 4
Views: 1291

Hmmm... the Server version of the stage includes an option to "ignore truncation errors" which allows a short read like that but I wasn't aware that the PX stage had any such capability. I'll be curious what comes of this.