Search found 42189 matches

by chulett
Mon Apr 07, 2008 9:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: problem in scheduling jobs
Replies: 6
Views: 1235

:? You really shouldn't see a problem like that. Both 'at' and 'cron' per user should show in the Schedule tab. You may need to open a support case with your official provider if no-one else has anything to add.

What flavor of UNIX by the way?
by chulett
Mon Apr 07, 2008 6:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unknown element on the output warning
Replies: 5
Views: 1040

What do your XPath Expressions look like for your example? And what are your XML Input settings?
by chulett
Mon Apr 07, 2008 6:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Server Architecture
Replies: 31
Views: 8455

As far as I know, yes - Java is used from the XML parser (and perhaps even RTI) and is why we needed to worry about patching it (pita, btw) for the DST start/stop changes over here in the States. As noted, I'm sure Ernie will confirm or deny, if he wanders in here. :wink:
by chulett
Mon Apr 07, 2008 6:27 am
Forum: Site/Forum
Topic: How did you learn DataStage?
Replies: 34
Views: 29121

I voted #1 as that was where it all started. Of course there's been plenty of self-study over the years but classes from Ardent / Ascential and Informix were the foundation. Oh, and for RTI there was #4. :wink:
by chulett
Sun Apr 06, 2008 7:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: need logic
Replies: 8
Views: 1879

Never mind the fact that you are hijacking someone else's thread. :evil:
by chulett
Sun Apr 06, 2008 6:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Running Zipped File in DataStage
Replies: 7
Views: 7181

Re: Running Zipped File in DataStage

suchit1983 wrote:In the sequential file. I am creating a Test1.dat and in the filter option, the command is gzip -c Test1.dat.

For the Filter command, try just "gzip": no filename, no "-c".
by chulett
Sun Apr 06, 2008 5:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: need logic
Replies: 8
Views: 1879

I mentioned doing it 'after job' and I meant that literally as an After-Job Subroutine. If the job doesn't run then the script wouldn't be run. Or if you want to do it in a separate step, then code for the possibility as Ray notes.
by chulett
Sun Apr 06, 2008 1:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: need logic
Replies: 8
Views: 1879

Or... create it with a static name and then rename it after job. You could easily build a generic 'datestamp a file' script for this.
by chulett
Sun Apr 06, 2008 9:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Running Zipped File in DataStage
Replies: 7
Views: 7181

Interesting... I don't recall the Filter option as being available on the output side of the house. Ah well, you learn something new every day! :wink:
by chulett
Sun Apr 06, 2008 8:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Running Zipped File in DataStage
Replies: 7
Views: 7181

You won't be able to directly create the gzipped output, so create the output file and then arrange the gzip 'after job' - either directly from the command line or write a generic gzip script anyone can leverage.
by chulett
Sat Apr 05, 2008 9:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Execute Command Activity
Replies: 9
Views: 3226

Forget the source. The log should also contain an entry labelled "Executed command:" and then your complete command. Double-click on it to see the output, which may help you figure out where it is going wrong.
by chulett
Sat Apr 05, 2008 9:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: job run stats
Replies: 8
Views: 2469

Hi Craig, My apologies if it sounded as though i was not satisfied with your reply.. of course, your reply was useful and informative.. I think you answered my questions in full and more... So, the rating that I had input was probably inadvertant... No worries, just bugs me sometimes. I should have...
by chulett
Sat Apr 05, 2008 8:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Notification_Activity_For_Multiple_Recipients
Replies: 4
Views: 1491

As noted, just put them in the stage. :?

Either do that directly, separated by a space or a semi-colon or a comma or whatever works for you - or use a Job Parameter and do the same for the parameter's default value.
by chulett
Sat Apr 05, 2008 7:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Notification_Activity_For_Multiple_Recipients
Replies: 4
Views: 1491

First response would be - ok, go ahead! Or maybe Ok_Go_Ahead! But I guess you are asking, in spite of the lack of an actual question, how one would do that, yes? Two simple answers: 1) Use an email group. To me, that is the preferred answer as changes to recipients is done outside of the job, mainta...
by chulett
Fri Apr 04, 2008 10:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Regarding the error "Variable previously undefined"
Replies: 3
Views: 946

Actually, that was what I would consider fairly "in detail". What part is unclear? The Projects directory? If you have a 'standard' install, then cd to the DSEngine directory and slide over from there: cd `cat /.dshome` cd ../Projects/<YourProjectName> Something else? You could also trying searching...