Search found 42189 matches

by chulett
Wed Sep 10, 2008 3:14 pm
Forum: General
Topic: Question
Replies: 13
Views: 3209

Everything here is a question, so please come up with a better subject in the future, something germane to the question being asked. And 'Hi' isn't really all that helpful as Additional Info. :?
by chulett
Wed Sep 10, 2008 3:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: unzipping one file from a zipped file which has many files.
Replies: 3
Views: 979

The Filter command is meant to be used to replace how the stage gets its input. Rather than reading a file directly, you supply a filter command that outputs something to 'standard out' and the stage will read that stream as input instead of opening a file. So while you would still put the file to w...
by chulett
Wed Sep 10, 2008 2:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: unzipping one file from a zipped file which has many files.
Replies: 3
Views: 979

What was used to 'zip' them? Was it zip or gzip or something else? Regardless, they should all have help built in and usually you launch them with -h for help. For example: $ unzip -h UnZip 5.52 of 28 February 2005, by Info-ZIP. Maintained by C. Spieler. Send bug reports using http://www.info-zip.or...
by chulett
Wed Sep 10, 2008 2:09 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Stopping Log entries
Replies: 10
Views: 3447

Under UNIX I'd be looking for the job process / PID and killing that, for Windows I've no clue how that would be done but it's all from outside of DataStage at the O/S level.
by chulett
Wed Sep 10, 2008 12:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Stopping Log entries
Replies: 10
Views: 3447

Find the process and kill it.
by chulett
Wed Sep 10, 2008 12:55 pm
Forum: General
Topic: Need help regarding study materials(.pdf,.ppt,documents)
Replies: 4
Views: 3347

Again, comes with it - tutorial, pdf manuals, the whole nine yards.
by chulett
Wed Sep 10, 2008 12:53 pm
Forum: General
Topic: installation process datastage 7.5 in 2003 server
Replies: 1
Views: 1184

IBM can. And luckily, they actually do - there's an Installation & Upgrade Guide pdf on the media for that express purpose.
by chulett
Wed Sep 10, 2008 9:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: All DB2 UDB API stages default to Grid Style
Replies: 7
Views: 2039

There's no setting for this. Does this happen to just certain people or to anyone who connects to the project? Usually that's a client side problem, corruption or lack of memory related from what I recall, but it sounds like it's an "everyone but only in a specific project" problem. Odd. :?
by chulett
Wed Sep 10, 2008 9:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage disconnect frequently
Replies: 2
Views: 1234

OK. There is an Idle Timeout value per server, perhaps yours is set to 15 minutes? Other than that, we'd need a lot more information to be able to help you. :?
by chulett
Wed Sep 10, 2008 9:05 am
Forum: General
Topic: Crontab is not working for hours
Replies: 8
Views: 3069

Well, there's certainly nothing wrong with the look of the crontab entry. Take your problem to an SA, see if they can help troubleshoot it. You could also add some 'breadcrumbs' to the script to check if it is indeed not even starting or failing somewhere inside the script after it starts. Unless yo...
by chulett
Wed Sep 10, 2008 9:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need to Derive the Day of the week
Replies: 3
Views: 1203

Welcome Mr Todd. :D I thought there was a TAG for this, but... create a custom routine that takes a date and passes back the day of the week by name. Use OConv for this with a 'D' or Date conversion code - specifically 'DWA' to return the full day name or 'DWB' to return the 'abbreviated' day name. ...
by chulett
Wed Sep 10, 2008 8:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Clear Job log automatically
Replies: 4
Views: 2127

Out of curiousity, what is causing the log growth? If there are a plethora of warnings being generated, could not the job be modified to tone them down or perhaps eliminate them?
by chulett
Wed Sep 10, 2008 8:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: warnings in the Lookup stage
Replies: 14
Views: 5948

Perish the thought. Besides, I'm sure that was the first prong of the attack on the problem, people only come here as a last resort when all other avenues have been exhausted... right?
by chulett
Wed Sep 10, 2008 8:09 am
Forum: General
Topic: Crontab is not working for hours
Replies: 8
Views: 3069

It's not triggering the script when? The second entry means run every day at 1:30 in the afternoon, is that when its 'not triggering'?