Search found 42189 matches

by chulett
Wed May 02, 2007 12:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Bus error
Replies: 5
Views: 1480

No, sorry... seen way too many bus errors on HP-UX but have no experience with Solaris. :cry:
by chulett
Wed May 02, 2007 11:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Using Server routine in Parallel Job
Replies: 10
Views: 3768

Or a Server Shared Container, but that's not a very 'PX' solution. Why a routine to read the hashed file? Why involve hashed files in your PX design at all? :?
by chulett
Wed May 02, 2007 11:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequence
Replies: 7
Views: 1831

One approach would be a generic routine using DSGetLinkInfo to capture the link row count and then a trigger based on the returned value being >0 to the Notification Activity stage.
by chulett
Wed May 02, 2007 11:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Bus error
Replies: 5
Views: 1480

What O/S? HP-UX by chance? If so, do you have LD_PRELOAD set? :?
by chulett
Wed May 02, 2007 11:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: What are correct gcc compiler options??
Replies: 6
Views: 2048

General experience seems to show that PX is very persnickety and that anything other than the supported compiler(s) noted for your platform does not work.

As to the specifics of GCC on Sun, I don't know.
by chulett
Wed May 02, 2007 10:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Use of RTI and MQ stages
Replies: 15
Views: 5569

Do you actually have the RTI / SOA Edition? Or are you asking because you are thinking about purchasing it for this?
by chulett
Wed May 02, 2007 9:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: no file descriptor error
Replies: 5
Views: 3714

Yah Brian! :wink:
by chulett
Wed May 02, 2007 9:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: is there any way to increase the inter stag rowbuffer?
Replies: 19
Views: 4457

File sizes are one thing, you were talking about 20MB ROW sizes. That's a completely different animal. What kind of average row size are you dealing with?
by chulett
Wed May 02, 2007 8:29 am
Forum: General
Topic: Batch Password change?
Replies: 12
Views: 3451

Turkbear wrote:Sorry for the double post..Lost connection and thought it had failed..

No worries. Keep in mind the fact that you can delete any of your own posts, as long as they have not been replied to yet. :wink:
by chulett
Wed May 02, 2007 7:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job locked
Replies: 18
Views: 6672

If these are not your jobs you need to do this as dsadm or root. Or have it done by your Administrator.
by chulett
Wed May 02, 2007 7:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Phantom warning
Replies: 5
Views: 1949

Define "everything". Did you actually look at the source file mentioned? What did you find when you searched for "Nonnumeric data when numeric required"?
by chulett
Wed May 02, 2007 7:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job locked
Replies: 18
Views: 6672

In the Administrator. Make sure you 'Show All' in both panes and look very closely for relevant entries.
by chulett
Wed May 02, 2007 6:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job locked
Replies: 18
Views: 6672

Sometimes it takes more than that. Search for any entries that mention your internal job number - RT_LOGnnn, RT_STATUSnnn, etc. Release those as well.

Code: Select all

SELECT JOBNO FROM DS_JOBS WHERE NAME = 'YourJob';
by chulett
Wed May 02, 2007 6:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Jobs Locked (accessed by another User )
Replies: 12
Views: 6157

Re: Jobs Locked (accessed by another User )

Amit_111 wrote:I also tried to Release this Job from DataStage Manager and Director but in vain.

Releasing a job is something completely different from what you think it means. Don't. As noted, search instead.
by chulett
Wed May 02, 2007 6:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job locked
Replies: 18
Views: 6672

Re: Job locked

ajongba wrote:I tried freeing it from Datastage Director but it did not worked....

How exactly did you "try freeing"? And what "didn't work" about it?