Background job status "Released"

Hi ,
I am executing standard SAP program in background and it shows the status as "Released" with "Delay" more than 3000 sec.
What is the reason I am not able to start the job with "Active" status?
Please help.
thanks & regards,
Yogita

>
Rob Burbank wrote:
> If it wre already running, the status would be active.
Rob,
Yes,Its really depends on how "Background job cofiguration" has been done in system by basis.
As i  can also see the job status is only Realesed(Not active) once i ran it in background immidiately.
And once job finished it shows "Finished" status.No where "Active" status came
@Yogita:Your job is still running i guess since more than 3000Sec.so thats why it(Time) is showing in delay.
Once job is finished you will be able to see its status Finished.
I would also suggest you to Knock basis
Cheers,
Amit.

Similar Messages

  • Background job in Released status and does not run. What is the problem?

    Hi Experts,
        I ran a ABAP report as a background job. But when I see the job status in SM37 I found that it is "Released" but the job does not run further, It remains in "Released" state. I have given the correct variant and start condition "immediate" . Moreover there is no spool and log as well.
    The ABAP report runs fine in forground. It used to run in background few days back.
    What could be the problem? Kindly help!
    Thanks
    Gopal

    Hi Bob,
        But I checked after 2 days still the job status is in Released state.  There were some other jobs that ran successfully. So atleast after two days I hope the job should have run. I can't even delete it. What shall I do?
    Thanks
    Gopal

  • Background JOB STATUS remaining active status

    Hi experts,
    I had a job scheduled on production server which generates bank statements using program RFBKBSST( MASS RUN of bank statements). Job used to run fine all this days but from past 3 days the job is remaining in ACTIVE status whenever it is scheduled as result, no statements are getting generated.
    I had checked this in transaction like sm50 its showing status "stopped" and reason as "SLEEP".
             please suggest me to overcome the problem.
    thanks & regards,
    hemanth

    Hi Naveen,
    Iam sorry, actually i did not check the same job on test system. I had checked it now this background job( Mass run) which is failing on production system, is also failing on Test system from past 2 months with same kind of error it is showing now in production.
         So, you might be correct that there is some transportation done from TEST system which had effected the Production.
    i had asked the basis team for those transports.
       Can you suggest me what can be done to solve this problem and make the job run successfull.
    thanks&regards,
    Hemanth.

  • Background job status in TBTCP

    Hi All,
    I have a requirement where I have to check status of a background job.
    My problem is that although the job is executed successfully and the ststus in <b>TBTCO</b> is 'F'(Finished), also the spool is generated and has status in <b>TSP01</b> 'C'(completed), even then the table <b>TBTCP</b> has status 'P'(scheduled). Why it is not showing status for successful competion?
    Thanks and Regards,
    Pragya Vatsa

    Hi,
    May be its just for displaying that the job has been submitted for background processing. But I am sure that it is not meant for displaying the status of job has been compleated or scheduled or processed. Even there are no other valuesfor this field in the table other than 'P'.
    Regards,
    Ram Mohan

  • The lotus mail about the Background Job status

    Hi ,
    I have a requirement where SAP users want the status of the background job in their lotus mail.The problem is job takes run for more than 15-20 hours and some times gets failed too.Whichever is the status , they want the update. The job is run daily in the night.So can not be done in the same program. Writng different program to check and send the mail can be an option.
    But My question would be
    1.Is there SAP standard funtionality /progarm to send the job log (not the spool) in the mail?
    Thanks in advance.

    Hi,
    You can run another job in background which can monitor this original program. I would die and schedule itself in an hour for next status. the logic goes this way.
    1) The original Z program call the Z job monitor prog with jobname.
    2) The Z job monitor prog checks the status of job and will send a status mail on finished or cancelled.
    3) if the job is still active, the z job monitor prog will schedule itself for after an hour to check the status again.
    thus steps 2 & 3 would be in loop till the original z prog finishes or gets cancelled.
    Regards,
    Nirmal

  • Background Job Scheduling Releasing

    Hi,
      I have written a report which has to be scheduled in background.
    I runned the program in se38.
    I choosen Program -> Execute in Background.
    It scheduled immediately.
    But When I saw in SM37. The Jobs are in Scheduled status.
    Programatically How can I make it relase status.
    So it runs automatically. and completes.

    Hi Praveen,
    While you run the job in background using Transaction SM36 make the start condition as IMMEDIATE and in the JOB SELECTION u select RELEASED and SCHEDULED options and then execute the job.
    Hope this is useful.
    Regards,
    Adarsh Srivastava.

  • How to determine the background job status?

    Hi Gurus,
    My program is as follows:
    1. I have used FM job_open to open a new job.
    2. SUBMIT to call another program which creates the file on application server.
    3. FM job_close to trigger that job.
    Now I want to determine the status of that triggered job (Not through SM37), Once I get a status for complete or cancelled I will be coding based on that.
    So could you please help me out for the issue?
    Thanks in advance.

    hi ,
    check table TBTCO.
    YES. u  can check for STATUS = P- Schedule/S---Released
    regards
    Prabhu
    Edited by: Prabhu Peram on Sep 18, 2008 6:43 PM

  • Background job status showing cacelled message number 564

    Hi Experts,
    We have a program wich will collect the purchase requisitions and releasses them.
    1) if u manually execute this report it will show the requisitions which have to be released in ALV .then u can select them and release
    2) if u run it in background, whenever it got the requisitions  job ended  with succussfully and finished , but if there are no requisitions our program will give warning message that no requisitions found , but after that job ststus is showing cancelled .
    now how to stop this cancelled message from it ?
    if do not show the warning message 'norequisitions found' then the job is successfully executed.
    plz guide me in this
    job log is like below :
                                                                                    Date       Time     Message text                                                                              Message class Message no. Message type                                                                               
    29.03.2011 03:18:27 Job started                                                                                00           516          S        
    29.03.2011 03:18:28 Step 001 started (program ZZ_REQU_DAILY_REPORT, variant &0000000000019, user ID KRISHNAV)      00           550          S        
    29.03.2011 03:18:35 No Requisitions found for release!!                                                            00           001          E        
    29.03.2011 03:18:35 Job cancelled after system exception ERROR_MESSAGE                                             00           564          A                                                                               
    Thanks,
    Vk

    Hello Vk,
    This is because 'W' messages behave as 'E' when used in report programs. Check the report DEMO_MESSAGES if you don't beleive me
    Anyway back to your question, as i've mentioned you can't use 'W' messages in report. You can:
    1. Write a log of your messages using traffic lights to indicate whether error, success or warning.
    2. My fav, write an application log & display it to the user.
    BR,
    Suhas

  • Long Delay Release Background Job

    Dear Expert
    We now use BI Netweaver 2004
    many times background jobs have release status in long time,
    so the jobs can not be active
    if I change priority to A, the jobs can be active
    Why I must change priority the job for active ?
    How to solve this problem ?
    really appreciate your help
    Regards
    Jeiming

    1) See it in SM50 whether how many BGD processes are available (Status: Waiting) at the time of 'Release' job is waiting.
    2) Suppose if you find more processes are in waiting status then check with your basis team to understand how many are available for priority A and remaining.
    3) If you don't find many BGD processes then your job is waiting for availability of BGD process.
    Thanks
    Viswa

  • Report to cancel released background jobs

    Hi Folks,
    Can anyone guide me whether there is any standard report/program where i can delete/cancel the background jobs already released/scheduled? We can cancel individual job using SM37, but i need to cancel "n" number of jobs at one slot.
    Thanks in advance.
    Regards,
    Shiva

    Siva,
    can plz tell me how to change or reschedule the time on background job ?
    Dilip

  • How to retrive the deleted background job !

    Hello Friends,
                  I accientaly deleted a background job.  
    Could any one help to retrive the original job.
    Thanks,
    Senthil

    <b> SMX View background jobs
    SM36  Background Job Scheduling
    SM37  Background Job Monitoring </b>
    <b> Schedule Manager </b>
    Automate your routinue task with Schedule Manager.  It facilitate the definition, scheduling, execution, and review of tasks that are executed on a regular basis, such as period-end closing.
    <b> SCMA</b>  - Schedule Manager
    Checking your program Background Job Status
    Checking  your job status with SM50 (processor type BTC) is more accurate then SM37.  SAP updates the tables TBTCO wheneveryour background jobs status change.  If SAP is shutdown, the currentjobs might not be update ontime to the table. ( e.g. a background job wasshown as Active (SM37), in fact it real status should be Cancelled.
    The type of work process:
    DIA  - work process for executing dialog steps in user transactions
    UPD - update process for executing U1 (time-critical) database changes
    UP2  - update process for executing U2 (non-critical) database changes
    ENQ - for setting and releasing locks on SAP lock objects
    BTC  - for executing background jobs
    SPO  - for spool formatting processes
    PID:  Process ID of the work process.
    regards
    vinod

  • RE: Report for Background jobs

    Hi SAP Guru's,
    I need to create a report on Background Job status , please tell me is there any standard reports ? or How to create a report on Background Jobs Status?
    Thanks in Advance,
    Krishna.

    Dear Raja,
    In std report this is not possible, talk to ur ABAPer to fetch the feild PLNUM from AFPO table with respect to the AUFNR field. This can be added to the std report itself. use this logic it will work
    sree

  • FM for Background Job Check

    Hi,
    is there a function module that will check the background job status and will wait for it to finish before returning to the calling program?
    I have developed a program that triggers a background job at runtime, but i also need to make sure the job is finished, successful or not, before the output of the program. i'm currently doing a query in a job table inside a do enddo loop, but i believe this is not efficient.
    Any ideas?
    thanks.
    tyken

    I am not having the sample Code with me right now...
    But i'll help you to build the logic...
    after Write report.
    Use the Function module I told u...
    then...
    write a select query on  table tbtcp with job info you will get from FM.
    What is your objective after getting the Background Job details..?

  • Any way or method to edit the Background job which is in Relaeased status?

    Hi,
    I want to add some more user group to my existing background jobs, as these all jobs were reccuring scheduled so they are in released status.
    Any way to edit them in this status...??

    Hi Pranjal,
    are you using variants? Then you can easily adjust the variante and change your user groups.
    If you are not using variantes, I would suggest to create a variante and plan the scheduled job again.
    Regards,
    Alessandro

  • Background Job Scheduling Status

    Hi All,
    I have a requirement in which I want to schedule background jobs using SUBMIT for different Company Codes.
    Consider there are 3 company codes (U001, U002 and U003). In this case there will be a main job for U001 and another job for U002 is dependant on the first job (U001) and this U002 will get executed immediately the U001 is completed successfully. If unsuccessful, next job need not to be run. Also I have to keep the main program active till all jobs finishes.
    Kindly help me with getting the status of the job run which will decide the next job run.
    Thanks
    Natasha Garg

    SUBMIT ZXXXX AND RETURN. "main job for U001
    IF SY-SUBRC = 0.    "means job is success.
        SUBMIT ZXXXX AND RETURN. " job for U002
    ENDIF.
    NOTE:
    We can not keep the success fully finished job as active for the next job to get succed.
    To do Same, we can create a job using JOB_OPEN and make the same run in different steps. So the second step (U002) runs if the first step (U001) is success. It suits for your requirement.
    Edited by: Thomas Zloch on Dec 20, 2010 10:33 AM - please use code tags for code only

Maybe you are looking for

  • No Call Forward to Call Handler

    Hi, we have cucm 8.6 and cuc 8.6 inbound call from ITSP transferred to CUC call handler for opening greetings and by pressing '0' it transfers to operator. i want to configure custom busy message when operator is busy with other calls. i configured a

  • Hp laserjet pro 200 My won't print more than 1 file at a time

    My hp laserjet pro 200 m251 won't print more than 1 file at a time. Any ideas?

  • Multi Mapping Base Runtime Exception

    Hi all Im getting a Base Runtime Excecption in Multi mapping. My scenario is File to IDocs. when i test the message is IR its successful. However while testing End to end im getting Base Runtime excception. Any pointers to this --Keerthi

  • Apple tv Slow download

    Films need nearly tío hours to be downloaded.

  • Connecting locked ipod to new computer

    I have a 2nd generation ipod touch that is locked and the screen say connect to itunes. When I connect to my mac, itunes doesn't recognize the ipod because this computer is not the original computer that it was synced to. How can I reset the ipod and