Search found 126 matches

by ranga1970
Tue Feb 01, 2005 1:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Not(Lookuplink.NotFound)
Replies: 4
Views: 1298

Not(Lookuplink.NotFound)

Folks, I am stepped in to do production support, and found a the job with constraint Not(Lookuplink.NotFound) Where lookuplink is link from hash file used to do lookup, my question is .Notfound [/size] is built in function or routene or transform, i never got a chance to work on this kind one before...
by ranga1970
Tue Dec 28, 2004 7:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: picking six records from six or more and finally getting one
Replies: 5
Views: 2034

Thanks I got till filtering six records with your suggestion, but now coming to pivot stage, I never used and When i was going through help it says use derivation Say for example now i have Regionkey clientid Plancode 2 1963 5af 2 1963 4ac 2 1963 5ab 2 1963 5bc 2 1963 4bd 2 1963 4df 2 1962 5ab 2 196...
by ranga1970
Tue Dec 28, 2004 6:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: picking six records from six or more and finally getting one
Replies: 5
Views: 2034

Actually it was the reverse case, we develpoed the wharehouse and need populate data from here to SalesForce.com using vitria, for this I had develpoed a function and stored proceadure to populate data from wharehouse to Vitrai Tables and its taking 48 minutes to populate about 2000 records, since w...
by ranga1970
Tue Dec 28, 2004 4:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: picking six records from six or more and finally getting one
Replies: 5
Views: 2034

picking six records from six or more and finally getting one

I have source as Code: Regionkey clientid plancode 2 1962 5ab 2 1962 5bc 2 1962 4ac 2 1963 5af 2 1963 4ac 2 1963 5ab 2 1963 5bc 2 1963 4bd 2 1963 5fg 2 1963 4df regoinkey is same for all, some clients have more than 6 plan codes, some clients have less the 6 plancodes, when a client have more 6 plan...
by ranga1970
Tue Dec 21, 2004 12:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: data type overflow
Replies: 4
Views: 3317

Solution

Folks, after doing lot of reasearch I had found the there were three records which were causing the proble to load them they were 0101/01/01, 0102/01/01, 0102/01/02, fo rhtis i had implimentd dirty solution which works that is I defiend two stage variable first variable = DateTimeStampToInternal(sou...
by ranga1970
Mon Dec 20, 2004 11:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: data type overflow
Replies: 4
Views: 3317

In the generated output at odbc i could not find any to-date conversion And coming to the routene before it was A = Iconv(Arg1[1,10], "DMDY") Ans = OCONV(A, "DMDY") i changed to A = Iconv(Arg1[1,10], "DMDY") Ans = OCONV(A, "DYMD") Now i encounter different typ...
by ranga1970
Fri Dec 17, 2004 7:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: data type overflow
Replies: 4
Views: 3317

data type overflow

CSRFQ..X_RFQ.Out_RFQ_INSERT: DSD.BCIPut call to SQLExecute failed. SQL statement:INSERT INTO STG_RFQ(SaleProbability, DateProposedEffective, SalesDeadLineDate, EligibleEmployees, CloseType, MemberCount, UserID, ClientID, BrokerID, CloseReason, RFQID, IsLifeQuote, IsDentalQuote, status_ind, RegionKe...
by ranga1970
Thu Dec 16, 2004 12:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: date comparison
Replies: 4
Views: 1515

STILL HANGING WITH DATE COMARISION

YES i MADE THAT OBSERVATION AND LATER CORRECTED IT BUR IT STILL DOESN'T WORK
by ranga1970
Wed Dec 15, 2004 4:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: date comparison
Replies: 4
Views: 1515

date comparison

It doesnot work
by ranga1970
Wed Dec 15, 2004 1:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: date comparison
Replies: 4
Views: 1515

date comparison

SELECT TO_CHAR(AU_LEAD.POTENTIAL_DATE, 'YYYY-MM-DD HH24:MI:SS'), (AU_LEAD.ACS_CONTR_EFF_DATE, 'YYYY-MM-DD HH24:MI:SS' are the two dates being retrieved from source through oraoc I have not defined To_char, but Ora is automatically taking it, but my problem i need to only pass effective datec > 12-31...
by ranga1970
Fri Dec 03, 2004 1:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: date time filed over flow
Replies: 2
Views: 843

ATTN kcbland SOME MORE INFO FOR YOU REGARDING THE PROBLEM

WELL KC IF THAT CASE AT OTHER PLACES WHERE I AM JUST PASSING THE DATA ITS GOING THROUGH, EVEN IN THE SAME JOB THERE ARE TWO DATE FIELDS AND IF I KEEP BOTH DATE FIELD ONLY 77,228 RECORDS ARE PASSING AND THE ERROR I SAID ABOVE IS HAPPENING, IF KEEP FIELD 1 ONLY(EFF DATE) THEN ALL 94,000 RECORDS ARE PA...
by ranga1970
Thu Dec 02, 2004 6:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: date time filed over flow
Replies: 2
Views: 843

date time filed over flow

Hi folks My source oracle 7 and target SQL, when I run a job it trows me an error after running 77,000 record which is fatal error type there are two date fields but if the problem is with date time, it should abort first only, its aborting after running 77000, and date fields are yyyy-mm-dd hh:mm:s...
by ranga1970
Wed Dec 01, 2004 10:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: about reference table and driving table
Replies: 9
Views: 2808

thanks thanks thanks

I got the knowledge, really i solved the problem using the sql since its from same stage but i waqnt to have some knowledge, i got the tip and i will go find out from help how to use merge stage for the future usage

thanks thanks thanks :D
by ranga1970
Wed Dec 01, 2004 10:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: about reference table and driving table
Replies: 9
Views: 2808

Well i am sorry for not being precise in my first post

is there any way to do that kind of join in datastage betwen two table having multiple primary keys
by ranga1970
Wed Dec 01, 2004 10:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: about reference table and driving table
Replies: 9
Views: 2808

Well i am sorry for not being precise in my first post

is there any way to do that kind of join in datastage betwen two table having multiple primary keys