Search found 45 matches

by Sudhindra_ps
Sat Mar 22, 2008 3:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Implementing delete and insert on oracle enterprise stage
Replies: 5
Views: 2752

Hi, You could make use of two Oracle enterprise stages in this scenario. Where in one should do the insert operation while the other does only delete operation. These stages should get input links from Transformer stage. In Transformer stage you can specify "link ordering" with "Seque...
by Sudhindra_ps
Sat Jan 05, 2008 2:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stored Procedure Stage - Compilation issue
Replies: 2
Views: 1156

hi Ray, I don't see any difference about my User ID against other User ID's. All our UserID's belong to same group on ETL box and privileges set are also the same. I was browsing through couple of tech forums and found that this is potentially an bug in Datastage and there is an patch readily availa...
by Sudhindra_ps
Fri Jan 04, 2008 8:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stored Procedure Stage - Compilation issue
Replies: 2
Views: 1156

Stored Procedure Stage - Compilation issue

hi All, Am using following job design. ExternalSourceStage ->TransformerStage->StoredProcedureStage->SQFileStage But this works fine with my ID. When I compile this job using different UserID and try to execute it gives Oracle-12154 TNS error on Stored Procedure stage. When I checked OSH script when...
by Sudhindra_ps
Mon Dec 10, 2007 3:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Suppress "Status Code=0" output of dsjob command
Replies: 13
Views: 11783

Suppress "Status Code=0" output of dsjob command

hi, I have configured shell script which calls "dsjob" command to execute an Datastage job in the "Extrnal Source Stage". But, dsjob command after execution outputs below information. ------------------------------------------------------------------------- Finished waiting for j...
by Sudhindra_ps
Wed Nov 14, 2007 2:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Abort the job from "After job subroutine"
Replies: 21
Views: 12066

hi Chulett, Am trying to delete and insert huge volume of data on same table in the same job. I just extract all the data from Source system and compare this aganist Target table existing data. Based on comparision I just delete all the matching existing records from target table and insert all reco...
by Sudhindra_ps
Tue Nov 13, 2007 8:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Abort the job from "After job subroutine"
Replies: 21
Views: 12066

hi Chulett, In parallel jobs we cannot have 2 input links to Oracle Enterprise Stage. So, I just made use of single "Dynamic RDBMS stage" to do both "Delete and Insert" operation on the table. But still no luck as job used to try to insert data first and then try to delete. Which...
by Sudhindra_ps
Tue Nov 13, 2007 1:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Abort the job from "After job subroutine"
Replies: 21
Views: 12066

Ray/Chulett please suggest me

hi Ray, I apologize for not explaining you properly on what I was trying to do. I have two jobs , First job does deletion of data where as second job does insertion of data into same table. Am triggering second job from first job using a "after job subroutine(dsjob script)" because I need ...
by Sudhindra_ps
Mon Nov 12, 2007 2:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Abort the job from "After job subroutine"
Replies: 21
Views: 12066

hi Ray,

Do you have any suggestion on to how to handle Delete/Insert on Oracle database (Same table) in Parallel jobs.

Thanks & regards
Sudhindra P S
by Sudhindra_ps
Mon Nov 12, 2007 2:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle UPSERT commit intervals
Replies: 3
Views: 2679

hi Arndw, We had raised the same thing with IBM sometime back. But, they came back saying we need to set both the properties to very high level to get those properties work efficiently. I just tested them with high values and it works fine (in the sense whenever Job aborts the transaction gets rolle...
by Sudhindra_ps
Fri Nov 09, 2007 2:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Abort the job from "After job subroutine"
Replies: 21
Views: 12066

hi Chulett, Thanks for replying to my query. The problem with performing Delete and Insert in the same job would lead to different complexities which we have faced, such as (1) Sometimes tables were getting into a "Dead Lock" issue. (2) Sometimes job was getting hanged as both Delete and I...
by Sudhindra_ps
Thu Nov 08, 2007 11:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Abort the job from "After job subroutine"
Replies: 21
Views: 12066

hi Chulett, I have two ETL jobs one for delete and one for Insert. Am performing delete first in the first ETL job and am calling a second ETL job from "after job subroutine" to do the data insert into the table. Incase if second job fails then I have to rollback the delete operation what ...
by Sudhindra_ps
Thu Nov 08, 2007 11:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Abort the job from "After job subroutine"
Replies: 21
Views: 12066

hi Chulett, I have two ETL jobs one for delete and one for Insert. Am performing delete first in the first ETL job and am calling a second ETL job from "after job subroutine" to do the data insert into the table. Incase if second job fails then I have to rollback the delete operation what ...
by Sudhindra_ps
Thu Nov 08, 2007 9:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Abort the job from "After job subroutine"
Replies: 21
Views: 12066

Abort the job from "After job subroutine"

hi, I have shell script invoked from "After job Subroutine" which throws back the success/failure status based on some logic. Now, when script throws back failure status(i.e exit 1) job isn't getting aborted rather it just says "Warning Message" as mentioned below. --------------...
by Sudhindra_ps
Thu Aug 16, 2007 12:59 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Wrapper for ETL Webservices
Replies: 10
Views: 10343

hi Eostic, Thanks for the resolution you have provided. I was able to wrap up both Oracle Stored Procedures and ETL webservices as one component using Java programming language as a wrapper script. This tends to give good performance in terms of invoking both Oracle Stored Procedures and ETL jobs as...
by Sudhindra_ps
Mon Aug 13, 2007 10:26 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: DS Admin's please help me
Replies: 8
Views: 6583

hi,

As Eostic said it is better to leave the ports default as they are, rather than trying to manipulate them. I just had to default the ports as they are and it is said to be configured and working as expected to.

Thanks & regards
Sudhindra P S