Search found 42189 matches

by chulett
Fri May 22, 2009 6:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Buffer Operator Warning (1st encounter)
Replies: 5
Views: 2670

No worries... sometimes people search for "too much", too specific of a search string. Can help to cut it back, to use a more generic portion of the message. Sure it gives you more to weed thru, but your fish is in the net. Somewhere. :wink: Do you still need help? If so, please do give us...
by chulett
Fri May 22, 2009 6:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: To supress Zero in decimal colm
Replies: 15
Views: 5628

Exactly. You are trying to 'solve' a non-existent problem.
by chulett
Fri May 22, 2009 6:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage Connectivity to Oracle RAC
Replies: 11
Views: 9730

Really got nothing to do with DataStage, it is just another client like any other app or tool. That failover is all in the hands of your DBAs, how they have configured RAC and what's in your tnsnames file. The fact that it is 'RAC' under the covers is completely transparent to the outside world.
by chulett
Thu May 21, 2009 9:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Buffer Operator Warning (1st encounter)
Replies: 5
Views: 2670

Search just for "newTime". That and give us some idea of your job design.
by chulett
Thu May 21, 2009 9:46 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: pgp decryption / streaming data using SOA
Replies: 7
Views: 7094

So... no pressure, eh Andy? :? Are you saying that you have no shot at getting the original pgp file from the server before this "Cast Iron" thing puts it securely away somewhere you can't get at? Or is that the ssh approach? Nothing is jumping out at me in the "it can't be done"...
by chulett
Thu May 21, 2009 9:32 pm
Forum: General
Topic: Recovery on a release 8 system
Replies: 6
Views: 1454

And yet - somehow - we've seen that reported here as already having happened. From what I recall, they needed custom/specific dml to resolve the issue and correct the "out-of-sync-ness" of the XMETA repository.
by chulett
Thu May 21, 2009 9:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash File not Available in Transformer
Replies: 11
Views: 4057

First off, there's really no need to explain to us how a hashed reference lookup works. Pretty sure we've got that down. :wink: Doesn't matter how many records there are in the hashed file, if the keys don't all match exactly, it's not going to return anything on the reference link. Seems to me your...
by chulett
Thu May 21, 2009 9:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: row count header to the sequential file
Replies: 17
Views: 4089

Sheesh. Why not simply split off a link to an Aggregator, write the count to a header file and cat the two together after job. No pesky script required.
by chulett
Thu May 21, 2009 7:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash File not Available in Transformer
Replies: 11
Views: 4057

Re: Hash File not Available in Transformer

nkln@you wrote:I mapped the fileds of the hash file into a sequential file and ran job B
We'd need a better explanation of this to be able to help.
by chulett
Thu May 21, 2009 4:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Deleting contents of &PH& folder
Replies: 3
Views: 1381

Yes... as long as it's just "old" files as you've noted.
by chulett
Thu May 21, 2009 2:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Mail
Replies: 6
Views: 1623

Ah... it throws me sometimes because it will always log things you don't send it, critical or not, like it's no big deal. So make sure you are passing in the mail server and see if that fixes things.
by chulett
Thu May 21, 2009 2:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data type conversion
Replies: 4
Views: 1627

There's no explicit conversion needed in Server, just strip the delimiters before you move it to the target field. One easy way to do that is to use the DIGITS transform.
by chulett
Thu May 21, 2009 2:32 pm
Forum: General
Topic: High Availability and DataStage 8.1
Replies: 12
Views: 9425

ray.wurlod wrote:If you had two failover boxes would that be a HAHA configuration?
Ah, there you are Mr Wurlod. You know you're not supposed to be out wandering the halls on your own, now don't you? Let's just get you back to your room, shall we...that's a good boy... this way...
by chulett
Thu May 21, 2009 2:28 pm
Forum: General
Topic: [OT] Help with "vim" on Linux
Replies: 12
Views: 3472

asorrell wrote:you can just "unalias vi" to get the original vi command
That worked! Very nice, thanks Andy. :wink: