Search found 42189 matches

by chulett
Wed Nov 04, 2009 3:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: search variable
Replies: 7
Views: 2565

Export it and then search the .dsx file.
by chulett
Wed Nov 04, 2009 2:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: String to timestamp conversion
Replies: 22
Views: 28530

So you quoted the simple solution but actually implemented an unnecessarily complex one? If so, you might want to revisit this. :wink:
by chulett
Wed Nov 04, 2009 2:43 pm
Forum: Enhancement Wish List
Topic: New Category - IBM Datastage Fixes
Replies: 1
Views: 2054

Setting up a new forum might be hard to get on the books, but a simple 'workaround' might be a specific PMR FAQ posting which collects them and people could add to?
by chulett
Wed Nov 04, 2009 1:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Scheduled Jobs showing as 'Not Scheduled'
Replies: 9
Views: 1883

You would check in 'at' for a one-time schedule and 'cron' for recurring schedules. If you see it there but not in Director, I would suspect a bug. :?
by chulett
Wed Nov 04, 2009 12:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Scheduled Jobs showing as 'Not Scheduled'
Replies: 9
Views: 1883

Can you go down to the O/S and see what a "crontab -l" shows for your user? Assuming this is a recurring schedule, that is...
by chulett
Wed Nov 04, 2009 12:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job aborts, then won't compile
Replies: 8
Views: 2649

Re: Job aborts, then won't compile

Today, we ran the original job, and it seemed to stop before finishing, all the row counts were up to what they should be, but the links stayed blue for nearly an hour before we gave up and cancelled the job. It would not cancel, so we killed the processes. That is a consequence of a write deferred...
by chulett
Wed Nov 04, 2009 11:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Scheduled Jobs showing as 'Not Scheduled'
Replies: 9
Views: 1883

Schedules in 'cron' or 'at' are by user, are you sure you are checking when logged in as the same user that scheduled it originally?
by chulett
Wed Nov 04, 2009 10:28 am
Forum: General
Topic: Problem in sending Email
Replies: 8
Views: 5828

For #1, that is the default so should be fine unless someone messed with it. I suspect your solution was all about #2 as there's no need to include the 'Server' in a UNIX Notification Activity stage.
by chulett
Wed Nov 04, 2009 10:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unhandled failure encountered executing command
Replies: 13
Views: 11653

Right... and I've posted where you can go to find out how to resolve the issue.
by chulett
Wed Nov 04, 2009 8:54 am
Forum: General
Topic: Problem in sending Email
Replies: 8
Views: 5828

That's why you need to check with your Admin... as long as you are certain the email address you are using is valid.
by chulett
Wed Nov 04, 2009 8:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Status in Server transformer
Replies: 11
Views: 3936

What happens when the status is not a 1,2 or 3? The job name is invalid? Etc, etc. Need some error handling in there!
by chulett
Wed Nov 04, 2009 8:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Getting Sequencer name from the job name
Replies: 16
Views: 5933

Me, I would get rid of the 'print' statement, it is completely unnecessary. That and mark this a Resolved using the big button at the top of the page. :wink:
by chulett
Wed Nov 04, 2009 8:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Email Notification Activity problem
Replies: 6
Views: 4982

Manu1 wrote:I am also facing the same issue.
No, you're not as you are not on a Windows server. Stick with your original post.
by chulett
Wed Nov 04, 2009 8:22 am
Forum: General
Topic: Problem in sending Email
Replies: 8
Views: 5828

That log message is not a problem and is normal on a UNIX server. Check with your Sysadmin and see if there are any sendmail issues on that box.
by chulett
Wed Nov 04, 2009 7:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: calling oracle function
Replies: 5
Views: 1709

The same way you would in any other tool, you 'select' it as a field in a sql statement.