Search found 42189 matches

by chulett
Wed Sep 23, 2009 6:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Rules in transformer for deleting rows
Replies: 9
Views: 2148

Not really sure how I could elaborate much on it. Build a hashed file with all of the invoices from B. Stream in invoices from A and do a lookup to the B hashed file, when your lookup fails you need to delete the A invoice. I'd probably do the actual deletion in a separate step by landing the keys t...
by chulett
Wed Sep 23, 2009 6:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: I need help for DataStage Job 224 Phantom 12568
Replies: 2
Views: 876

Forget the specific numbers. Do an exact search for "Nonnumeric data when numeric required", you'll find over 50 other discussions of this issue. Check those out.
by chulett
Wed Sep 23, 2009 6:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: project locked
Replies: 9
Views: 1893

What did your official support provider suggest?
by chulett
Tue Sep 22, 2009 4:57 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: RSS Feeds into RTI
Replies: 2
Views: 3019

So Chuck, are you saying that's working for you? Sorry, but I don't recall ever seeing the original post until you replied to it today but more than likely I really wouldn't have had anything to add to the conversation other than moral support. :(
by chulett
Tue Sep 22, 2009 2:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sign missing
Replies: 4
Views: 1257

The target is what - another sequential file, database table? And the signs are leading or trailing signs? Also, are you sure they are all "missing" or is it just the plus signs?
by chulett
Tue Sep 22, 2009 10:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Heap Allocation Failed
Replies: 10
Views: 4219

Didn't you get other messages with this one, one like this for instance?

The current soft limit on the data segment (heap) size (XXX) is less than the hard limit (YYY), consider increasing the heap size limit
by chulett
Tue Sep 22, 2009 9:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Heap Allocation Failed
Replies: 10
Views: 4219

They've already done that. Aren't the "hard" values those configured in the kernel? There's different ways to find those, it depends on what flavor of UNIX you are running.
by chulett
Tue Sep 22, 2009 9:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Import and Export Jobs using a command line on Server
Replies: 4
Views: 1537

You'll find it doesn't ship with 8.1 but instead was delivered in a major patch/update for it, so you'd need to ensure you have that in hand and installed.
by chulett
Tue Sep 22, 2009 8:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to migrate datastage jobs from prod env to dev env
Replies: 2
Views: 1369

How are you currently getting jobs from dev to prod? Why not just reverse that? Or just go brute force and export everything from prod and import back into dev. Make sure you've got plenty of backups first!
by chulett
Tue Sep 22, 2009 8:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Import and Export Jobs using a command line on Server
Replies: 4
Views: 1537

You're not finding that because they are client tools, not server tools. If you have the latest release of 8.1 then you can use something called "istool" on the server from what I've read here.
by chulett
Tue Sep 22, 2009 6:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in Compilation!
Replies: 8
Views: 2933

How exactly did you "migrated our datastage server from 10.14.107.180 to 10.13.41.118"?
by chulett
Tue Sep 22, 2009 5:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Project Deletion Unsuccessful
Replies: 14
Views: 3446

But... but... they'd never be able to use "DWTest" as a project name ever again! :shock:

[/kidding]
by chulett
Tue Sep 22, 2009 5:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in reading sequential file
Replies: 7
Views: 3263

Start your own thread and provide the relevant details of your problem there, in particular exactly what "does not work!!" means. :?
by chulett
Tue Sep 22, 2009 5:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Update/Insert a Dataset
Replies: 4
Views: 3467

dhruv12 wrote:If there is a way where this update/insert can take place in a dataset, then this would eliminate the need for the job which removes the duplicates.
Short answer - it cannot. It is sequential media, a data set not a data base.
by chulett
Tue Sep 22, 2009 5:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in Compilation!
Replies: 8
Views: 2933

Have you verified that that port is accessable? Meaning not blocked by something like a firewall? An exact search for "open ports" would probably help as well.