Search found 64 matches

by stiwari
Wed Dec 06, 2006 4:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Routine Reqd. For Incremetal Load
Replies: 2
Views: 1485

Routine Reqd. For Incremetal Load

Hi Everybody, I need help on urgent basis and i would be greatful if you can provide me the solution. I have some tables where the no. of records is very huge and i want to do an incremetal load for them. The criteria for this is Selecting the Records after a specified Date. Now the value of this Da...
by stiwari
Tue Sep 26, 2006 6:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to remove the leading zero's.
Replies: 4
Views: 8048

How to remove the leading zero's.

Hi All, I have to remove leading zero's from a varchar field....the scenario is like...i have the value's like 000876 and 000etywe now i have to remove the leading from only those records where it follows numeric value after the zero's.... It should be 876 and 000etywe can any one tell me how to do ...
by stiwari
Thu Sep 21, 2006 4:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: jobs are getting aborted due to UNIX signal kill.
Replies: 1
Views: 1218

jobs are getting aborted due to UNIX signal kill.

Hi All, While loading the data from source to target some time my is running fine and the same job for same number of records and without any modification its getting aborted..... Following are warnings and fatal error...... node_node2: The open files limit is 2000; raising to 2147483647. node_node2...
by stiwari
Tue Sep 12, 2006 11:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Failure during execution of operator logic
Replies: 1
Views: 4125

Failure during execution of operator logic

Hi All, While loading the data to the target table sometimes i am getting the error following message :- subArgs={asc}}},0: Failure during execution of operator logic. subArgs={asc}}},0: Fatal Error: waitForWriteSignal(): Premature EOF on node cdnlodb1 No such file or directory subArgs={asc}}},0: Fa...
by stiwari
Fri Sep 01, 2006 2:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error: Failed to keylookup for record
Replies: 7
Views: 6617

That's what I pressed to get help from Datastage Guru's.... :), Actually I searched it but didn't get the proper answer....can you plz explain me...about this property?


stiwari
by stiwari
Thu Aug 31, 2006 6:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error: Failed to keylookup for record
Replies: 7
Views: 6617

Hey Guru's

I just wanted to know the functionality of the constraints of the lookup failure......for the DROP......is it drops those records, those doesn't match with the joining condition or somthing else......?


stiwari
by stiwari
Wed Aug 30, 2006 8:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error: Failed to keylookup for record
Replies: 7
Views: 6617

Thanks guys....ya, I got solution of all the issues. I got very quick replies with the valuable solution.....i mean the people on this forum helped me a lot.
thanks once again to all the Datastage guru's :D


stiwari
by stiwari
Wed Aug 30, 2006 4:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error: Failed to keylookup for record
Replies: 7
Views: 6617

Error: Failed to keylookup for record

Hi All, I am trying to load 120 million record to my fact table....instead of using join i am using lookup to join all the dimention tables....but after loading 40 million record its getting aborted. Error message is :- Failed to keylookup for record I am not able to understand what error it is....c...
by stiwari
Wed Aug 30, 2006 2:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to impliment left outer jion with Lookup
Replies: 3
Views: 1687

Kirti,

Thanks for your quick reply, I have tried this logic it's working fine... :D

Regards
stiwari
by stiwari
Wed Aug 30, 2006 1:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to impliment left outer jion with Lookup
Replies: 3
Views: 1687

How to impliment left outer jion with Lookup

Hi All, While loading Target table I have used left outer join/right outer join with join stage but performance wise it's very slow now I want to use Lookup stage instead of join stage but there is no option to take any Outer join.....If any one have any idea...Plz share it with me...... Thanks in a...
by stiwari
Sun Aug 27, 2006 2:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Getting UNIX Signal KILL....
Replies: 7
Views: 3257

Kumar,

I am using lookup type as normal......Is it really matter that i have to use lookup type that won't be using Scratch file this much....


stiwari
by stiwari
Sat Aug 26, 2006 11:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Getting UNIX Signal KILL....
Replies: 7
Views: 3257

Getting UNIX Signal KILL....

Hi All, I am loading 1.2 billion to my fact table, I have used LOOKUP stage to join all the dimentions. When I kicked off the job it has started at very good seed but when it had reached to .5 billion, It got aborted ...Log file showing UNIX Signal SIGKILL 9...that means that job has aborted forcefu...
by stiwari
Thu Aug 24, 2006 8:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Not able to fetch any record.
Replies: 7
Views: 3167

Hi,

I am using User defined SQL as read method....yes, DB2 database is partitioned......and i have also tried with one node, facing the same problem.
by stiwari
Thu Aug 24, 2006 4:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Not able to fetch any record.
Replies: 7
Views: 3167

Arndw,

I am using source and target as DB2, Number of nodes are 4.
I have tried with Sequential file instead of using Target table but my job keeps on running and not fetching any record.
by stiwari
Thu Aug 24, 2006 1:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Not able to fetch any record.
Replies: 7
Views: 3167

Not able to fetch any record.

Hi All, I have created one job to load the data from source to target. When i have loaded the data from one schema( which contains 110000 records ).it was working fine. But i have started loading data from other schema( which contains 120 million records ), it has started fetching at good speed but ...