Search found 42189 matches

by chulett
Tue May 22, 2007 8:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage and CORBA
Replies: 14
Views: 4098

You came to know it supports it how exactly? And why not answer my first question?
by chulett
Tue May 22, 2007 8:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: sigbus
Replies: 10
Views: 3271

Rick001 wrote:OS in UNIX.

We know that. Which UNIX?
by chulett
Tue May 22, 2007 7:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: sigbus
Replies: 10
Views: 3271

What operating system?
by chulett
Tue May 22, 2007 7:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage and CORBA
Replies: 14
Views: 4098

How would you do it if you took DataStage out of the picture? That's probably the same way you'd have to do it with DataStage.
by chulett
Tue May 22, 2007 7:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compilation Error
Replies: 9
Views: 4665

lottokahe wrote:@Craig:
"For AIX, Visual Age C++ 6.0, XL C/C++ v7" (Install and Upgrade Guide)

Just wanted to check as PX is very picky and anything other than supported compilers do not seem to work with the product.
by chulett
Tue May 22, 2007 7:19 am
Forum: General
Topic: SAP BW with datastage
Replies: 6
Views: 2116

PACK is an acronym? Sheesh, learn something new every day...
by chulett
Tue May 22, 2007 7:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to select a column with a dash in its name
Replies: 7
Views: 2400

RayLade wrote:Maybe this is a version 8 thing?

No. :wink:
by chulett
Tue May 22, 2007 7:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Using lookups
Replies: 13
Views: 3163

Re: Using lookups

select pinv.*,pdesc.description from product_description pdesc, product_inventory pinv where pdesc.pcode <=pinv.pcode -- this SQL is forming a cartesian product of the tables used. No, it's not a 'cartesian product' - but I'm sure it's doing exactly what you told it to do and giving you way too man...
by chulett
Tue May 22, 2007 7:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSjob runs fine when using a table but fails using a view
Replies: 4
Views: 936

That would cause a different error, specifically "Table or View does not exist". Your user/password is wrong for the instance you connected to, period. And DataStage doesn't care if you source from a View or a Table, it all works the same.
by chulett
Tue May 22, 2007 7:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ERROR Encountered: Job is Accessed by another User
Replies: 2
Views: 1053

Search the forums for your message - it's been discussed here many (many) times.
by chulett
Tue May 22, 2007 7:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage and CORBA
Replies: 14
Views: 4098

Call your Support provider, especially if it's "really urgent".
by chulett
Tue May 22, 2007 6:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Exception handling in datastage
Replies: 6
Views: 13360

Re: Exception handling in datastage

Can we do exception handling in datastage? By this I mean can we catch any datastage error and write it into a file. Say for example if I am creating a file and datastage is not able to create the file due to some reason. In this case instead of datastage job failing I want to capture this error in...
by chulett
Tue May 22, 2007 6:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Performance tuning by using container
Replies: 2
Views: 999

In a word - no. A container is just a collection of stages. It's a 'people thing', using one doesn't do anything for performance.
by chulett
Tue May 22, 2007 6:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Abort of Job sequence
Replies: 3
Views: 4801

You've posted this three times, please delete the other two. You won't be able to once someone replies to them. Problems with the Sequence job itself will cause it to abort regardless of the state of any child jobs. Post your error message(s) from the log - cut and paste, don't hand type them here.
by chulett
Tue May 22, 2007 6:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error in opening DS Administration
Replies: 4
Views: 1484

Or you are missing the ".*.adm" files in either the DSEngine or Project directories, particularly the .developer.adm file.