That is not the error. It is merely an alert and ought not to prevent compilation.
Please post the entire error message.
Search found 53125 matches
- Fri Apr 18, 2008 12:26 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: compilation error. Parameter specified but not used in flow
- Replies: 3
- Views: 2075
- Fri Apr 18, 2008 12:25 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: UnwantedCharecters remove which are not identified bykeyboad
- Replies: 7
- Views: 1599
- Thu Apr 17, 2008 10:50 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Comparison of DataStage 7.5 and 8.0
- Replies: 4
- Views: 1748
- Thu Apr 17, 2008 9:20 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Alternative to Sequence
- Replies: 6
- Views: 1481
- Thu Apr 17, 2008 9:18 pm
- Forum: General
- Topic: [HELP] 'Reset' aborted job automatically
- Replies: 12
- Views: 6322
No script is required. In the job activity there is a drop-down list with the caption "Execution action". Open this list and you will see the option that I mentioned earlier. Behind the scenes, or if you want to do it yourself, all of the functionality is in a single function call, DSPrepareJob(). T...
- Thu Apr 17, 2008 8:28 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Alternative to Sequence
- Replies: 6
- Views: 1481
- Thu Apr 17, 2008 8:27 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: File nane with date
- Replies: 25
- Views: 10315
- Thu Apr 17, 2008 8:26 pm
- Forum: General
- Topic: ds job stats
- Replies: 10
- Views: 2303
Yes it's a big task. Big, not difficult, just tedious. You can get MetaStage to do it automatically, but at a (monetary) price. At least it would be properly licensed. Apart from that, the API is there and documented, and you can examine the source code of ETLStats to see how one person has done it.
- Thu Apr 17, 2008 7:25 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: generate multiple rows
- Replies: 2
- Views: 970
- Thu Apr 17, 2008 7:24 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: File nane with date
- Replies: 25
- Views: 10315
- Thu Apr 17, 2008 7:23 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Exit cleanly from a Sequence job?
- Replies: 5
- Views: 1615
- Thu Apr 17, 2008 7:21 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: record count of all tables
- Replies: 10
- Views: 2652
If you can't change the job then you are going to have to use something that polls the jobs and gets their row counts.
Take a look at ETLStats from Kim Duke. That will do most, if not all, of what you need.
Take a look at ETLStats from Kim Duke. That will do most, if not all, of what you need.
- Thu Apr 17, 2008 7:16 pm
- Forum: General
- Topic: [HELP] 'Reset' aborted job automatically
- Replies: 12
- Views: 6322
- Thu Apr 17, 2008 4:46 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: record count of all tables
- Replies: 10
- Views: 2652
- Thu Apr 17, 2008 4:45 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Updating Dimension Table using SCD stage
- Replies: 4
- Views: 1124
Typically that is ALL that a factless fact table contains. A set of foreign keys to dimensions; the combination of those foreign keys effectively forms the primary key of the fact table. A factless fact table records that some combination of dimension values occurred. There are no measures. For exam...