Page 1 of 1

Job running fine but in sequence aborts

Posted: Mon Jul 09, 2012 1:33 pm
by marpadga18
Hi All

I am running a job which is running fine.but when I run the same job with sequence it is getting aborted due to this error.
Error: Consumed more than 100000 bytes looking for record delimeter not found.

My source file is a fixed width file.
In the format I gave
Record Delimeter String =DOS Format
delimeter= None
Is there any thing else I have to do.
Job is running fine individually but aborting when I called through sequence it is aborting.
Any inputs really appreciated.

Re: Job running fine but in sequence aborts

Posted: Mon Jul 09, 2012 1:40 pm
by samdsx
compare variables used by job when run from sequence and run individually and see if there is any difference.

Re: Job running fine but in sequence aborts

Posted: Mon Jul 09, 2012 1:42 pm
by marpadga18
samdsx wrote:compare variables used by job when run from sequence and run individually and see if there is any difference.
Hi samdx

Do you mean user variables or enviornment variables?

Re: Job running fine but in sequence aborts

Posted: Mon Jul 09, 2012 1:43 pm
by samdsx
Job parameters.

Re: Job running fine but in sequence aborts

Posted: Mon Jul 09, 2012 1:46 pm
by marpadga18
samdsx wrote:Job parameters.
I am using job parameters but nothing is wrong here.. it is running fine when I run idividually but in sequence it is geeting aborted.

Posted: Mon Jul 09, 2012 2:13 pm
by jwiles
Are you certain you are reading the same source files when running the job standalone versus within the sequence?

Regards,

Posted: Tue Jul 10, 2012 4:44 am
by marpadga18
Thanks jwles we were reading zip file instead of txt file.