Search found 42189 matches

by chulett
Thu Dec 02, 2004 6:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Warnings in job
Replies: 3
Views: 1284

I wouldn't bother with the explain plan if the table mentioned is the target of your job. If so, it simply needed to grow and ran out of space in the tablespace it lives in.

Tell your DBA. If you've got a good one, you shouldn't even have to tell them, they should know already. :wink:
by chulett
Thu Dec 02, 2004 6:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Sequencer Problem
Replies: 2
Views: 648

Do you want literally USERSTATUS to be "Ok" or "Warning" because your first job does something to explicitly set it, or do you mean just the normal job status of ok or warning? How are you setting the User Status? If that's really what you are using, then I'd suggest first thing in the job setting i...
by chulett
Wed Dec 01, 2004 10:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How can system generated error be captured?
Replies: 11
Views: 2475

As already noted - via a Reject link. Re-read Ray's post, it's all in there.
by chulett
Wed Dec 01, 2004 9:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Help with DS.TOOLS Option 6
Replies: 2
Views: 577

Help with DS.TOOLS Option 6

6. Adjust job tunable properties Looking for an explanation of the Aggregator stage properties I can change with this option. Defaults: 1 = ReportAfterRows 100 2 = ReportAfterTime 15 3 = TableSize 8192 4 = ResizeAt 2 5 = ResizeBy 8 6 = Resize2Threshold 524288 Is there a DataStage / Universe pdf tha...
by chulett
Wed Dec 01, 2004 6:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DB2 plugin - Unable to initialize plug-in:
Replies: 7
Views: 3176

First re-install the DB2 client on the server. Then re-install Datastage on the server. This will set the dsenv file and any other variables needed. Unless something has changed recently, installing (or re-installing) DataStage on a UNIX server does nothing to your dsenv file. You've always had to ...
by chulett
Wed Dec 01, 2004 5:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Concatenate Hashfiles.
Replies: 16
Views: 4629

That and you should clear the hash before you start.
by chulett
Wed Dec 01, 2004 3:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Concatenate Hashfiles.
Replies: 16
Views: 4629

Why not just have your four jobs all write to the same hash file? Save you the 'concatenate' step. I don't believe there will be a problem with them all doing this at the same time. :?
by chulett
Wed Dec 01, 2004 9:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sorting Hashfile possible?
Replies: 8
Views: 3010

Interesting. 8) Have to file this one away.
by chulett
Wed Dec 01, 2004 8:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sorting Hashfile possible?
Replies: 8
Views: 3010

You can use a UV stage to access the hash file and then use 'normal' SQL commands to extract the data from it - including the ORDER BY clause. However, it can't be stored sorted... it's a hashed file after all. Where is your hash file located? If it's in your project (i.e. account) then it will be f...
by chulett
Wed Dec 01, 2004 7:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Creating a File Header
Replies: 4
Views: 852

Dang, Ken, will you stop following me around and typing faster than me! Sheesh...
by chulett
Wed Dec 01, 2004 7:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Creating a File Header
Replies: 4
Views: 852

What I generally do is create all three in the same job... or seperate jobs, if that is not possible. An after job then creates the final product by 'catting' the three files together: cat header detail trailer > final_file You could do something similar. Either that or create your header record fir...
by chulett
Wed Dec 01, 2004 7:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How can system generated error be captured?
Replies: 11
Views: 2475

Not sure what you mean by 'unknown system related problem', could you provide an example? What is the target of your job?

In general, any kind of error should be capturable via a Reject link... unless there is some sort of job ending, catastrophic error of course.
by chulett
Wed Dec 01, 2004 7:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: @INROWNUM dosn't match @OUTROWNUM
Replies: 6
Views: 1637

Well, let's see... The system variables are local to each transformer, so there's no guarentee that they will match. Constraints are what can cause an out row number to not match an in row number, and the next transformer could care less what number the row was in the previous transformer. However, ...
by chulett
Tue Nov 30, 2004 10:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequence jobs and check points
Replies: 9
Views: 2356

Well, I had a nice little answer all penned out but then noticed the 'never mind' message when I did a Preview, so I changed what I was going to post. Seemed appropriate. :lol:
by chulett
Tue Nov 30, 2004 9:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequence jobs and check points
Replies: 9
Views: 2356

Consider it ignored. :wink: