Search found 42189 matches

by chulett
Wed Dec 31, 2014 12:20 am
Forum: General
Topic: @FM clarification
Replies: 14
Views: 18477

You might want to start here.
by chulett
Tue Dec 30, 2014 1:59 pm
Forum: General
Topic: SRVE0255E: A WebGroup/Virtual Host to handle localhost:9080
Replies: 10
Views: 4570

... or checked about firewalls.
by chulett
Tue Dec 30, 2014 8:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problems with XML Structure
Replies: 9
Views: 4151

I didn't think it was about the keys, necessarily, was curious if marking multiples would cause an issue. In the old days I recall the job failing if you'd done that, is it allowed now and actually works? Or does it pick one of the multiples to use?
by chulett
Mon Dec 29, 2014 6:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problems with XML Structure
Replies: 9
Views: 4151

Unless something has changed, only one "key" column was supported. [shrug] And the new Assembly doesn't support splitting directly from what I've read here but there is a 'trick' you can do with End Of Wave markers or some such to do the same thing. I'll see if I can find the post where Er...
by chulett
Mon Dec 29, 2014 3:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problems with XML Structure
Replies: 9
Views: 4151

Wish I could help, just trying to make sure there's enough information here when someone with more XML smarts wanders by so they can help properly. Thankfully, it's been far too long since I had to worry about stuff like this. :wink: One clarification - when you say "key columns" as in plu...
by chulett
Mon Dec 29, 2014 9:08 am
Forum: IBM QualityStage
Topic: Retyping to any of the know classes
Replies: 6
Views: 4954

Excellent.
by chulett
Mon Dec 29, 2014 9:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problems with XML Structure
Replies: 9
Views: 4151

I wasn't suggesting you use the new one, simply asking if it was the one you were using since you are running the 11.x version. And you're right, it does add a level of complexity to the process. It shouldn't be a problem to stick with the XMLOutput stage. Can you post the XPath Expressions you are ...
by chulett
Sun Dec 28, 2014 11:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Updating non partitioned table in Parallel with ODBC Stage
Replies: 5
Views: 2271

Yah, should have thrown that question out there as well as it is the 'go to' question in situations like this. Guess the 'clustered' part threw me off a bit, just went and read up on them and I don't think that plays a role. Using the proper hash partitioning should keep the four updates from throwi...
by chulett
Sat Dec 27, 2014 10:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Updating non partitioned table in Parallel with ODBC Stage
Replies: 5
Views: 2271

Re: Updating non partitioned table in Parallel with ODBC Sta

SwathiCh wrote:Can we update a non partitioned table with non partitioned Index in parallel using multiple nodes from Datastage??
Can you do it outside of DataStage? I suspect the answer is no.
by chulett
Sat Dec 27, 2014 10:51 pm
Forum: General
Topic: Finding a Input Dataset used in jobs
Replies: 9
Views: 4104

This looks like the 7.x code (and table/column names) that I knew back in the day, did you actually mean it won't work with versions after 7.x? Sorry, just trying to understand your statement.
by chulett
Sat Dec 27, 2014 8:41 am
Forum: IBM QualityStage
Topic: Retyping to any of the know classes
Replies: 6
Views: 4954

the dot sepator was just an example And yet in your post all you mentioned was "I am trying to remove dots following initials and combine them" so that's why you got the answer you did. Always best to lead with a full example / explanation of what you need so you don't have people waste t...
by chulett
Fri Dec 26, 2014 10:57 pm
Forum: Site/Forum
Topic: Webservices using DataStage
Replies: 3
Views: 9413

Hence the 'grey' I mentioned.
by chulett
Fri Dec 26, 2014 6:34 pm
Forum: General
Topic: Finding a Input Dataset used in jobs
Replies: 9
Views: 4104

Hmmm... what about the code is not applicable to the 7.x version? And you are getting picky about the "uv account" comment, he did say "once logged into your project" after that, so correct in spirit. :wink:
by chulett
Fri Dec 26, 2014 6:28 pm
Forum: Site/Forum
Topic: Webservices using DataStage
Replies: 3
Views: 9413

We also have a specific forum for site suggestions. Moved. :wink: Also note that I attempt to move topics of that nature over to that forum when it's obvious it should be there but sometimes the distinction is a little... grey. Then there's all the legacy stuff in the 'wrong' place from before I got...
by chulett
Fri Dec 26, 2014 5:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problems with XML Structure
Replies: 9
Views: 4151

Next time rather than "dots" just use the code tags, they preserve whitespace. Can you show us the XPath Expressions you are using? I'd also be curious what stage you are using, the new XML Assembly I believe it is called?