Cancelled job still visible in Job Overview as active

Hello Peers
I am loading the data from One Cube to other and had given selection wrongly,
I tried checking the PID number for the Job and Cancelled it with Core in SM50.
then i made the Traffic light Red and deleted the request from the Infocube Manage.
But in SM37 i see that job is in Active state.
Can anyone tell what could be the reason, even i tried selecting that and cancelling it from menu it shows Cancellation not possible as job is not in active state.
Suggest me why it is showing the job in active state

Hi there,
That's because the job is already cancelled but transaction sm37 is not automatically refreshed.
Go to transaction sm37 mark your job and choose Check Status (CtrlShiftF12).
This will update your job status to cancelled.
Diogo.

Similar Messages

  • How to check who has cancel jobs in SM37

    Hello every one.
    Can any one explain how to check  who has cancel jobs in SM37(job overview).
    Is it possible to know such logs.
    In sm37 its only gives details about jobs what ever.
    Thanks & Regards.

    hi.
         Use SM 36 for creating the job...and SM 37 for displayin the job...here
    u can see some details such as job name,job modifier name,modified date from which date to which date....but u must know the job name den only u can find the modifier name there...
    it is possible to know such logs.....
          select the job..in that screen job log button is there..select the button,can get the job log ..ie start time and end time and some  other informations..
    hope this helps u..
    assign sum points if applicable...
    regards,
    ramanan

  • Unable to Cancel Job in SM37 (R3)

    Dear Guys,
                    Regards.We got a situation :Unable to Kill the Background job (BI_REQ*).It shows "ACTIVE" and been running for more than 19,000 secs (2 days..) .When this job started ,the PROCESS ID was : 244277..But after a day,this PROCESS ID : 244277 has been allocated to some other R3 Program(Monitored in SM50).But the Background Job is  still "ACTIVE".Tried killing the Job in SM37--->Cancel Active Job or Delete the Job) but ,when tried to "Cancel" the Job,we get a message : The job is NOT ACTIVE !!!. Then when tried to "DELETE" the job ,we get a message " Job is still ACTIVE"......!!!!
    >Since  there is no Work Process in SM50,what is the alternative solution  to Kill this Job..........???
    (In BW ,there is no Update of data records,with the monitor showing RED)....
    Guys,would appreciate your time and help on this................
    Manythanks
    Arun

    Hi.......
    Go to SM37 >> select the job >> Click on the JOB  tab in the top >> Click on Check status............
    Then it status will show cancel...........
    Actually sometimes it happens job gets cancelled but staus shows active....then we need to do this..........actually job is already cancelled......
    Hope this helps you.......
    Regards,
    Debjani.....

  • Report for cancelled jobs

    Hi ,
    I have a requirement in which I have to create a report that should pickup all the cancelled CRM marketing jobs (due to whatever reason) based on on job name, copy them and restart them.
    In your selection screen, you will give the cancelled job name (wildcard acceptable..like ZE00*) and a radio button to show the cancelled job list and copy the jobs.
    Could anyone guide me on how to go ahead with this report?
    Regards,
    Mohit

    Hi,
    in table TBTCO and TBTCP you have all jobs with current status. You can search them by name.
    Selected jobs you can "popup_with_table" FM. Then you need to use fm to submit job in ackground;
    'JOB_OPEN', 'JOB_SUBMIT' and 'JOB_CLOSE'.
    Good luck !

  • Is it possible to have Multiple Spool requests in one batch job overview?

    Hi,
    While running one of my z program in back ground, there are two spools generated (one by write statement and one by OPEN_FORM statement and both the spools are available in SP01 Transaction), but when i see the job overview in transaction SM37, I only see one spool request (that of the last spool request). Can any body in the group please tell me is it possible to see multiple spool requests in the job overview of one Abap program and if yes, how?
    Thank you.
    Abinash

    Hi Jayanthi,
    Thank you for the link. But probably that discussion was also an unsolved one.
    Anyway, does any one in the group think that display of multiple spools per one step job is dependent on client / SAP Server setting? Because as evident from the chain of mails in the link provided by Jayanthi, some people say that they see multiple spool requests for one program in batch mode job overview (SM37)? If yes, can some body tell me the required configuration?

  • Problem with CUPS and Canceling jobs

    I am using OS 10.3.9 on a 1.42 MDD PowerMac
    I am having a problem trying to cancel Jobs using the CUPS interface. When I select "Cancel" I get an error "client-error-forbidden".
    I have tried logging in as Root but the same error occurs.
    I have run "CacheOut" and deleted all cache thinking that it would solve my problem.
    I can't seem to find any answers anywhere.
    I have 1 fax job and 1 print job that I would like to remove from the Que.
    If I knew where these files were I would manually delete them, but I cannot find them, except in the CUPS interface
    I was thinking of installing CUPS 1.2b2, as it has more features and maybe it would solve my problem.
    Are there any problems that I should know about before installing this software. If I install it I can't go back to my original CUPS without re-installing the system.
    Thanks,
    Nick
    G4 1.42 MDD   Mac OS X (10.3.9)   2 GB memory

    Nicholas,
    I assume you're talking about accessing your printer from your browser by using the URL http://127.0.0.1:631/printers/
    Understand you can't log in as Admin?
    Do you have an appication named after your printer in the folder Home/Library/Printers ? If so, click on it and see if you can see your job.
    If not, try downloading Printer Setup Repair from:
    http://www.fixamacsoftware.com/software/index.html
    Seems to do a great job in fixing problems, and might restore your ability to monitor your print jobs. I was only able to monitor and delete my print jobs through the CUPS interface on my browser until I ran Printer Setup Repair. After that, I was able to use the application mentioned in my first paragraph to do the monitoring (and it works great!)
    Hope this helps!
    Bob

  • Cancelled jobs

    Hi All
         I have to create a program which gets the background jobs cancelled for a particular period.If we have any cancelled jobs then send a SMS.I have the funtionality to send an SMS will you please tell me how to get the background jobs cancelled for a particular period.
    Thank You.
    Regards
    Giri

    SELECT jobname
             reluname
             strtdate
             strttime
             FROM tbtco
             INTO TABLE t_jobs
             WHERE status EQ 'A'  and
            strtdate GT <value> and
            strttime GT <value.
    reward if answered

  • How to Fetch Cancelled Jobs info along with the Short Dump Text

    Hi Gurus,
    I need to develop a report to fetch the cancelled jobs information for the given period. I also need to display the "Error Analysis" part of the Short Dump if it exists.
    I am able to fetch the Failed Jobs information and the Job log details using the FM "BP_JOBLOG_READ". But I need to show the "Error Analysis Text" on the report , if there is any Short Dump Exists for the Dump.
    Please give me your ideas to fetch the Error Analysis part of the short dump for a given Batch Job Name.
    Thanks in Advance.
    Best Regards,
    Sumalatha

    The dump information is in table SNAP. You could identify which dump you want by the date & time of the failed job - let's hope you don't have more than one dump with the same time. If it is ambiguous you could also compare the program name of the failed step with the program name in the SNAP data.
    The error analysis texts are in table SNAPT keyed according to which error occurred (which is data element code FC right at the start of the first record in the SNAP data). You will have to expand out the includes, and substitute the variable codes using values from the SNAP data. There is standard code to do this that you could copy - see program SAPMS380.
    To find out the details of the SAP process you could run transaction ST22 via the debugger and use the same mechanism.
    best wishes
    Ed
    PS Note these details apply to recent systems I think there may be differences if you go back to before ?2004, but I don't have such a system so can't check. You didn't say what release you have.

  • Error in automatically starting canceled job in a zreport

    Hi All
    I developed a zreport in which the input is canceled status taken from SM37.
    When the zreport will execute the canceled job automatically restart and completed.
    But it is not happening in Zreport. I am using SAP 4.7.
                                                  Kindly advice how to proceed.
    Thanks
    Raj

    A service specific error occurred: 2.fix OS/networking configuration error
    when was last time EM worked without error?
    what changed since then?

  • Re- Schedule the cancelled job

    Hi Experts,
    How to re-schedule the cancelled job.
    Thanks,
    satya

    Hi,
    Goto SM37 and change it click on JOB Menu
    Thanks
    reddy

  • Cancelled job list form TBTCO

    Hi All,
    I have requirement to extract the jobs which ever cancelled for last one month, if it were a few jobs we would have taken it from SM37, but jobs number are in plenty.
    So, i would like to use the TBTCO to get the all cancelled jobs which should include jobname,startdate,enddate,status of the job.
    Let me know the steps how can i configure to get the data
    Inputs are highly appreciated
    Regards
    kumar

    One thing you could do if you are set on using SE11 and TBTCO...
    Once in the data browser for TBTCO click "Settings > fields for selection"
    Choose the fields you require, one of them is STATUS
    Since you want cancelled/failed jobs, you would want to use "A" for the status.
    Status identifiers are:
    A - Cancelled
    F - Completed
    P - Scheduled
    R - Active
    S - Released
    When you execute that listing it will give you all the jobs which cancelled for the dates you provided.  If you want the times just add Start Date, Start Time and End time etc.
    Regards,
    Zecher

  • Undo a cancelled job

    I accidentally cancelled a job I was compressing...one that takes VERY long to compress...I'm wondering if there's any way to "undo" the cancellation and have compressor pick up where it left off on that cancelled job.

    I don't think you can pick up where you left off, but you can click on the job in the history window and
    drag it over to the settings and destinations window and it will start again. It's worth a try, it may start from where you cancelled it, but i think it will start from the beginning.
    Good luck !
    DM

  • Photosmart Plus B210 series is stuck on "canceling job"

    Photosmart Plus B210 series printer is stuck on "canceling job."  I have tried deleting and adding it back on. Printer is working on its own and appears to be recognized by my iMac but I can't access the supply levels or print anything. Under printer setup the location is blank...suggestions? help?

    Hello @Amiera , and welcome to the HP Forums, I hope you enjoy your experience!
    I can see you're running into compatibility issues.  I would like to help.
    I would suggest Uninstalling the Printer Software.
    Once it is uninstalled, I would suggest putting your system into clean boot mode within the Microsoft configuration.  You can do so by following this document: How to perform a clean boot in Windows.
    Once the computer is in clean boot mode, I would suggest reinstalling the HP Printer Install Wizard for Windows.
    Good luck and please let me know the results of your troubleshooting steps. Thank you for posting on the HP Forums!
    Please click “Accept as Solution " if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the right to say “Thanks" for helping!
    Jamieson
    I work on behalf of HP
    "Remember, I'm pulling for you, we're all in this together!" - Red Green.

  • Is it possible to RESTORE cancelled job and run it.

    Hello Experts,
    This question is regarding restoring old background jobs which were cancelled.
    I have a report which runs in background with one variant. The report has a date as a selectionscreen input. This date is used by the program as field AUDAT to get the Sales orders from VBAK. The purpose of the program is to fetch the Sales Orders on a daily basis.
    So I scheduled a job for this report on a daily basis. I created a variant and I used the selection variable 'current date  in the attributes of variant for the date field(AUDAT) of selection screen.
    So the background job will run daily by passing that days date to AUDAT field.
    My problem is 2 days back the job got cancelled. Today is it possible to restore that old job and fetch the Sales Orders for which AUDAT is 2 days back from today?
    Today I tried to reschedule that cancelled job, but I am getting the sales orders for which AUDAT is todays date but not 2 days back date.
    Can you people please help me.

    Hi Zloch,
    That is a perfect solution. Thanks. Thankyou very much. I implemented that. But I got another problem. I implemented as you directed, but the job got cancelled. In the Job Log I am seeing the message  'ABAP/4 processor: EXPORT_INIT_COMPRESS_FAILED'. When I double clicked it, it taken me to the short dump of that error and the short text is 'Compression error with EXPORT'. It said that the Error is in the SAP kernel and the current ABAP "SAPLSLST" program had to be terminated because the ABAP processor detected an internal system error. It has shown that the error is in include LSLSTF06 of program SAPLSLST. But my program has not used any of these includes and function modules.
    Can you please suggest what could have  went wrong? Did I do anything wrong while creating the variant or backgrond scheduling?
    Please let me know your kind suggestions.
    Regards.

  • Spool need to create for Batch cancelled job

    Hi Experts,
    How can we display spool for the batch job which has been cancelled.
    I ve executed alv output in background job. But, some condition is not satisfied, so it has been terminated( job is cancelled).  I need spool for the cancelled job.
    any suggestions.
    Thanks
    GR

    HI Kiran,
    I have created program with ALV grid output, that they are running in background.
    Here is the code,
         IF NOT sy-batch IS INITIAL.
    *program termination
            MESSAGE a203(z3) WITH s_vari-low text-025.
          ENDIF.
        ENDIF
    Before to this code i am calling ALV GRID...
    If i run in background Its creating a spool.  But, after termination deleting the spool. 
    How can i make changes that the spool should not delete in batch job.
    Thanks & Regards
    GR

Maybe you are looking for

  • How to filter data in custom ADF JClient lov panel

    hi I'm developing with JDev 10.1.2. i have a Panel that use custom ADF JClient lov panel and i want to filter the lov data. i used setWhereClause() method to do it in lov panel but didn't work. Any help will be greatly appreciated.

  • Pass parameters to transaction launcher

    Hi experts, We'd like to know how to access directly to an oportunity in WebClient UI. We've faced to this problem creating a new transaction launcher and we've configurated it with URL BSP. Also, we've defined the parameter "OBJECT_ID", the opportun

  • Deletion from parent table

    Hi, Is it possible to delete parent records from parent table without deleting from child tables ? I can delete the records after disabling the constraints . But I couldn't enable the constraint on child table after deletion of parent records from pa

  • How can I change default audio / sound output or remove the displayport audio option?

    I upgraded from Mavericks to Yosemite and while I don't have any of the number of issues that see to accompany that move, I've discovered a different one that is not necessarily related to it, but is irritating. 2014 Macbook Pro Retina I use a thunde

  • Font behavior issue

    Hi folks: Please see the attached VI.  I am trying to mix symbol font with application font programmatically within a single string and am having problems in that symbol font seems to want to take over for the entire string. I would appreciate if som