Search found 16 matches

by revanthga
Thu Aug 11, 2011 6:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: REG: Stored Procedure
Replies: 3
Views: 3419

Thanks for the Reply criag.

I tried it with one node it is completed in 4 minutes.
In the sense it is not executing.

Please suggest me on the same.
by revanthga
Wed Aug 10, 2011 1:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: REG: Stored Procedure
Replies: 3
Views: 3419

REG: Stored Procedure

Hi All, I am using Stored Procedure stage to call stored procedure from SQL Server 2005. We are working on Data stage 8.5 We are connected to SAP. I had designed a job to call stored procedure is by a row generator stage and Stored procedure stage. RowGen -----> Stored Procedure. It will take min 4 ...
by revanthga
Thu Jul 07, 2011 11:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to implement the incrementing Sequence Number logic
Replies: 2
Views: 2103

How to implement the incrementing Sequence Number logic

Hi All, I want to add a sequence No at the end of the date as 2011070700 as the Extract_seq_no. The situation is based on the date if it is executing 3 times on the same day then it should be incremented by 1 every time and should move to 2011070703. Then by the next day it should start with 00 agai...
by revanthga
Wed Jun 29, 2011 8:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reg Stored Procedure Job
Replies: 7
Views: 3410

I didnot get what will be the output stage for this.
Because source table & Target Table were defined in the Procedure.
Ther lies the confusion for me.
So please let me know on this.

thanks in Advance
by revanthga
Tue Jun 28, 2011 11:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reg Stored Procedure Job
Replies: 7
Views: 3410

I need design

I have to call stored procedure in the job.
I want to create job for the stored procedure.
By using Stored Procedure stage.
Can you please give me some tips to design the job.
That will be help full for me.
by revanthga
Tue Jun 28, 2011 9:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reg Stored Procedure Job
Replies: 7
Views: 3410

Reg Stored Procedure Job

Hi , I have to design Data stage Job for the stored Procedure. In this stored procedure the source and target were defined so that what is my output stage if iam taking stored procedure stage. Please help me puit how to design this thanks in advance. The following is the stored procedure. USE [Temp1...
by revanthga
Sun Jun 19, 2011 11:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to import Stored Procedure from Data base
Replies: 0
Views: 913

Unable to import Stored Procedure from Data base

Hi All, I am trying to import Stored Procedures which i had created but when i was trying to import the Stored procedure was not able to view only system designed Stored procedures are viewable. I am trying to Import in Server Version. What ever the procedures which are designed are unable to view. ...
by revanthga
Mon Mar 14, 2011 1:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning at Runtime for Nullability.
Replies: 3
Views: 2492

I had checked it with that my Source is SQL Server in that it is specified as NULLABLE NO.

It is Declared as nvarchar & should be converted it into Double.
at that time I am facing this warning.
by revanthga
Mon Mar 14, 2011 12:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning at Runtime for Nullability.
Replies: 3
Views: 2492

Warning at Runtime for Nullability.

I had declared POL_ID as Nullable no inthe source still I am Facing this Warning. My Source is SQL Server & Target is Oracle. I neeed to change the Data Types & load in the Oracle. "Data_Set_0: When checking operator: When binding output schema variable "outRec": When binding ...
by revanthga
Thu Feb 10, 2011 3:04 am
Forum: General
Topic: Issue in DB2
Replies: 3
Views: 11390

There is a high possiblity that load from /dev/null command will lock the table. Contact your DBA to release the lock and try.
So i want to know whether there will be any other issues.
If this is the only issue then DBA can resolve this issue.
So DBA can resolve this problem.
by revanthga
Thu Feb 10, 2011 1:44 am
Forum: General
Topic: Issue in DB2
Replies: 3
Views: 11390

Issue in DB2

Hi guys, I want to remove records from Db2 table. I had 20 lakh records in the table. I had executed "del from table name" it is not working. Then i tried to execute "load from /dev/null of del replace into Schema.tablename nonrecoverable" now i am unable to open the table when i...
by revanthga
Tue Feb 08, 2011 12:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning at Sort & remove Duplicate
Replies: 3
Views: 3286

You need to have the data sorted on Id, ID1 and Csid for the Remove Duplicates. If you sort on Id, Eff_Date, ID1 and Csid your data will still be sorted on Id, ID1 and Csid. Ditto if you sort on Id I had added column Id1 & CsId to Sort Stage but still I am facing the same warnings. So any thing...
by revanthga
Tue Feb 08, 2011 12:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning at Sort & remove Duplicate
Replies: 3
Views: 3286

Warning at Sort & remove Duplicate

Hi guys, I am facing a warning at runtime the warning is ass follows. "User inserted sort Sort does not fulfill the sort requirements of the downstream operator RemoveDuplicate" My job design is Dataset look up with DB2 table & filter then sort them based on Id & Eff_Dt then Remove...
by revanthga
Fri Feb 04, 2011 2:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to handle Nulls
Replies: 5
Views: 4045

check the format of the input value StringToDate(Eff_Dt,"%yyyy%mm%dd") for example %mm% is getting value 15 from source file means wrong because maximum month value is 12, so validate your input, one more thing for null field column you cannot directly use the transformation functions lik...
by revanthga
Thu Feb 03, 2011 11:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to handle Nulls
Replies: 5
Views: 4045

If you want specific help with a specific warning - then post the exact message. My Code is (StringToDate(Eff_Dt,"%yyyy%mm%dd") > DateFromDaysSince(CONFIG_DT, CurrentDate())) This is used to load the date with the config date. If the Eff_Dt is Null Then I am Facing an Error i.e " Con...