Search found 6 matches

by sharathkamathm
Thu Apr 23, 2009 3:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Record with Null getting dropped for Nullable col in PX 7.5.
Replies: 11
Views: 7006

Thanks to ALL, day before yesterday, I have resolved it by using all u ppl inputs and I did following changes and it worked, In transformer i am doing 2 thing in stage variable, 1. StgVar1 = If IsNull(Src col 'A') then "#" else DecimaltoString(Src col 'A', "suppresszero") 2. StgV...
by sharathkamathm
Tue Apr 21, 2009 12:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Record with Null getting dropped for Nullable col in PX 7.5.
Replies: 11
Views: 7006

Actually i am bring in Source with this couple of records with NULL and i need to push these record (with NULL) as it is in Target....and my soucre (Dataset) and Trg (Teradata Enterprise Stage)..... Note: In transformer i am doing 2 thing in stage variable 1. StgVar1 = DecimaltoString(Src col 'A', &...
by sharathkamathm
Mon Apr 20, 2009 2:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Record with Null getting dropped for Nullable col in PX 7.5.
Replies: 11
Views: 7006

Please let me know wht changes that i should do to job but with retaining "StgVar1" and "StgVar2"...stage variables in transformer....
Also i need this record with Null to load from Src col 'A' (dataset) to Trg col 'A' (Teradata)..... :?:
by sharathkamathm
Mon Apr 20, 2009 2:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Record with Null getting dropped for Nullable col in PX 7.5.
Replies: 11
Views: 7006

Record with Null getting dropped for Nullable col in PX 7.5.

Hi, I have simple job with Dataset ---> Transformer ---> Teradata Enterprise Stage Ex: Null Record ---- 1, ABC, 0, NULL, 10 Job is completing with following warning: "For Trg Col 'A' cannot load with Null so Record dropped." i.e. Its loading all records except 3 records which has Null in S...
by sharathkamathm
Thu May 10, 2007 11:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Default Configuration File in DS Manager
Replies: 2
Views: 1507

ray.wurlod wrote:Do you have a D:\tmp folder? You need one. This is referred to as /tmp by MKS Toolkit. ...
Hi Ray, i have made the changes and now it working. Thanks Dude!!!! 8)
by sharathkamathm
Tue May 08, 2007 12:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Default Configuration File in DS Manager
Replies: 2
Views: 1507

Default Configuration File in DS Manager

In Ds-Manager, if i check configuration default file i am getting below error. Before installing Datastage ver 7.5x2 on OS-2003 Server, i have installed MS-VC++ .Net 2003 too. Below are the details of Default configuration file and Compilation Error. Please let me how to configure the default file i...