Search found 42189 matches

by chulett
Wed Dec 12, 2012 4:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: unique alphanumeric keys with Datastage
Replies: 4
Views: 1837

Not exactly the function an ETL tool was designed for... especially with all of your "should nots".
by chulett
Wed Dec 12, 2012 4:57 pm
Forum: General
Topic: Assigning two DS engines to the same xmeta repository
Replies: 12
Views: 3013

You tell me. :wink:
by chulett
Wed Dec 12, 2012 1:46 pm
Forum: General
Topic: Assigning two DS engines to the same xmeta repository
Replies: 12
Views: 3013

Meaning you can share the repository? Or cannot? Sorry but I can't tell what the intention is you are trying to communicate. :(
by chulett
Wed Dec 12, 2012 7:41 am
Forum: Site/Forum
Topic: Slide-Ins
Replies: 11
Views: 8687

Not seeing it either and on IE9 as well.
by chulett
Wed Dec 12, 2012 7:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: length of where clause in filter stage
Replies: 2
Views: 1281

Or perhaps simplify it? Or worst case do it in multiple stages / steps - a "pre" filter to cut the rows down and then a "final" filter to weed out the rest? If possible. Depends on what is making it so long, of course. :?
by chulett
Wed Dec 12, 2012 7:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Variable Block File Creation
Replies: 4
Views: 1601

So... "VB" is indeed not implemented yet but "V" works for what you needed?
by chulett
Wed Dec 12, 2012 7:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: warning on checking operator on lookup stage
Replies: 5
Views: 1708

Then off we go to the proper forum!

PX not TX. :wink:
by chulett
Wed Dec 12, 2012 7:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: A bit difficult requirement
Replies: 6
Views: 1913

Show us your stage variables and their derivations.
by chulett
Wed Dec 12, 2012 7:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Hex Lowvalues
Replies: 3
Views: 1257

Move then trim. Moving "after" is too late.
by chulett
Wed Dec 12, 2012 7:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with XML_Output Stage
Replies: 3
Views: 1519

Run the job you created using dsjob rather than trying to run the osh directly.
by chulett
Wed Dec 12, 2012 7:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with seperator in timestamp field
Replies: 4
Views: 1948

Did you report this to your official support provider? Find out what the official answer is?
by chulett
Wed Dec 12, 2012 7:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Records lost when reading a hashed file after upgrading DS
Replies: 5
Views: 2236

I was thinking it might be related to having NLS enabled in only the new version, some difference in the key values. Curious to know what it was...
by chulett
Tue Dec 11, 2012 7:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: warning on checking operator on lookup stage
Replies: 5
Views: 1708

I'm sorry but is this actually a TX question? Or are you having an issue with a Parallel job and just posted in the wrong forum? I can't tell from what you've posted and your message doesn't seem to appear in any other post here.

Please clarify.
by chulett
Tue Dec 11, 2012 7:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Java Compilation error
Replies: 9
Views: 4849

<split to your own post>
by chulett
Tue Dec 11, 2012 7:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to run the abort job from the last record
Replies: 2
Views: 1237

Simply setting the commit interval to 1 doesn't "do it" - it just may make it easier to know where to restart. And how you restart is up to you (you need to build it in) and is not a short discussion. High level, you need a mechanism to track where you left off and a matching process to sk...