Search found 53125 matches
- Tue Oct 04, 2011 4:37 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Slowly Changing Dimension Stage
- Replies: 7
- Views: 1835
The other output ends up populating the fact table. It has (typically) the surrogate key of the dimension table and does not have the business key. It also, obviously, has the measures. A job to populate a star schema with four dimensions might look like this: +------+ +------+ +------+ +------+ | |...
- Tue Oct 04, 2011 3:16 pm
- Forum: General
- Topic: Parameter Set - Assigning Values as Runtime via script
- Replies: 5
- Views: 2883
- Tue Oct 04, 2011 3:12 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Slowly Changing Dimension Stage
- Replies: 7
- Views: 1835
You should never have deletes in a Type 2 dimension. The SCD stage does not behave in the way you require. It generates a single output for the dimension table, which is typically set to Upsert. You can do what you require with Change Capture, Compare or Difference stage followed by Transformer stage.
- Tue Oct 04, 2011 3:07 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: lookup duplicates
- Replies: 9
- Views: 2941
- Tue Oct 04, 2011 3:05 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: For each row one output file
- Replies: 2
- Views: 1200
- Tue Oct 04, 2011 3:04 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Date Validation
- Replies: 3
- Views: 1634
- Tue Oct 04, 2011 3:02 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Oracle Connector stage is not working in my job.
- Replies: 10
- Views: 10957
- Tue Oct 04, 2011 2:59 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Data type mapping from Oracle to DataStage
- Replies: 1
- Views: 1616
They are both correct. When you import via ODBC Connector, the ODBC driver converts to what is right for ODBC. When you import directly (or via the orchdbutil facility) you get the data type that the OCI reports. As a general rule oversizing VARCHAR data types is less likely to cause problems than u...
- Tue Oct 04, 2011 2:56 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Warning in Director
- Replies: 6
- Views: 2138
What do YOU understand by this error message? Even from the sparse information you have provided I can tell that the error was thrown in the first line of the file (offset 0) and that there were more bytes in that line than the metadata specify. Chances are that you need to, but have not, specified ...
- Tue Oct 04, 2011 2:53 pm
- Forum: General
- Topic: Parameter Set - Assigning Values as Runtime via script
- Replies: 5
- Views: 2883
- Tue Oct 04, 2011 2:51 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Email notification during job runtime
- Replies: 3
- Views: 1387
- Tue Oct 04, 2011 2:49 pm
- Forum: General
- Topic: clearing &PH& directory in production environment
- Replies: 45
- Views: 11992
- Tue Oct 04, 2011 2:47 pm
- Forum: General
- Topic: Listing Passive Stages in a Job
- Replies: 4
- Views: 1845
- Tue Oct 04, 2011 3:05 am
- Forum: General
- Topic: Number of Jobs have run time as yesterday
- Replies: 2
- Views: 1015
Re: Number of Jobs have run time as yesterday
is it possible to get that information by querying DS_JOBS? No. This information is stored in other tables, particularly RT_STATUSnnnn (there is a separate table for each job). And also is there any way to get the count of jobs which are in compiled state in a project? This information also comes f...
- Mon Oct 03, 2011 11:31 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: lookup duplicates
- Replies: 9
- Views: 2941