Page 1 of 1

Running state

Posted: Mon Oct 04, 2010 7:45 am
by rsunny
Hi everyone,

I performed a job with some transformations and some stages.when i compile and run the job ,its in running state showing all yellow and blue lines.It is in the running state only not getting the result, so finally i aborted and ran the job again but still the same process i.e. in running state only.when i try to run a different job its working fine but having this issue only with this job.can anyone tell me what might be the issue?

thanks in advance

Posted: Mon Oct 04, 2010 8:06 am
by ArndW
Could you narrow down the "some transformations and some stages" part, since that is most likely where your error is happening.
Make a copy of your job with just the input stages and put in dummy output stages (sequential files going to "/dev/null") and see if the job hangs. If not, the problem is in your output stage(s).

Posted: Mon Oct 04, 2010 8:15 am
by rsunny
Hi ,

i tried to make a copy of it and used output as a sequential files and also reduced my transformations and stages but still facing the same problem.Well it did work me 2 days back but today i tried to execute the same job its in running state only.

thanks in advance

Posted: Mon Oct 04, 2010 9:42 am
by rsunny
Hi everyone,

when i tried to rebuild the same job again reducing some stages and used outputs as sequential files it is working but when i tried to use database as output its not working, i mean its in running state.can any one tell what might be the issue.

thanks in advance

Posted: Mon Oct 04, 2010 3:22 pm
by ray.wurlod
Obviously the database.

Unless you can be more exact than "not working" we cannot help further.

Posted: Tue Oct 05, 2010 8:05 am
by rsunny
Hi everyone,

when i try to create a copy of job and change some stages and run the job, it hangs up.when i try to run the original job by which i made a copy ,it is also hanging up.can any one tell me what might be the issue with this?

Posted: Tue Oct 05, 2010 8:47 am
by chulett
As noted - the database. Have your DBA monitor things for you.

Posted: Tue Oct 05, 2010 12:09 pm
by rsunny
Hi ,

My DBA havent monitored .So do i need to contact my DBA regarding this issue.

thanks in advance

Posted: Tue Oct 05, 2010 3:37 pm
by ray.wurlod
The problem is definitely in the database. Whether or not you involve your DBA depends entirely on how important solving the problem is to you.

Posted: Wed Oct 13, 2010 1:18 am
by Pacific007
ray.wurlod wrote:The problem is definitely in the database. Whether or not you involve your DBA depends entirely on how important solving the problem is to you. ...
Correct...as metioned in his earlier post that he forcibly stopped his job...sometimes when you forcibly stop tour job...your target table in database get locked or it will show used by another user....so ask your DBA the state of your target table....or just for check creat a copy of your job and replace orignal target table with a test target table...if it works ...you need to contact your DBA or wait for the default time of unlocking the tables as set by your DBA.