Search found 27 matches

by Abburi
Fri Jun 08, 2007 9:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compare the Salary with the previous date salary
Replies: 11
Views: 2828

whatever you specified logic will work previous examples. But for particular employee demotion also will happen.How to implement below condition also. I need to Backtrack recent salary Effective date. Emplid EffDate Salary Monthly 1234 02-02-2001 3000 1234 01-12-2006 4500 1234 01-01-2007 5000 1234 ...
by Abburi
Fri Jun 08, 2007 8:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compare the Salary with the previous date salary
Replies: 11
Views: 2828

I need to Backtrack recent salary Effective date. Emplid EffDate Salary Monthly 1234 02-02-2001 3000 1234 01-12-2006 4000 1234 01-01-2007 4000 1234 01-02-2007 40 ... You can use like this : Example :1 Emplid EffDate Salary Monthly 1234 02-02-2001 3000 1234 01-12-2006 4000 1234 01-01-2007 4000 1234 ...
by Abburi
Thu Jun 07, 2007 11:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Regarding Sequencer
Replies: 5
Views: 2548

Re: Regarding Sequencer

vijaykumar wrote:Hi Gurus,
I have designed a sequencer and scheduled that sequencer at night.

Iam getting error in my sequence.Can you please help me with the techniques to handle the sequencer which has aborted at uneven times.


cheers;
Vijay

What error your getting ?, send more details. :D
by Abburi
Wed Jun 06, 2007 2:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORCHESTRATE step execution terminating due to SIGINT
Replies: 2
Views: 7541

Re: ORCHESTRATE step execution terminating due to SIGINT

Hi, When I run the job I am getting following error.There is no clue in the log.(some times its working fine).Please anybody can help. Sorce is Dataset and some transformations and loading in to Netezza database. ERROR: ORCHESTRATE step execution terminating due to SIGINT Parallel job was aborted T...
by Abburi
Tue Jun 05, 2007 12:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle call failed; sqlcode = -900; message: ORA-00900: inva
Replies: 5
Views: 5194

Re: Oracle call failed; sqlcode = -900; message: ORA-00900:

Tried to use all of the following stmts in the OPEN command of oracle enterprise stage (DS 7.5.1) and get the above error, did anyone get a resolution on this ? 'DELETE FROM TABLE1' 'DELETE FROM TABLE1;' "DELETE FROM TABLE1" "DELETE FROM TABLE1;" DELETE FROM TABLE1 I am using th...
by Abburi
Mon Jun 04, 2007 1:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Annotation Stage
Replies: 8
Views: 4967

Re: Annotations grayed (greyed) out - resolved

I just had this happen as well. It turns out someone borrowed my computer over the weekend and toggled Annotations off. When the client is set not to display annotations it won't let you add any annotations either. The button looks like a capital "A" in the toolbar. If the button is depre...
by Abburi
Fri Jun 01, 2007 11:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Numeric to decimal Data Type problem
Replies: 8
Views: 1921

Re: Numeric to decimal Data Type problem

Hi, I am reading data as numeric(9,3) and the data is like 1.22,1.00,0.00.1.234,1.230 and want the output data in the below format as 1.22,1,0,1.234,1.23 how to achieve this? Thanks, kd813 Hi, are you talking about remove null/0 values which are placed after decimal point, say 1.00 to 1, is it ? Ca...
by Abburi
Fri Jun 01, 2007 8:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle OCI Load stage (Automatic)
Replies: 4
Views: 2115

Re: Oracle OCI Load stage (Automatic)

HI Folks, I design a job which will dump records from file(data file) to Table. I used Oracle OCI Load stage of AUTOMATIC option.When I run the job my job got aborted with the following error message SqlLdr_Tst..Tgt_Market_Trade: Internal Error: Unable to initialize the Direct Path Context ORA-0237...
by Abburi
Fri Jun 01, 2007 8:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Extracting data
Replies: 8
Views: 3455

Put parallelism into the DataStage job. That's why I asked about Enterprise Edition. However it's also possible in server jobs - you can have multiple connections to the database through the same st ... i mean to say i have given parallelism in query we dont have parallel edition. i ll give u the q...
by Abburi
Thu May 31, 2007 2:37 pm
Forum: General
Topic: convert a oci job automatically
Replies: 1
Views: 845

Re: convert a oci job automatically

uccio2002 wrote:Hi all i'm looking to convert some jobs using oracle oci in job using odbc oci. Do it exist any tool that do it (e.g. working on dsx)?
thank's antonio
In Server/Parllel i haven't seen the ODBC OCI, can you give more details :(
by Abburi
Thu May 31, 2007 2:08 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: hash file error
Replies: 10
Views: 3505

I started all over again. In designer, in hash file stage, I left the account name blank so it will take current project name by default, then I specify filename and checked create file option, job ran fine. But I can't find the hash file that it created. I went to Manager and checked, can't find t...
by Abburi
Thu May 31, 2007 7:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Performing Lookups on Large tables
Replies: 4
Views: 1632

Re: Performing Lookups on Large tables

Hi , I wanted to do a self join with a table which it is having data around 10 crores of rows. ,Which is the best method to do that. Please suggest.. Thanks in advance.. Sorry, but could you please specify what are 10 crores ? 10 millions rows ? In that case I would check if this is really usefull ...