Search found 42189 matches

by chulett
Tue May 21, 2013 6:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Run time error
Replies: 7
Views: 2987

From what I recall, 7.5x2 is the only 7.x Parallel version that supports running jobs on Windows. All others would give a "not runnable on this platform" error. BTW, what Windows version are you running this on? Normally we'd suggest going to your official support provider for help, but th...
by chulett
Tue May 21, 2013 6:35 am
Forum: General
Topic: Querying with Datastage repository
Replies: 3
Views: 751

What kind of help do you need?
by chulett
Tue May 21, 2013 6:31 am
Forum: General
Topic: SOURCE AND TARGET STAGE COUNT
Replies: 11
Views: 5494

Are you on "8.7 onwards" as noted?

Your stage in the DSGetLinkInfo() call should be a transformer in a Server job, an active stage. More than likely you can get both source (incoming) and target (outgoing) counts from it.
by chulett
Tue May 21, 2013 6:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hashed File stage Lookup propertry in server job
Replies: 8
Views: 4493

So this really has nothing to do with a hashed file lookup per se? But rather an error when attempting to write to a Sequential file? Sounds like your output file path is either invalid or your running user doesn't have permissions to write to it.
by chulett
Tue May 21, 2013 6:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hashed File stage Lookup propertry in server job
Replies: 8
Views: 4493

Re: DataStage Hashed File stage LookUp propertry in server j

Hi, I am new to this forum...don't know whether am posting to the correct link or not Welcome. And... you're not. :wink: You needed to start a new post but instead you replied to an old one. I've split this out for you so now we're better but I had to guess on your O/S and version. Please let me kn...
by chulett
Tue May 21, 2013 6:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Strange Issue - Datastage Going down
Replies: 14
Views: 5492

Three year old post, so probably not much "sharing" going to happen at this point.
by chulett
Mon May 20, 2013 8:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: subqueries are currently not supported as tables - Oracle C
Replies: 5
Views: 2929

OK... then it's not supported and it would seem you'll need to rewrite it so it doesn't use those inline views. They're not really needed and just add an unnecessary level of complexity since all you are doing is: SELECT C.COL1, C.COL2, C.COL3, D.COL1, D.COL2, D.COL3 FROM C, D WHERE C.COL1 = D.COL1 ...
by chulett
Mon May 20, 2013 3:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: subqueries are currently not supported as tables - Oracle C
Replies: 5
Views: 2929

So... "subqueries are currently not supported as tables" came from you as what you think might be the issue or was that actually reported by the connector? If your entire error is "invalid property value" then I would wager it has nothing to do with the SQL itself but rather some...
by chulett
Mon May 20, 2013 10:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSD.ODBLinkStats
Replies: 6
Views: 3294

Hmmm.... looks like naughty stuff, the kind of thing that doesn't survive across major releases, and there have been two since it was created. Gonna have to defer this one to Ray or Kim.

:? And now you've edited it down to almost nothing.
by chulett
Mon May 20, 2013 7:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSD.ODBLinkStats
Replies: 6
Views: 3294

Can you post the routine code, please?
by chulett
Mon May 20, 2013 6:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup issue
Replies: 14
Views: 5622

"Goes for a toss"? Is that a new technical term? I'm going to assume you weren't talking about definition #3. :wink:
by chulett
Mon May 20, 2013 6:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Compilation Error in Transformer stage
Replies: 2
Views: 1393

And if you remove the call to that routine does it compile ok? Please detail your job design.
by chulett
Sat May 18, 2013 7:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: issue with a delimited file
Replies: 1
Views: 1125

Rather than these 'sed' shenanigans, have you tried using a Server job? Or the Server Sequential File stage in a Server Shared Container? Much more... forgiving.
by chulett
Sat May 18, 2013 7:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Setting up Oracle Enterprise getting ORACLE not available
Replies: 16
Views: 8476

Ray, for what it's worth I noted that in my first reply. And as you said it does mean they are connecting but not that there's a setup issue on the database side but rather simply the instance connected to is down. So a client / tool setup issue I believe since they can successfully connect to it fr...
by chulett
Fri May 17, 2013 9:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to filter char using FILTER stage
Replies: 4
Views: 1598

Well then send the same rows to two Filters, one that passes only India and another than passes all not India. Or just do that in a Transformer via output link constraints.