writing and reading a hash file in same stage problem

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

jiegao
Premium Member
Premium Member
Posts: 46
Joined: Fri Sep 22, 2006 6:12 pm

Post by jiegao »

ray.wurlod wrote:Run stopped after 100 rows can only be caused by one thing; when the job run request is issued, a limit of 100 rows is imposed. Check the Limits tab on your Job Run Options dialog. ...
No limit is set. It is very werid that when I run the batch from the designer, there is no problem. But when I run the job from director, there is problem. I cannot figure out why.
Regards
Jie
crouse
Charter Member
Charter Member
Posts: 204
Joined: Sun Oct 05, 2003 12:59 pm
Contact:

Post by crouse »

Just for grins...

In Director, go to Tools -> Options -> Limits and be 100% sure it is set to "No limit"

-Craig
Craig Rouse
Griffin Resouces, Inc
www.griffinresources.com
jiegao
Premium Member
Premium Member
Posts: 46
Joined: Fri Sep 22, 2006 6:12 pm

Post by jiegao »

crouse wrote:Just for grins...

In Director, go to Tools -> Options -> Limits and be 100% sure it is set to "No limit"

-Craig
100% sure it is no limit
Regards
Jie
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Re: Hash File Probem

Post by ArndW »

jiegao wrote:I seperate the job into 2 jobs...
- check your SELECT on the input to see if there is a limit
- check your transform constraints to see if you might have set a limit
Post Reply