Search found 52 matches

by SHARAD123
Sun Nov 16, 2008 11:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash Files
Replies: 2
Views: 1220

Hash Files

Hi All,

I have a job where I have used hash files for look up. The source for the hash file is from a table.. Will there be a problem if the data from the source table will be huge? Some space related issues?
by SHARAD123
Mon Jul 07, 2008 5:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Folder stage : Increase the length?
Replies: 3
Views: 1465

How can we increase the maximum allowed length of the folder stage?
by SHARAD123
Mon Jul 07, 2008 3:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Folder stage : Increase the length?
Replies: 3
Views: 1465

Folder stage : Increase the length?

Hi Forum, I have used Folder stage in a job to read a set of files. But the files may contain more than 999,999,999 characters (which is the maximum length that i could specify as the length). Is it possible to increase this length. Also, it seems that our production server has some memory problems ...
by SHARAD123
Fri Jun 06, 2008 7:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Perfomance tuning advice?......
Replies: 7
Views: 2160

Thank you guys.
by SHARAD123
Thu Jun 05, 2008 3:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Perfomance tuning advice?......
Replies: 7
Views: 2160

Perfomance tuning advice?......

Hi forum, I have a job which extracts about 7 million data, performs a look up using a hashed file, does some transformations and loads into two different tables. At the current rate, it takes around 3 hours for completion. Can anyone advice me as to how to improve the performance..... Is the look u...
by SHARAD123
Tue Apr 29, 2008 1:07 am
Forum: General
Topic: How to upgrade to premium user?
Replies: 3
Views: 1286

Thanks ArndW. Hey can I know whats' the actual name of yours? Just out of curiosity :D . I ve seen a lot of answers from you, so useful to me.
by SHARAD123
Tue Apr 29, 2008 12:58 am
Forum: General
Topic: How to upgrade to premium user?
Replies: 3
Views: 1286

How to upgrade to premium user?

Hi All,
I wanted to know how to upgrade to premium user? Also how much is the subscription for the same and the payment is to be made? Am sorry if this type of ques is asked for a n number of times :roll: .

Thanks in advance
by SHARAD123
Fri Mar 14, 2008 12:58 am
Forum: General
Topic: Which forum should i post?
Replies: 2
Views: 1004

Which forum should i post?

Hi All,

I got a doubt in the RTI stage (DATASTAGE WEBSPHERE). Where should i post regarding this?


Thanks
by SHARAD123
Tue Mar 11, 2008 7:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to make a loop indefinite
Replies: 2
Views: 954

How to make a loop indefinite

Hi All,

How to make the loop activity to be indefinite?

Am using the loop activity stage in 7.5, what cndn is to be given to make the loop indefinite?
by SHARAD123
Sun Feb 24, 2008 1:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Master Sequence is not restartable
Replies: 19
Views: 7068

Hi, I am too facing a similar problem. The fact is that; the jobs inside the sequence aborts, which is like successfully executed the sequence. Therefore it returns with the return status 1 and starts executing the next sequence. So to abort it, then instead of using a sequencer better write a job c...
by SHARAD123
Fri Feb 22, 2008 5:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Inserting NULL records even after defining constraint
Replies: 19
Views: 5568

Hi priyaraj,

Y don you try a much simpler solution....

There is no need to use stage variables for this functionality.
Instead check condition in the constraint for the link.

Use this constraint:
not(isnull(required link) )
by SHARAD123
Fri Feb 22, 2008 5:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job not aborting
Replies: 4
Views: 1470

Thanks
by SHARAD123
Thu Feb 21, 2008 1:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job not aborting
Replies: 4
Views: 1470

"Log warnings after activities that finish with status other than OK" and/or "Automatically handle activities that fail" "




But then where to find these options? Am using datastage 7.0.
by SHARAD123
Thu Feb 21, 2008 12:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job not aborting
Replies: 4
Views: 1470

Job not aborting

Hi All, I have a job control which attaches a job sequence, the job sequence calls two more sequences. All the triggers are set to OK Condn. But still if a job inside the sequence aborts, the next job within that sequence aborts: but the calling sequence executes till the last job and gives a finish...
by SHARAD123
Tue Feb 12, 2008 2:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to add trailer records?
Replies: 6
Views: 1521

Thnx 4 de help chulett. The suggestion really worked.
I used it in the job control at the end of all process.