Tell your DBA. If you've got a good one, you shouldn't even have to tell them, they should know already.
Search found 42189 matches
- Thu Dec 02, 2004 6:59 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Warnings in job
- Replies: 3
- Views: 1284
- 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...
- 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
- 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...
- 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 ...
- Wed Dec 01, 2004 5:13 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Concatenate Hashfiles.
- Replies: 16
- Views: 4629
- Wed Dec 01, 2004 3:44 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Concatenate Hashfiles.
- Replies: 16
- Views: 4629
- Wed Dec 01, 2004 9:18 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sorting Hashfile possible?
- Replies: 8
- Views: 3010
- 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...
- Wed Dec 01, 2004 7:46 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Creating a File Header
- Replies: 4
- Views: 852
- 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...
- 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
- 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, ...
- 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
- 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