Search found 42189 matches

by chulett
Wed May 13, 2015 2:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue with Seq File
Replies: 23
Views: 5601

How? Not sure how many other questions we can ask. This kind of thing typically takes 'boots on the ground', is there anyone else there with you who can look at it? Well, maybe... Are you sorting the data properly to support the Remove Duplicates stage? If running on multiple nodes are you using Has...
by chulett
Wed May 13, 2015 2:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup/join using something other than equal
Replies: 5
Views: 2599

Hmmm... was hoping someone would wander along and throw us a bone. Have you had any luck with this in the interim?
by chulett
Wed May 13, 2015 1:11 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Multiple requests to a webservice in ISD
Replies: 10
Views: 11089

Right... hadn't gotten down into the weeds yet since that's usually Ernie territory. :wink: 1. Meaning you can have many instances of the service running and from what I remember they can increase dynamically based on need until you hit a configured limit. Each will support a queue of requests up to...
by chulett
Wed May 13, 2015 12:20 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Multiple requests to a webservice in ISD
Replies: 10
Views: 11089

Thousands of individual requests per minute? :shock:
by chulett
Wed May 13, 2015 9:35 am
Forum: General
Topic: Unable to see the status bar in DataStage designer
Replies: 2
Views: 1389

:idea: Don't be sorry, just use Post new topic rather than jumping on the end of someone else's problem.

Split out to your own topic
by chulett
Wed May 13, 2015 8:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Special Character in incoming file
Replies: 2
Views: 1950

Sure, the Index function could be used if you just need to check to see if there is at least one, it's actually a more appropriate approach in that case so not really sure why the eye roll. You'll still need to verify the decimal value of the character as I assume you'll need to use the CHAR() funct...
by chulett
Wed May 13, 2015 7:58 am
Forum: General
Topic: Execute Command Activity
Replies: 4
Views: 1620

Your image isn't working with the tags. FYI, the command is:

Code: Select all

D:\Batch\GEN_CUBES\AchatAmpPrixV2_V2mad.cmd
What is the actual "access problem" error you get?
by chulett
Tue May 12, 2015 10:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash file job - individual records going to separate files
Replies: 4
Views: 3972

We've seen it before here and I saw it back in the day. One such example is here and there were two or three others I could find.
by chulett
Tue May 12, 2015 4:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Special Character in incoming file
Replies: 2
Views: 1950

Huh... was wondering why I could find one for a lower-case y but not for an upper-case one. Also wondering if it had three dots on top would that be a triaeresis? :wink:
by chulett
Tue May 12, 2015 10:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: C++ Compiler version for AIX 7.1
Replies: 3
Views: 1773

Re: C++ Compiler version for AIX 7.1

mandyli wrote:I hope all datastage code will compile on higher version of C++ 12.1 compiler.
Your hopes may be dashed seeing as how experience has taught us that one must use only supported compilers (make & model) for your DataStage version and Operating System.
by chulett
Tue May 12, 2015 10:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup/join using something other than equal
Replies: 5
Views: 2599

I don't think the Ranged Lookup is quite as limiting as you think, mostly because what you are needing is not a range. :wink:

So basically you are looking for a way to do "<" check in a lookup rather than an equality check?
by chulett
Tue May 12, 2015 8:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Best Practice replacing transformer with multiple input link
Replies: 4
Views: 1538

As already noted, you replace the lookups the transformer is doing with Lookup stages. Seems to me there's no need to replace the transformer itself unless the only purpose it is serving in your Server job is to perform the lookups. As to the why, PX is a different philosophy and was developed by a ...
by chulett
Tue May 12, 2015 6:51 am
Forum: General
Topic: Installation Process for IIS 8.7
Replies: 3
Views: 1084

You should have an "Installation and Configuration Guide" in pdf format. Worst case you can download it from IBM. I'd start there. If you have that and still didn't get "the info you want" let us know what that specific information is.
by chulett
Tue May 12, 2015 6:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Join Stage Dynamics
Replies: 6
Views: 2123

Are we really talking about a Server job here? The join stage there isn't anything like the Parallel version.
by chulett
Tue May 12, 2015 6:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue with Seq File
Replies: 23
Views: 5601

Saying that it "is simple" doesn't help us help you. Detail the design for us if you want us to be able to help. And what does "no hard code values for any parameter" mean - are they being passed to it by the Sequence? If so, do one or more of the parameters control the file's na...