Search found 42189 matches

by chulett
Fri Sep 16, 2016 6:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Generate XML From Sequential File
Replies: 8
Views: 8553

The 'old' ones work just fine. I've used them to generate crap tons of XML for Google and Yahoo in the past. 8)
by chulett
Thu Sep 15, 2016 7:04 pm
Forum: General
Topic: Using job parameters in Source select query
Replies: 3
Views: 1275

I'm going to mark this as Resolved as that's really all there is to it, but if you have more questions on the subject - come back. Open it back up. Ask away. :wink:
by chulett
Thu Sep 15, 2016 7:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Generate XML From Sequential File
Replies: 8
Views: 8553

And, from what I understand, not usable in a Server job... but could be wrong!
by chulett
Thu Sep 15, 2016 1:44 pm
Forum: General
Topic: Using job parameters in Source select query
Replies: 3
Views: 1275

No, not as stage variables. While you can assign parameter values to stage variables, that's not how you get them bound into the source SQL. For that, find the place where the variable needs to be and use the parameter name (correctly cased) enclosed in hash signs there: select a from b where b.LOAD...
by chulett
Thu Sep 15, 2016 7:24 am
Forum: General
Topic: Unable to access Project - Session Expired issue
Replies: 7
Views: 4089

It would seem... no. Perhaps?

viewtopic.php?t=155356
by chulett
Wed Sep 14, 2016 10:20 pm
Forum: General
Topic: Compatibility of WAS v8.5.5.3 with IIS v.9.1.2
Replies: 3
Views: 1404

Seems to me to be a question for your sales person. Unless someone here knows definitively, that is.
by chulett
Wed Sep 14, 2016 10:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sql stored procedure stage job
Replies: 2
Views: 1151

Perhaps more of an alias or cataloging issue. But then I've never used DB2, only... Google. :wink:
by chulett
Wed Sep 14, 2016 3:27 pm
Forum: General
Topic: Job run issue
Replies: 8
Views: 2420

For future searchers, you resolved this by doing what exactly?
by chulett
Wed Sep 14, 2016 9:55 am
Forum: General
Topic: Job run issue
Replies: 8
Views: 2420

Re: Job run issue

kumar11 wrote:This likely indicates a network problem.
Did you investigate this?
by chulett
Wed Sep 14, 2016 9:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CheckSum Stage
Replies: 3
Views: 2679

And without going into all of the normal lecture behind it, for #1 you do not need the value to be 'always unique'.
by chulett
Tue Sep 13, 2016 3:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Auto partition on Change Capture stage
Replies: 4
Views: 1395

That sounds right, hence the occasional need for that APT_NO_INSERTY_TSORT environment variable when you don't want that to happen. :wink:
by chulett
Tue Sep 13, 2016 8:28 am
Forum: General
Topic: .isx Import issue Information Server Manager
Replies: 6
Views: 3519

Please include your complete error message.
by chulett
Tue Sep 13, 2016 8:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Auto partition on Change Capture stage
Replies: 4
Views: 1395

Note that the reply is specific to partitioning only, the sorting is still up to you from what I recall.
by chulett
Tue Sep 13, 2016 7:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Auto partition on Change Capture stage
Replies: 4
Views: 1395

As has been noted many times here, Auto is guaranteed to always provide correct results. Wouldn't make much sense otherwise. However, and as also noted, it may not select the most efficient method for the stage. Found one of Ray's posts on the subject where he lists what Auto defaults to by stage: h...
by chulett
Mon Sep 12, 2016 6:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel job idempotency
Replies: 6
Views: 2295

Ernie, thanks for the clarifications and insight.