Search found 42189 matches

by chulett
Wed Mar 09, 2011 4:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: cannot see the status of job running in the designer
Replies: 5
Views: 1942

Check to ensure that jobmonapp is running, an exact search here for that word should help with the where and the how.
by chulett
Wed Mar 09, 2011 9:15 am
Forum: General
Topic: DSEngine/bin/uv -admin -start
Replies: 6
Views: 2207

I think actually there is a service involved on Windows but have nothing I can check that against.
by chulett
Wed Mar 09, 2011 9:14 am
Forum: General
Topic: Unable to open "D_DS_JOBS"
Replies: 6
Views: 2113

What happened with your "jobs not displaying" issue? Did this start after a reindex attempt?
by chulett
Wed Mar 09, 2011 9:13 am
Forum: General
Topic: Datastage 7.5.1A Migration From Solaris to AIX
Replies: 39
Views: 16310

paranoid wrote:Oh Thanks a lot Chulett. So it is x86 chip set.
Seriously?
by chulett
Wed Mar 09, 2011 8:18 am
Forum: General
Topic: Jobs not displaying.
Replies: 2
Views: 1355

If you mean they are not listed, i.e. you can't "see" them, then search here for the proper use of the DS.REINDEX command. If you mean they are listed but you get an error trying to open them, let us know.
by chulett
Wed Mar 09, 2011 8:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: To Implement aagregate functionality without using aggregate
Replies: 3
Views: 3018

... however, you'll still need the "do self join after aggregation" part to put this back together with the remaining columns. Might as well stick with the Aggregator and figure out how to get the fork join working properly. Sure seems like you would be able to use this "code" co...
by chulett
Wed Mar 09, 2011 8:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: The partition was evidently corrupted
Replies: 5
Views: 3482

That's a known standard behaviour of DataStage with regards to unbound varchar fields, there have been many discussions here on the subject.
by chulett
Wed Mar 09, 2011 8:01 am
Forum: General
Topic: Datastage 7.5.1A Migration From Solaris to AIX
Replies: 39
Views: 16310

The easiest question to ask is whether Solaris is running on SPARC or x86 chipset. I have got the following output when i executed isalist -v sparcv9+vis2 sparcv9+vis sparcv9 sparcv8plus+vis sparcv8plus sparcv8 sparcv8-fsmuld sparcv7 sparc sparc sparc sparcy sparc sparc Seems pretty obvious to me. ...
by chulett
Tue Mar 08, 2011 4:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Limitation of SQL length in DRS stage
Replies: 9
Views: 3156

Just want to make sure people understand that this is a DataStage limit we're talking about here. Regardless of the underlying database, the GUI widget in the stage imposes a limit on the size of the sql and that is what Maverick has needed to work around.
by chulett
Tue Mar 08, 2011 12:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Add Records dynamically to sequential file in column wise
Replies: 3
Views: 2445

As noted, there's no "updating" of a sequential file. You'll need to join the two files and based on that decide if a record is new or needs to be changed before writing.
by chulett
Tue Mar 08, 2011 12:36 pm
Forum: General
Topic: Problem using commands for controlling Datastage Jobs
Replies: 7
Views: 3551

OK Ray, but what happend if I need to use the Automatically handle activities that fail option in my sequence?. If the Reply of a stage is distinct of zero, this option will interpret it like abort . That's true - left to its own devices it will interpret anything other than a zero status as some k...
by chulett
Tue Mar 08, 2011 12:34 pm
Forum: General
Topic: Problem using commands for controlling Datastage Jobs
Replies: 7
Views: 3551

Is there some particular reason that you're not using a Job Activity stage for this? :?
by chulett
Tue Mar 08, 2011 10:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Add Records dynamically to sequential file in column wise
Replies: 3
Views: 2445

For 1 & 3 you can use a Folder stage to write out the records to dynamic files based on a key column. Not sure what #2 means as there are no "updates" to sequential files.
by chulett
Tue Mar 08, 2011 7:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: where actually used configuration file in the projects?
Replies: 3
Views: 1417

First tip: post in the correct forum so I don't have to move your post. The Site/Forum forum is for comments, suggestions or problems relating to the site itself, not DataStage ones. Since your question is specific to PX jobs, that's where we are now. Second tip: Post an actual question in the body...