Search found 42189 matches

by chulett
Thu Sep 06, 2007 7:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Changing the behaviour of Stopped Jobs & After-job routi
Replies: 5
Views: 3701

I don't believe so. :?

I'm wondering... why run another job from 'after-job'? That's not something I've ever considered doing and am wondering why you would have set things up like that. If you don't mind.
by chulett
Wed Sep 05, 2007 11:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Abnormal termination of stage...
Replies: 6
Views: 2042

No, not anybody... just you.

:idea: Please don't jump on the end of an old post and say "me too!". Start a new post, give us your particulars and explain your job design and errors. Then maybe someone would be able to actually help.
by chulett
Wed Sep 05, 2007 8:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ArraySize/Transaction Size
Replies: 1
Views: 1049

My personal opinion is you can't get "decent performance" from either of those combo Actions. And from what I recall from reading here, the DB2 stage not only logs a warning when your Array Size is greater than 1 with either of those actions, but it actually changes it to use 1 during the job run. P...
by chulett
Wed Sep 05, 2007 12:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: 10g to 9i database data migration
Replies: 11
Views: 3155

However, just now noticing the forum we're in, I'll add the caveat that in my specific case we are Server only. Not sure it matters, but wanted to make that point.
by chulett
Wed Sep 05, 2007 10:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: 10g to 9i database data migration
Replies: 11
Views: 3155

We support both 9i and 10g using a 9i client without issue.
by chulett
Wed Sep 05, 2007 8:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: running a job
Replies: 6
Views: 1013

cd to $DSHOME and source the dsenv file file to ensure all your environment variables and search paths are properly set:

Code: Select all

cd `cat /.dshome`
. ./dsenv

Then run your job.
by chulett
Wed Sep 05, 2007 8:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Not able to prevent generation of empty CSV file
Replies: 8
Views: 2249

roy wrote:By definition an empty fie should contain nothing if it is really empty :!:

Or it could contain a single header record. That's why, IMHO, you should check the LinkRowCount and not the file size as that will 'always' work for you.
by chulett
Wed Sep 05, 2007 8:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Not able to prevent generation of empty CSV file
Replies: 8
Views: 2249

Prevent? No. If it really bothers you, you can build an after-job subroutine to detect the empty file and delete it if you like.
by chulett
Wed Sep 05, 2007 7:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequential file Loading 5Million Rows of Size 544 MB.
Replies: 11
Views: 2522

Your job design is fine, but I'd guess your metadata is wrong. I'm forced to guess because all you've told us is you "get a warning". It would be really swell if you'd share the actual warning with us. And take that warning and try to figure out what is wrong with the way you've defined the file in ...
by chulett
Wed Sep 05, 2007 7:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to lookup a field with conditional field from input
Replies: 6
Views: 2218

You should be able to Search here for 'range lookup' and find several conversations on this topic.
by chulett
Wed Sep 05, 2007 7:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequential file Loading 5Million Rows of Size 544 MB.
Replies: 11
Views: 2522

Not with that much information to work with. :?

Would need a better idea of your job design and what errors or warnings you received. Can you do a 'View Data' on the input file?
by chulett
Tue Sep 04, 2007 10:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: compiler version -HP UX
Replies: 12
Views: 2510

So... like this?

Code: Select all

$ which aCC
/opt/softbench/bin/aCC
$ aCC -V
aCC: HP ANSI C++ B3910B A.03.37

:wink:
by chulett
Tue Sep 04, 2007 10:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: reject handling
Replies: 8
Views: 1738

The OCI stage has similar issues. It will still capture rejects but if the Array Size is not equal to 1 it will capture the wrong information. From what I recall, the docs specifically say to set it to 1 for proper reject row capturing. Note this is specifically in regards to capturing physical reje...
by chulett
Tue Sep 04, 2007 9:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: compiler version -HP UX
Replies: 12
Views: 2510

Granted. But no-one has explained the 'how to ask' part. Me, I'd still stick with going over and banging my SA on the head, ask them what version is installed.
by chulett
Tue Sep 04, 2007 8:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: compiler version -HP UX
Replies: 12
Views: 2510

However, all that does is find it. The question is how to determine the compiler version.