Search found 42189 matches
- Wed May 18, 2005 7:26 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Installing QualityStage Plugin
- Replies: 6
- Views: 1114
How did you install it? Optional server plug-ins should be installed by rerunning the server installation. It will go into 'maintenance' mode and allow you to just install any uninstalled plugins. This will not only get it into (if desired) all current projects, but also into the 'Template' project ...
- Wed May 18, 2005 7:21 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: A mandatory value has not been entered
- Replies: 9
- Views: 2512
I just went back and checked, and all the parameters to the contained sequence have default values. Moreover, if I go into the stage properties in the outer sequence, I cannot set a value for the Password parameter. Hmmm... you got me on that one. The circumstances I described popped up the same er...
- Wed May 18, 2005 12:49 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Real time loading
- Replies: 5
- Views: 1682
No problem. Just wanted to point out that there is a specific product built to handle 'real time' processing. It was introduced as the RTI or Real Time Integration Services but has since been renamed to be the SOA or Service Oriented Architecture Edition. You'll find a different forum dedicated to i...
- Wed May 18, 2005 12:41 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Equivalent of rownum of oracle in ODBC stage
- Replies: 10
- Views: 5653
- Tue May 17, 2005 11:36 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: i want to get the summary of a job..
- Replies: 15
- Views: 4813
You can't. You could only append to a single file if the jobs are run in a serial fashion. Or you could get more sophisticated and separate the jobs from the metrics gathering steps. Gather all of the statistics at once once all the jobs complete. Or fall back on the 'concatenate multiple files into...
- Tue May 17, 2005 11:27 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Equivalent of rownum of oracle in ODBC stage
- Replies: 10
- Views: 5653
Yep its static, if you read back my previous post, i hav mentioned sequential file. Mentioned, yes - as in "(could be Database or file)". However, your original post and question was about ODBC and ROWNUM, which is why you got the answers and caveats that you did. When loading from a sequential fil...
- Tue May 17, 2005 10:25 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: A mandatory value has not been entered
- Replies: 9
- Views: 2512
In case you haven't figured this out yet... I played around and was able to duplicate the error message, one I'd never seen before. It seems to be related to a Sequence job running another Sequencer via a Job Activity stage (as you noted) and the parameters the 'sub' Sequencers have defined. Normall...
- Tue May 17, 2005 11:09 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Equivalent of rownum of oracle in ODBC stage
- Replies: 10
- Views: 5653
- Tue May 17, 2005 9:26 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Real time loading
- Replies: 5
- Views: 1682
- Tue May 17, 2005 9:05 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Stored Procedure Stage with Sybase on unix
- Replies: 8
- Views: 3349
- Tue May 17, 2005 8:26 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Stored Procedure Stage with Sybase on unix
- Replies: 8
- Views: 3349
Never said the OC stage would work to call a stored procedure. Doesn't mean it won't. I just mentioned it as another way to get data from Sybase. The Sybase OC stage is a native stage, so like the other native stages it requires that the software it uses be installed on the DataStage server. For the...
- Tue May 17, 2005 7:47 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unable to open "/tmp/dstemp/xxxxx"
- Replies: 11
- Views: 2770
- Tue May 17, 2005 7:44 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Equivalent of rownum of oracle in ODBC stage
- Replies: 10
- Views: 5653
- Tue May 17, 2005 7:43 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: i want to get the summary of a job..
- Replies: 15
- Views: 4813
You don't necessarily need to have 100 files - assuming the metadata is identical between them. Depending on your situation, you can write to a single file, appending as you go. That or do what we typically do in this situation - a 'pre-job' step that cats all the files together into a single file. ...
- Tue May 17, 2005 6:41 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: i want to get the summary of a job..
- Replies: 15
- Views: 4813