Search found 42189 matches

by chulett
Mon Dec 28, 2009 9:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem in accessing to the projrct
Replies: 4
Views: 1710

Can you be more specific as to the nature of the "problems with the filesystem" that you had and how you fixed it?
by chulett
Mon Dec 28, 2009 6:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Server job running Longtime
Replies: 9
Views: 3524

Could be many reasons. :?

So... is it returning records very slowly or no rows were returned for a 'long period of time' and then they all flew out? Something else?
by chulett
Mon Dec 28, 2009 11:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job running forever
Replies: 6
Views: 2023

The "interim status" is only applicable after job and will show you the status of the main job (and thus the ending status) provided nothing goes wrong 'after job'.
by chulett
Mon Dec 28, 2009 11:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Time Spent on Each stage
Replies: 9
Views: 3620

Well... how many nodes did the job run on?
by chulett
Mon Dec 28, 2009 10:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Time Spent on Each stage
Replies: 9
Views: 3620

Perhaps APT_PM_PLAYER_TIMING set to True? :?
by chulett
Mon Dec 28, 2009 9:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Filter Stage - Special character handling
Replies: 5
Views: 3514

What makes you think it supports Oracle syntax? Why don't you spell out in words what it is you are trying to implement?
by chulett
Mon Dec 28, 2009 9:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: External Source Stage 'ls' Command Issue
Replies: 12
Views: 7217

Then you're not really looking. Here's the first hit from a Google search, lays it all out:

http://www.tek-tips.com/viewthread.cfm? ... 140&page=1
by chulett
Mon Dec 28, 2009 8:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Raise abort signal by Execute command Activity
Replies: 7
Views: 8499

Regardless, build a generic rather than a specific solution. For example, I have a script in my toolkit that will run anything from sqplus and tell me if there were any issues with it. Granted, it can't tell me if an update actually changed any rows or a delete actually removed anything, that's an e...
by chulett
Mon Dec 28, 2009 8:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: TO export job through unix
Replies: 19
Views: 4459

The only category option is via the GUI, not the command line.
by chulett
Mon Dec 28, 2009 8:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: External Source Stage 'ls' Command Issue
Replies: 12
Views: 7217

*I* know but there are several solutions for this and you need to learn how to find your own answers, especially when they are easily found with two minutes effort. Teach a man to fish and all that. :wink:
by chulett
Mon Dec 28, 2009 8:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Raise abort signal by Execute command Activity
Replies: 7
Views: 8499

Stupid. :?

Then do something equivalent in a routine.
by chulett
Mon Dec 28, 2009 7:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: lookup with two values
Replies: 6
Views: 1274

I would build the lookup using truncated values since all that matters is the hour value. Then no 'range' lookup would be required.
by chulett
Mon Dec 28, 2009 7:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading Multiple files using File Pattern
Replies: 14
Views: 22275

dspradeep wrote:I think you are right srini. I try to load both file into another sequential file using file pattern which is loaded the data perfectly. so we can't view the data using file pattern in sequential file stage.
As already noted, this is completely incorrect. You can. :?
by chulett
Mon Dec 28, 2009 7:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning (Unrecognized top level format property) in 7.5.1
Replies: 4
Views: 1831

Post your stage settings. Have you manually added any OPTIONS for the load? :?
by chulett
Mon Dec 28, 2009 7:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: TO export job through unix
Replies: 19
Views: 4459

Technically, you can issue the command from anywhere but probably easiest from $DSHOME/bin for you. And make sure you put a "./" in front of the command.