Search found 69 matches

by phanee_k
Fri Sep 09, 2005 4:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Log in Detail
Replies: 4
Views: 2187

Hi, The following message is found in the log. ORCL_TGT_Supplier,0: Records inserted: 3,281 (........) Once I click on this line I am able to see ORCL_TGT_Supplier,0: Records inserted: 3,281 Records used for update: 100 Records rejected: 0 Total records: 3381. So to see the record count that got upd...
by phanee_k
Fri Sep 09, 2005 2:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Log in Detail
Replies: 4
Views: 2187

Log in Detail

Hi, When I run a job, the log shows the number of rows inserted into the table concatenated by brackets. If I click on the log it is showing the number of records too. Earlier it used to show the number of records inserted and records updated directly in the log. Is there any parameter that we need ...
by phanee_k
Tue Sep 06, 2005 12:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date Null Handling
Replies: 2
Views: 1883

Date Null Handling

Hi,
How to Handle the nulls on date fields using Handle_Null in modify stage.

I tried

Run_date = Handle_Null(Run_Date,'')
and
Run_date = Handle_Null(Run_Date,'0')

But the job is getting aborted due to this.

Thanks,
Phani
by phanee_k
Mon Sep 05, 2005 10:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup Stage - Number of reference links
Replies: 1
Views: 1016

Lookup Stage - Number of reference links

Hi,
I am using PX on 2 node config.
how many reference links does the lookup stage can accept.

I have to check for 45 lookups.

Is there any constraint on the number of reference links to the lookup stage.

Thanks,
Phani
by phanee_k
Thu Sep 01, 2005 9:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Enterprise Stage - Update / Insert rowcount
Replies: 5
Views: 2971

Hi, Thanks for the inputs. I am capturing the row count at the link level. But, I want to capture the number of records getting updated / inserted through the oracle enterprise stage using the UPSERT command. Infact I am able to capture them by reading the log and capturing the occurrences of the in...
by phanee_k
Thu Sep 01, 2005 4:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Enterprise Stage - Update / Insert rowcount
Replies: 5
Views: 2971

Oracle Enterprise Stage - Update / Insert rowcount

Hi, I want to capture the number of records that are getting updated / inserted into the database. I am capturing the job statistics using a routine. Oneway to capture the record count is through reading the log file and get the statistics. Is there any function so that I can get the rowcount direct...
by phanee_k
Thu Aug 25, 2005 6:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DSGetStageLinks
Replies: 6
Views: 1929

Hi Ray, Please refer the parallel job advanced developer guide , page number 7-103. It says that Result = DSGetStageLinks(JobName, StageName, Key) results in giving the links linked to the stage Key stands from 1 and 0 where 1 stands for input and 0 for output. But this is not dimensioned. Thanks, P...
by phanee_k
Wed Aug 24, 2005 9:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DSGetStageLinks
Replies: 6
Views: 1929

Thanks Ray. In the doc, I came across the DSGetStageLinks Function. But it was not dimensioned in the JOBCONTROL.H.So I was unable to use that. Infact , I came with a similar solution but did not include LinkType = Field("Input|Output|Reference|Reject", "|", Field(LinkType, "...
by phanee_k
Wed Aug 24, 2005 12:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DSGetStageLinks
Replies: 6
Views: 1929

DSGetStageLinks

Hi, I am using DSGetStageInfo for capturing the LinkTypes. It is returning 1 , 3 as values. I want to use DSGetStageLinks to capture the link information ( Input Link of the stage , output link of a stage). When I try to use this function , I am getting an error as DSGetStageLinks never dimensioned....
by phanee_k
Tue Aug 02, 2005 9:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Native Adapter to Access VSAM Files From mainframe server
Replies: 1
Views: 937

Native Adapter to Access VSAM Files From mainframe server

Hi,
How to access the VSAM Files from the Mainframe server.
Do we have any Plug in for mainframe - VSAM like SAP plug in to access from Unix box.
If so, where can I get the information regarding that.

Thanks for the response.

Phani
by phanee_k
Thu Mar 31, 2005 4:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning while loading the Look up file set
Replies: 4
Views: 1676

Thanks for the info.
It worked fine.


Thanks,
Phani
by phanee_k
Wed Mar 30, 2005 7:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning while loading the Look up file set
Replies: 4
Views: 1676

In this job, I am extracting data from the oracle table, doing lookup against some tables doing some aggregations and loading to the final output to the target table and as well to the Lookup file set. Everything is going on smoothly.But at the time of loading the data I am getting this error. --Phani
by phanee_k
Wed Mar 30, 2005 6:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning while loading the Look up file set
Replies: 4
Views: 1676

Warning while loading the Look up file set

Hi , When I am loading the Look up file set, the below warning is appearing constantly. Operator of type "APT_LUTCreateOp": Will partition despite preserve-partitioning flag on dataset on input port 0 The partition type used is "Entire". What could be the reason and how to resolv...
by phanee_k
Wed Mar 09, 2005 3:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Phantom Job
Replies: 2
Views: 983

Hi,
It seems some char data is getting passed into a field having numeric as data type. Try to use NullToZero tranform to eliminate this error.

IHTH,
Phani
by phanee_k
Wed Mar 02, 2005 12:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Concatenation Problem, Urgent
Replies: 3
Views: 1366

Hi,
Use NulltoEmpty tranform while concatenating the fields.
It will work.

Ex
NulltoEmpty(Field1):NullToEmpty(Field2):NullToEmpty(Field3):NulltoEmpty(Field4).

Phani