Search found 25 matches

by itcconsulting
Tue Jun 07, 2005 1:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage in PeopleSoft
Replies: 1
Views: 1142

Seppy,

Some of the jobs have filter the data using the LASTUPDDTTM in the PS_ETL_JOB_CTL. You may want to insure that you have run the LOAD_ETL_JOB_CTL_TBL server job.
by itcconsulting
Tue Jun 07, 2005 7:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Test for empty hashed file
Replies: 5
Views: 2257

Basicall what I'd like to do is populate the current date into a field if the hashed file is empty. I will try what Kim suggested and give an update.
by itcconsulting
Mon Jun 06, 2005 4:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Test for empty hashed file
Replies: 5
Views: 2257

Test for empty hashed file

Within my server job, I would like to perform certain logic if a hashed file is empty. What is the best way for me to test this condition?
by itcconsulting
Mon Jun 06, 2005 10:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DRS Plugin Not Responding
Replies: 7
Views: 3713

In the task manager, it is in the "Running" status, but when l click on the work area I get no response.

I have tried it on several other PCs and it works fine.
by itcconsulting
Mon Jun 06, 2005 9:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DRS Plugin Not Responding
Replies: 7
Views: 3713

DRS Plugin Not Responding

Within the designer, I am able to open all of the available plugins except the DRS plugin. When I attempt to open it the application freezes. This is the first occurance of this and I have been using the application on the same machine for 6-8 months. I have rebooted several times and I have also un...
by itcconsulting
Mon Jun 06, 2005 9:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DRS Plugin Not Responding
Replies: 1
Views: 716

DRS Plugin Not Responding

Within the designer, I am able to open all of the available plugins except the DRS plugin. When I attempt to open it the application freezes. This is the first occurance of this and I have been using the application on the same machine for 6-8 months. I have rebooted several times and I have also un...
by itcconsulting
Thu Jun 02, 2005 3:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Defining SCD Type at the record level
Replies: 8
Views: 1678

In speaking with the business community, I found that there is a business requirement to define the SCD Type at the field level. Could someone provided some advice on the DataStage logic needed make the field level SCD decision within my server job?
by itcconsulting
Thu Jun 02, 2005 10:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Defining SCD Type at the record level
Replies: 8
Views: 1678

What's the downside of treating any change as a Type 2 regardless of the column?
by itcconsulting
Thu Jun 02, 2005 8:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Defining SCD Type at the record level
Replies: 8
Views: 1678

If my dimension table contains 4 non key attributes and one (or two) of those attributes require Type 2 SCD response, could I just treat any changed row as Type 2?
by itcconsulting
Thu Jun 02, 2005 7:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Defining SCD Type at the record level
Replies: 8
Views: 1678

Defining SCD Type at the record level

I'm in the process of finalizing a dimension loading process following Kimball's methodology. I have a question that may change my process. What's the affect of treating the whole record as Type 1 or Type 2 instead of individual columns on a record?