Search found 13 matches

by jgajardo
Thu Apr 08, 2010 12:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SCD Purpose Codes
Replies: 2
Views: 3051

Re: SCD Purpose Codes

I dont see these purpose codes any where on the output link? Any thoughts where its storing them on the output link? I haven't seen anything being stored anywhere. The Upsert that gets generated will try to do an update based on the surrogate key, if it fails because of a new surrogate key then it ...
by jgajardo
Wed Mar 10, 2010 9:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to read or update decimal values
Replies: 4
Views: 4953

We found a solution ! I'd like to thank the academy :wink:, a special thanks to Norman Simpson :) for finding the solution, Jean Porter for inspiring it and ArndW for caring :) ! We added the following to the user defined environment variables for the project: NLS_NUMERIC_CHARACTERS=., it did the tr...
by jgajardo
Fri Mar 05, 2010 2:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to read or update decimal values
Replies: 4
Views: 4953

Are either your database or DataStage using a locale which might use ',' as the decimal delimiter? We thought of that... but after verification and changes done in order to eliminate any doubts... we have them both with the same NLS. One more thing, the regional settings on the windows server indic...
by jgajardo
Thu Mar 04, 2010 3:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to read or update decimal values
Replies: 4
Views: 4953

Unable to read or update decimal values

Hello everyone, I need your help :) Configuration: We have a brand new installation of PX v8.1 on a Windows Server. -The Database is ORACLE 11g. -Two (2) Oracle clients are installed on the server machine is 9.2.0 and 11.1.0. -Currently using the 9.2.0 Oracle client on the server Problem: We cannot ...
by jgajardo
Mon Mar 01, 2010 11:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Slowly Changing Dimension and valid date
Replies: 8
Views: 7213

Did you duplicate the column in your lookup?

Code: Select all

Type 2   No purpose code
Seq_No   Seq_No_Original
------   ---------------
2        1
The column might not appear on the left side, but you can still access it if you edit (double-click) the derivation and choose input column"[/code]
by jgajardo
Sat Feb 27, 2010 2:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Slowly Changing Dimension and valid date
Replies: 8
Views: 7213

I don't have access to test anything before monday... In version 8.1 (which I've tested with) the SCD stage updates the values (in memory) of the reference link columns which you defined with a purpose code. ie: When you reference them, it's too late ... the value has changed ... and you don't have ...
by jgajardo
Fri Feb 26, 2010 10:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Slowly Changing Dimension and valid date
Replies: 8
Views: 7213

Re: Slowly Changing Dimension and valid date

if IsNull(lkp_Link.Eff_Date) Then CurrentTimestamp() Else if IsValid('Date',lkp_Link.Eff_Date) Then lkp_Link.Eff_Date Else CurrentTimestamp() My datatype for this column on the Columns tab on the Output tab is Timestamp and on the Columns tab in the Input tab is also Timestamp You seem to be valida...
by jgajardo
Fri Feb 26, 2010 10:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Slowly Changing Dimension and valid date
Replies: 8
Views: 7213

Re: Slowly Changing Dimension and valid date

if IsNull(lkp_Link.Eff_Date) Then CurrentTimestamp() Else if IsValid('Date',lkp_Link.Eff_Date) Then lkp_Link.Eff_Date Else CurrentTimestamp() My datatype for this column on the Columns tab on the Output tab is Timestamp and on the Columns tab in the Input tab is also Timestamp You seem to be valida...
by jgajardo
Thu Feb 25, 2010 1:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SCD stage functionality
Replies: 2
Views: 3667

Re: SCD stage functionality

Figured this out! :D (thx Norman :idea: ) Hello everyone, PROBLEM: The output map doesn't return the previous value of the dimension (prior to the change). It seems to return the value after the change (from memory). [...] Question 1: Is this a bug, or is the OUTPUT MAP supposed to work this way? :?...
by jgajardo
Thu Feb 25, 2010 11:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SCD stage functionality
Replies: 2
Views: 3667

SCD stage functionality

Hello everyone, Long time listener... first time caller ... :wink: I've spent the last couple of days trying to master the behaviour of the SCD stage in order to implement its usage on our spanking new project. I followed the recipe from "IBM InfoSphere DataStage Data Flow and Job Design" ...
by jgajardo
Tue Dec 06, 2005 8:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Migrate from DataStage Server 7.1 to 7.5 or wait for 8?
Replies: 3
Views: 2597

Thanks for your prompt replies! This clarifies a lot of things :) We do have lots of BASIC batch job control. The code has been developed already ... so I don't know how much help the new sequencers will be :?: On the other hand, HTML reporting is a very nice to have... :D specially that we have to ...
by jgajardo
Mon Dec 05, 2005 2:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Migrate from DataStage Server 7.1 to 7.5 or wait for 8?
Replies: 3
Views: 2597

Migrate from DataStage Server 7.1 to 7.5 or wait for 8?

Hello Everyone, I am trying to find information to build a business case to migrate DataStage Server from version 7.1 to version 7.5. We are not directly supported by Ascential (IBM now) as the software is provided through an agreement with PeopleSoft (formerly JDEdwards, now Oracle :)). What I have...
by jgajardo
Tue Oct 05, 2004 11:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Basic Syntax Definition File for TextPad
Replies: 3
Views: 2791

Editor

Well they both offer the advantage of highlighting your code with color. I am not too familiar with TextPad but UltraEdit has these features that are useful to me: -Disk based text editing - supports files in excess of 4GB, minimum RAM used even for multi-megabyte files -Syntax highlighting - config...