Search found 42189 matches

by chulett
Fri Jan 08, 2010 10:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Recover the deleted job
Replies: 7
Views: 2058

Heavy, heavy emphasis on the "If nothing else has changed in the interim" part.
by chulett
Fri Jan 08, 2010 10:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: installing visual studio c++
Replies: 6
Views: 1732

Actually, please don't start a new thread, you've got too many of them on this one already. Like this doozy where the compile problem is the fact that it can't get exclusive access to the executable. Jumping on to other people's unrelated compiler issues isn't helping. :?
by chulett
Fri Jan 08, 2010 10:11 pm
Forum: General
Topic: File vs Database
Replies: 7
Views: 2135

I should have been more specific... or is that less specific? I was lumping those into a generic "files" category but I think the work "flat" slipped out in the process, damn fingers. You are correct once again, Professor Moriarty. :wink:
by chulett
Fri Jan 08, 2010 4:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dsenv path on windows
Replies: 3
Views: 2452

It's not needed for Windows, only UNIX. Establish any environment variables in the normal place for Windows.
by chulett
Fri Jan 08, 2010 3:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Recover the deleted job
Replies: 7
Views: 2058

A filesystem level backup of the entire server? No, I don't believe so, not just those few jobs. If you had an export of your projects, then yes and that is what Andy was referring to, I'd wager.
by chulett
Fri Jan 08, 2010 3:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fresh Installation or Upgrade ?
Replies: 7
Views: 1696

You won't be able to upgrade with damaged projects, as far as I know. I would think you should be getting them "undamaged" first, that or perform a fresh install and import whatever most recent undamaged versions of your projects that you have.
by chulett
Fri Jan 08, 2010 3:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle 11g and DataStage 7.5 EE compatible?
Replies: 14
Views: 16344

Good to know, I don't recall ever hearing that before this. :D

And while I understand what the "Oracle plug-ins" are, I'm not quite sure exactly what is meant by "Oracle operators" Andy - can you clarify?
by chulett
Fri Jan 08, 2010 3:07 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Netezza connection
Replies: 6
Views: 9478

Very nice. Thanks for posting that. :wink:
by chulett
Fri Jan 08, 2010 12:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How can we list out all the jobs present in a DataStage Proj
Replies: 12
Views: 3108

This is version 7, not 8 so the path is not quite so 'complex'. Simplest solution is to cd to the $DSHOME/bin directory and run dsjob with a "dot slash" in front of it:

./dsjob -ljobs etc etc
by chulett
Fri Jan 08, 2010 12:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can DataStage read from native DB2 log files on z/os?
Replies: 2
Views: 1947

Sorry, I would help if I could but I can't... but I hate to see a post go unresponded to. :(

Hopefully someone who knows will be able to add something here, in the meantime have you contacted your official support provider for help?
by chulett
Fri Jan 08, 2010 11:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Syntax of Macro function of DSLinkinfo
Replies: 4
Views: 2887

:? You make someone self sufficient by teaching them how to help themselves. Learning how to use the documentation that is readily available is the first step in that process. Handing someone a snippet of code or syntax on a silver platter generally teaches nothing, even if it does "solve"...
by chulett
Fri Jan 08, 2010 10:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error loading longvarchar to oracle clob
Replies: 3
Views: 4284

Interesting that it works via the DRS stage set to Oracle, when that allegedly uses the same native drivers that an Oracle stage would use. But hey, working is working. :wink:

Please mark your post as Resolved using the button at the top of the page.
by chulett
Fri Jan 08, 2010 10:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 UDB Enterprise
Replies: 6
Views: 2559

OK, thank you.
by chulett
Fri Jan 08, 2010 10:12 am
Forum: General
Topic: File vs Database
Replies: 7
Views: 2135

Hopefully it goes without saying which has more overhead and if all you are doing (hence my use of the word 'literally') is staging the files for later use / transformation, then flat files are the way to go. As noted, if you need to do some sort of sql operation on the data or perform joins to othe...
by chulett
Fri Jan 08, 2010 9:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 UDB Enterprise
Replies: 6
Views: 2559

And the resolution was? Always helpful to post that for anyone who comes here with a similar problem in the future.