Search found 42189 matches

by chulett
Thu Jul 02, 2009 5:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Delete all Datasets from folder Datasets
Replies: 19
Views: 5165

Jeez, what a bunch of anal little monkeys. :lol: It's not about deleting just the ".ds" files, but if you actually read the starting post rather than just chime in midstream you'll see it's about deleting all datasets (which are stored in one location) so they can be recreated fresh in a n...
by chulett
Thu Jul 02, 2009 5:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: MQ Series Stage
Replies: 13
Views: 3426

Good to know, thanks. So, back to the original poster's dilemma... you're saying that it must be there somewhere and they just must not be looking in the right place, yes?
by chulett
Thu Jul 02, 2009 5:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Messaging service through Job
Replies: 3
Views: 1382

Your monitoring would need to handle that, be it a wrapper script or an Enterprise Scheduler. And that 'message' can be as simple as an email to your mobile telephone number.
by chulett
Thu Jul 02, 2009 5:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Migration from Windows to Unix
Replies: 4
Views: 1349

There's no guide or manual for this. Your jobs themselves should migrate over with very few if any issues. As noted, what you need to identify are any areas where you are relying on or leveraging the underlying operating system since that will be changing. So before or after job ExecDOS activities w...
by chulett
Thu Jul 02, 2009 5:31 am
Forum: General
Topic: Transactional Loading in Datastage
Replies: 11
Views: 4831

The "easiest" solution would be to load all tables in one job using a single target stage with multiple input links and a transaction size of zero, then the rollback would be automagic across all if there is any failure. With separate jobs, since anything in a job previous to the failure w...
by chulett
Thu Jul 02, 2009 5:25 am
Forum: General
Topic: Printing table definitions
Replies: 4
Views: 1296

I can't check right now, but seem to recall something about a right-click option that either allowed you to save it in another format or copy it to the clipboard... and then print the result. :?
by chulett
Thu Jul 02, 2009 5:23 am
Forum: General
Topic: Adding current Date with the file
Replies: 23
Views: 6147

From a Windows server it would be ExecDOS. And code in 'Job Control' is not visible to anything inside your job proper.
by chulett
Wed Jul 01, 2009 11:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem in Sourcing dsenv
Replies: 7
Views: 2859

Looks like a line break problem, meaning something is two+ lines that should be one long one. Open it in vi, type ":set nu" (without the quotes) to turn on line numbers and check that.
by chulett
Wed Jul 01, 2009 11:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Delete all Datasets from folder Datasets
Replies: 19
Views: 5165

You'd have to use "rm -r" to recursively delete the folder and everything in it but yes, you're right.
by chulett
Wed Jul 01, 2009 10:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Delete all Datasets from folder Datasets
Replies: 19
Views: 5165

Of course you can.

And please start a new topic for your new, completely unrelated question.
by chulett
Wed Jul 01, 2009 10:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: MQ Series Stage
Replies: 13
Views: 3426

Interesting... what about all of the other 'optional' plug-ins, are they no longer optional and you get all of them installed whether you have a need them or not? Probably the safest route for them to have taken.
by chulett
Wed Jul 01, 2009 7:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallell Job compilation problem -
Replies: 8
Views: 2596

And just to address the "only if I use transformer" comment - are people not aware that's why you need a C++ compiler installed for DataStage? Normal job "compilation" for any of the other PX stages is actually a pretty straight-forward script generation rather than a 'true' comp...
by chulett
Wed Jul 01, 2009 7:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallell Job compilation problem -
Replies: 8
Views: 2596

In other words, the officially supported compiler for that platform I assume.
by chulett
Wed Jul 01, 2009 7:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Output stage
Replies: 3
Views: 2143

Interesting... never really thought about the possibility that moving the actual writing out to another stage would overcome this issue but it makes sense. I was always a little leary of that, afraid the Sequential File stage (as an example) could add some... artifacts... to the resulting file. :? N...
by chulett
Wed Jul 01, 2009 7:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: MQ Series Stage
Replies: 13
Views: 3426

I have no idea how / if this works in 8.x but for 7.x you simply rerun the installation script and when it finds the current version already installed it defaults to 'Maintenance Mode'. There you've got four or five choices from what I recall, one of which is (in essence) a way to just add/remove th...