Job details

Hi,
I have scheduled one job & data is stored somewhere. I know the job name.
I wanted to know during execution of that job which data get extracted & where it is stored. I am able the see my job in SM36 having status finished.
How can I find it out??

Hi Neha,
Go to St05. Activate the trace.
Run ur program in background by scheduling.
Again go to st05.Deactivate trace.
Choose display trace.
There u will get the complete log. For more quick info: press CTRL+F and serch SELECT.
Thank you.

Similar Messages

  • How to view ALL batch job details (SM37) at one glance ?

    Dear all,
    I am documenting all released batch job details, the information required includes the job name, client number, job frequency .. etc.
    In order to see that information, i go to SM37 and click on each job to see the details. I have about 60 jobs released, to get their details i have to click on them at least 60 times.
    Is there a report or table that i can refer to that provides me the information of all the jobs in one screen ?
    Thanks.
    Advice and comment will be appreciated.
    Regards,
    Kent

    Dear Prashanth,
    Thanks for the link, I managed to get the required information from table TBTCO or TBTCP with below selected fields.
    JOBNAME = Background job name
    SDLSTRTDT = Planned Start Date for Background Job
    SDLSTRTTM = Planned start time for background Job
    SDLUNAME = Initiator of job/step scheduling
    PRDMINS = Duration period (in minutes) for a batch job
    PRDHOURS = Duration period (in hours) for a batch job
    PRDDAYS = Duration (in days) of DBA action
    PRDWEEKS = Duration period (in weeks) for a batch job
    PRDMONTHS = Duration period (in months) for a batch job
    PERIODIC = Periodic jobs indicator ('X')
    STATUS = State of Background Job, S = Released, F = Finished
    AUTHCKMAN = Background client for authorization check
    EVENTID = Background Processing Event
    EVENTPARM = Background Event Parameters (Such as, Jobname/Jobcount)
    Dear Juan,
    Thanks for your reply.
    Regards,
    Kent

  • Wrong Input Parameter in Job Details

    Hi,
    i start a OWB10.2.0.1 mapping by calling its main-Procedure including the default-parameters and a individual plant location-parameter 'B' as MappingInput (used later as filter), f.e.:
    declare
    p varchar2(4000);
    begin
    fact_map.main(p, 'B', NULL, NULL, NULL, NULL, NULL, NULL);
    end;
    THe mapping works fine, the 'B'-data is loaded but in the job details windows of the CCM on the Input Parameter tab it´s written an 'A' (the default plant location) instead of 'B'.
    OK, it´s not very important at the first moment, but later, if you want to check something in your loading-history - you are lost...
    Any idea, how to fix this?
    jwehner

    Please see commented lines below :
    BEGIN
      Log(
        '6B6C6D'                       -- this is not a RAW
      , '06-Aug-12'                    -- this is not a TIMESTAMP
      , 'COM.TESt'
      , 'OH'
      , 'AUT'
      , 'NOTRANSACT'
      , '<ACORD><SignonRq>'            -- this is not an XMLType (not even valid XML)
      , '000000E0LN1D000029FNSRRGTest'
      , '000009N1D000029FNJ9OITest'
    END;Use the correct datatypes and their constructors (if necessary).
    For example, you can build a RAW from a string with HEXTORAW() function. An XMLType can be built via the XMLType() constructor or the XMLParse() function, etc.

  • To know the job details if u know the jobname

    Hi,
    can we know what excatly job purpose is like for what purpse it is created or in other words what is the basic idea behind creating job, who has created the job , when he has cretaed the job etc if u know the job name?
    Thanks,
    Ravi

    Hi...
    1.Go to SM37--put job name as * and username as *.
    tick all jobs scheduled,finished ,cancelled...etc and then execute..
    2.Double click on any of the jobs...whose details you want to view....now..click on job details F7 you will view all the details..
    and job log ..to view how the job was executed...etc.etc..
    3.point the cursor on your job...and click on step button....now on next screen you will find ..top menu..GOTO --select variant to view variants of the job..

  • Tracking RMAN Backup job details

    Version:11.2.0.3/Solaris 11
    To track RMAN backup job details , what dictionary view/dyn.performance view do you use ?
    In our shop , we use incrementally updated backup (incremental merge). To find the details of previous RMAN Jobs, I tried using
    v$rman_status
    and
    v$rman_backup_job_details
    But the details provided by these 2 views don't match. For example, on 26th of June 2013, there was an Incremental backup and an archivelog backup. As per v$rman_status , both of them took 61 minutes (46 + 15)
    According to v$rman_backup_job_details, backup jobs took 96 minutes .It doesn't seem to provide all info on archive log bkp though.
    The start_time and end_time provided by both of these views don't math either !
    col starttime format a25
    col endtime format a25
    select status, object_type, to_char(start_time,'dd/MON/yyyy:hh:mi:ss') as starttime,
    to_char(end_time,'dd/MON/yyyy:hh:mi:ss') as endtime ,
    to_number(end_time-start_time)*24*60 duration_minutes
    from sys.v$rman_status where start_time > trunc(sysdate) - 20 and operation = 'BACKUP'
    order by end_time desc;
    STATUS                  OBJECT_TYPE   STARTTIME                 ENDTIME                   DURATION_MINUTES
    FAILED                  ARCHIVELOG    07/JUN/2013:08:47:44
    COMPLETED               ARCHIVELOG    26/JUN/2013:06:49:16      26/JUN/2013:07:36:14            46.9666667
    COMPLETED               DB INCR       26/JUN/2013:06:33:18      26/JUN/2013:06:49:16            15.9666667
    COMPLETED               ARCHIVELOG    25/JUN/2013:06:50:55      25/JUN/2013:07:58:01                  67.1
    COMPLETED               DB INCR       25/JUN/2013:06:25:06      25/JUN/2013:06:50:55            25.8166667
    COMPLETED               ARCHIVELOG    24/JUN/2013:06:15:42      24/JUN/2013:07:07:54                  52.2
    COMPLETED               DB INCR       24/JUN/2013:06:01:09      24/JUN/2013:06:15:42                 14.55
    COMPLETED               ARCHIVELOG    23/JUN/2013:09:47:48      23/JUN/2013:10:01:19            13.5166667
    COMPLETED               DB INCR       23/JUN/2013:09:40:27      23/JUN/2013:09:47:48                  7.35
    COMPLETED               ARCHIVELOG    22/JUN/2013:07:23:18      22/JUN/2013:07:41:29            18.1833333
    COMPLETED               DB INCR       22/JUN/2013:07:15:35      22/JUN/2013:07:23:17                   7.7
    COMPLETED               ARCHIVELOG    21/JUN/2013:07:30:33      21/JUN/2013:09:05:50            95.2833333
    COMPLETED               DB INCR       21/JUN/2013:06:39:35      21/JUN/2013:07:30:33            50.9666667
    COMPLETED               ARCHIVELOG    20/JUN/2013:07:35:54      20/JUN/2013:09:25:03                109.15
    COMPLETED               DB INCR       20/JUN/2013:06:55:08      20/JUN/2013:07:35:54            40.7666667
    COMPLETED               ARCHIVELOG    19/JUN/2013:07:20:10      19/JUN/2013:08:27:28                  67.3
    COMPLETED               DB INCR       19/JUN/2013:07:00:02      19/JUN/2013:07:20:10            20.1333333
    COMPLETED               ARCHIVELOG    18/JUN/2013:07:27:30      18/JUN/2013:09:19:50            112.333333
    COMPLETED               DB INCR       18/JUN/2013:07:02:09      18/JUN/2013:07:27:30                 25.35
    COMPLETED               ARCHIVELOG    17/JUN/2013:07:42:20      17/JUN/2013:08:40:29                 58.15
    COMPLETED               DB INCR       17/JUN/2013:07:22:29      17/JUN/2013:07:42:20                 19.85
    COMPLETED               ARCHIVELOG    17/JUN/2013:06:28:16      17/JUN/2013:07:42:44            74.4666667
    COMPLETED               DB INCR       17/JUN/2013:01:57:49      17/JUN/2013:06:28:11            270.366667
    COMPLETED               ARCHIVELOG    16/JUN/2013:02:18:02      16/JUN/2013:04:22:26                 124.4
    COMPLETED               DB INCR       16/JUN/2013:01:48:18      16/JUN/2013:02:18:02            29.7333333
    COMPLETED               ARCHIVELOG    14/JUN/2013:07:27:44      14/JUN/2013:08:40:53                 73.15
    COMPLETED               DB INCR       14/JUN/2013:07:01:19      14/JUN/2013:07:27:43                  26.4
    COMPLETED               ARCHIVELOG    13/JUN/2013:06:56:13      13/JUN/2013:07:47:50            51.6166667
    COMPLETED               DB INCR       13/JUN/2013:06:42:11      13/JUN/2013:06:56:13            14.0333333
    COMPLETED               ARCHIVELOG    12/JUN/2013:07:12:43      12/JUN/2013:08:12:10                 59.45
    COMPLETED               DB INCR       12/JUN/2013:06:45:51      12/JUN/2013:07:12:43            26.8666667
    COMPLETED               ARCHIVELOG    11/JUN/2013:07:21:36      11/JUN/2013:08:46:11            84.5833333
    COMPLETED               DB INCR       11/JUN/2013:06:52:29      11/JUN/2013:07:21:36            29.1166667
    COMPLETED               ARCHIVELOG    10/JUN/2013:07:04:49      10/JUN/2013:07:55:15            50.4333333
    COMPLETED               DB INCR       10/JUN/2013:06:49:10      10/JUN/2013:07:04:49                 15.65
    COMPLETED               ARCHIVELOG    09/JUN/2013:08:10:13      09/JUN/2013:09:04:10                 53.95
    COMPLETED               DB INCR       09/JUN/2013:07:50:24      09/JUN/2013:08:10:13            19.8166667
    COMPLETED               ARCHIVELOG    08/JUN/2013:07:37:09      08/JUN/2013:08:33:58            56.8166667
    COMPLETED               DB INCR       08/JUN/2013:07:17:56      08/JUN/2013:07:37:09            19.2166667
    COMPLETED               ARCHIVELOG    07/JUN/2013:08:32:01      07/JUN/2013:09:34:11            62.1666667
    COMPLETED               DB INCR       07/JUN/2013:07:36:27      07/JUN/2013:08:32:01            55.5666667
    COMPLETED               ARCHIVELOG    07/JUN/2013:08:48:10      07/JUN/2013:11:28:14            160.066667
    42 rows selected.
    -- Output of v$rman_backup_job_details
    select status, input_type,
    to_char(start_time,'dd/mm/yyyy:hh:mi:ss') as starttime,
    to_char(end_time,'dd/mm/yyyy:hh:mi:ss') as endtime,
    to_number(end_time-start_time)*24*60 duration_minutes
    From v$rman_backup_job_details
    where start_time > trunc(sysdate) - 20
    order by end_time desc;
    STATUS                  INPUT_TYPE    STARTTIME           ENDTIME             DURATION_MINUTES
    FAILED                  ARCHIVELOG    07/06/2013:08:47:44
    COMPLETED               DB INCR       26/06/2013:06:00:09 26/06/2013:07:36:14       96.0833333
    COMPLETED               DB INCR       25/06/2013:06:00:08 25/06/2013:07:58:01       117.883333
    COMPLETED               DB INCR       24/06/2013:06:00:09 24/06/2013:07:07:54            67.75
    COMPLETED               DB INCR       23/06/2013:08:07:56 23/06/2013:10:01:19       113.383333
    COMPLETED               DB INCR       22/06/2013:06:00:10 22/06/2013:07:41:29       101.316667
    COMPLETED               DB INCR       21/06/2013:06:00:12 21/06/2013:09:05:50       185.633333
    COMPLETED               DB INCR       20/06/2013:06:00:12 20/06/2013:09:25:03           204.85
    COMPLETED               DB INCR       19/06/2013:06:00:11 19/06/2013:08:27:28       147.283333
    COMPLETED               DB INCR       18/06/2013:06:00:16 18/06/2013:09:19:50       199.566667
    COMPLETED               DB INCR       17/06/2013:06:00:13 17/06/2013:08:40:29       160.266667
    COMPLETED               DB INCR       16/06/2013:06:04:02 17/06/2013:07:42:44            818.7
    COMPLETED               DB INCR       15/06/2013:06:05:12 16/06/2013:04:22:26       617.233333
    COMPLETED               DB INCR       14/06/2013:06:00:09 14/06/2013:08:40:53       160.733333
    COMPLETED               DB INCR       13/06/2013:06:00:09 13/06/2013:07:47:50       107.683333
    COMPLETED               DB INCR       12/06/2013:06:00:10 12/06/2013:08:12:10              132
    COMPLETED               DB INCR       11/06/2013:06:00:17 11/06/2013:08:46:11            165.9
    COMPLETED               DB INCR       10/06/2013:06:00:14 10/06/2013:07:55:15       115.016667
    COMPLETED               DB INCR       09/06/2013:06:00:10 09/06/2013:09:04:10              184
    COMPLETED               DB INCR       08/06/2013:06:00:09 08/06/2013:08:33:58       153.816667
    COMPLETED               DB INCR       07/06/2013:06:00:19 07/06/2013:09:34:11       213.866667
    COMPLETED               ARCHIVELOG    07/06/2013:08:48:10 07/06/2013:11:28:14       160.066667
    22 rows selected.

    When I run an full/incremental backup with archivelog it only shows as one job in v$rman_backup_job_details.  Only if I explicitly run just a backup archivelog all in RMAN does it show up separately as an ARCHIVELOG backup in v$rman_backup_job_details.
    rman_status shows the individual parts of the jobs.  For example for a full backup it shows the db backup and the archivelog backup.
    The start and end time in rman_status should match up with $rman_backup_job_details.
    Lets take the 25th as an example:
    In man_backup_job_details
    STATUS                  INPUT_TYPE    STARTTIME           ENDTIME             DURATION_MINUTES
    COMPLETED               DB INCR       25/06/2013:06:00:08 25/06/2013:07:58:01       117.883333
    In v$man_status:
    STATUS                  OBJECT_TYPE   STARTTIME                 ENDTIME                   DURATION_MINUTES
    COMPLETED               ARCHIVELOG    25/JUN/2013:06:50:55      25/JUN/2013:07:58:01                  67.1
    COMPLETED               DB INCR       25/JUN/2013:06:25:06      25/JUN/2013:06:50:55            25.8166667
    You need to view your logfiles to see what rman was doing between 6:00:08 when the job started and 06:25:06 when the incremental backup started.
    You can see that the end time is the same in both views.
    Not easy to explain but I hope that helps.

  • Canceled Status in Job Detail, Process Chain triggering w/event

    Hi All,
    I have created event, PC and trigger event with SM64 or with ABAP, everything is ok
    if I activate and Schedule PC, I see BI_PROCESS_TRIGGER job with released status, and when I trigger the event nothing  is happened but when I checked the Job detail I see canceled status job.
    I donu2019t understand why this problem occurs ?
    I can trigger the event but before event trigger the PC, scheduled job detail directly turn to the chancel status.
    if any one give me a clue to solve this problem I will appreciate
    Note : No Job log !!!
    Thanks
    Ali

    Ali,
    Check authorizations.
    Try to run process chain with out event(immediate) and check.
    Srini

  • How to view ALL batch job details at one glance using function module

    Hi Experts,
    i need to see all batch jobs details, the information required includes the job name, client number, job frequency .. etc.
    but i need to do it with only FUNCTION MODULE.....
    SINCE THE INFORMATION IS CAPTURED BY THIRD PARTY SYSTEM.......i am looking for any function module
    could you please suggest me any FM's where i can get this information.................
    thanks and regards
    SAM

    Hi,
    You can explore these functional module for SM37 desired details:
    With function module BP_JOB_MAINTENANCE (transaction SM37), you can call the full job maintenance system of the background processing system, starting with the job selection screen.
    Since many users are not familiar with job maintenance and have no desire to search for their jobs, you can use the function modules BP_JOB_SELECT and BP_JOBLIST_PROCESSOR to select and display a list of jobs for the users of your program.
    Use BP_JOB_SELECT to generate an internal table of jobs. Then, with BP_JOBLIST_PROCESSOR, you can display the selected jobs in the list format used by the job maintenance system.
    You can also use BP_FIND_JOBS_WITH_PROGRAM to select jobs that run a particular program. Use this function module with BP_JOBLIST_PROCESSOR to display a job list to your users. Like BP_JOBLIST_SELECT; BP_FIND_JOBS_WITH_PROGRAM offers interactive and silent modes.
    Regards,
    Ashutosh

  • Last four Months Background job details to view

    Hello ,
    How to find Last four months (or last year) Background job details , as i need to schedule one job which was deleted from system and the same was executed 3 months agao, so i want to run the same job now( I do not know the steps to given for this job to shcedule again).
    <<removed_by_moderator>>
    Thanks,
    Chinna
    Edited by: Vijay Babu Dudla on Apr 28, 2009 5:40 AM

    > Please do the needful asap
    I thought this was extinct by now.
    If the job was reorganized i.e. deleted, you'll have to do the needful and reschedule it from scratch. If you don't know the steps any more, bad luck I'm afraid.
    Thomas

  • Message directly from SAP for job details from SM37 to email adress.

    Hi,
         Can any one tell me if there is any way of triggering a mail from SAP R3 for any particular job details from T code SM37.
    Thanks & Regards,
    Rohan Somji.

    Dear Rohan,
    Check this thread to explore about the settings to be doen for sending E mail to the external system,
    Re: Settings to be done for sending mail to external system
    Regards
    Mangalraj.S

  • How to find the job details?

    Hi,
    Can any one pls tell me how to find the job details.
    Im getting the following error.
    ORA-12012: error on auto execute of job 2523287
    ORA-01031: insufficient privileges
    but, when im connecting as sysdba adn do following it was showinfg no rows selected.
    SQL> select * from dba_jobs where job=2523287;
    no rows selected
    SQL> select * from all_jobs where job=2523287;
    no rows selected
    How to find the job details of the job 2523287?
    Thanks in advance.
    Jishnu

    yeah, trc file is there
    I found the following info in that
    *** ACTION NAME:(EDX_PURGE) 2009-11-08 22:00:00.411
    *** MODULE NAME:(DBMS_SCHEDULER) 2009-11-08 22:00:00.411
    *** SERVICE NAME:(SYS$USERS) 2009-11-08 22:00:00.411
    *** SESSION ID:(683.4258) 2009-11-08 22:00:00.411
    *** 2009-11-08 22:00:00.411
    ORA-12012: error on auto execute of job 2523287
    ORA-01031: insufficient privileges

  • How to rid of additional page that prints print job details

    When printing from Word Mac, always get an additional page that prints, print job details. How to get rid of this?
    Thxs,

    Word - Microsoft Support

  • Get background job detail

    Hi All,
    I have created a report and created a background job for this. In another program I want to check whether an active/scheduled job of the first report exist or not?
    How to solve this problem??
    Regards,
    Jeetu

    Hi,
    Use the Function module
    BP_FIND_JOBS_WITH_PROGRAM
    Check the output table
    JOBLIST (Structure TBTCJOB)
    It will have all the job details
    Just pass the program name
    Regards
    Edited by: Rajvansh Ravi on Dec 9, 2008 7:11 AM

  • Sm37 job details

    Hi
    Can anybody tell me in which database tables job details are stored?
    Job log and all.
    Regards
    Manu

    Hi
    You can get the job details from following tables:
    TBTCO---Job Status overview table
    TBTCP---Background Job Step Overview
    Hope this helps you
    Regards,
    Rajani

  • JOB DETAILS FORM에서 FRM-4064 ERROR시 DATAFIX 방법

    제품 : MFG_WIP
    작성날짜 : 2004-11-25
    JOB DETAILS FORM에서 FRM-4064 ERROR시 DATAFIX 방법
    =============================================
    PURPOSE
    Job Details Form에서 FRM-4064 Error시 DATAFIX 방법 제공
    Problem Description
    Job을 만든 후 Job Details/materail reuirements에서 해당 오더에 대한 per assembly
    수량을 바꾸고자 수치를 변경하면 Error 메세지가 나옴
    Error 메시지: FRM-4064: Record has been updated. Requery block to see change.
    Workaround
    N/A
    Solution Description
    Old job has invalid date format.
    1> alter session set nls_date_format = 'dd-mon-yyyy hh24:mi:ss' ;
    2> select wip_entity_id, date_required, mps_date_required
    from wip_requirement_operations
    where wip_entity_id = (select wip_entity_id
    from wip_entities
    where wip_entity_name = '&Job_Name');
    3> if data exists in step2>, please run below sql
    update wip_requirement_operations
    set date_required = trunc(date_required),
    mps_date_required = trunc(mps_date_required)
    where wip_entity_id = (select wip_entity_id
    from wip_entities
    where wip_entity_name = '&Job_Name');
    Reference Documents
    -------------------

  • Oracle 10g grid - Job details

    Hi,
    I logged into the Grid as SYSMAN and added 2 targets(A and B). I created 2 jobs related to target A and 2 jobs related to target B.
    1. Where can I find the details of these 4 jobs? i.e., which system tables have these information like job name, execution date, error details if any. I appreciate your help.
    2. is there any issue related to job status in grid? always it is showing succeeded even if the attached procedure has the divided by zero error. Is there any workaround for this?
    Thanks, Jay.

    The following query might help:
    jobs output run within last 24 hours:
    SELECT job_name,
    start_time,
    end_time,
    target_name,
    target_type,
    STATUS,
    OUTPUT
    FROM mgmt$job_step_history
    WHERE to_date(start_time) BETWEEN to_date(sysdate -1)
    AND to_date(sysdate)
    order by 1
    Datatype of field output is clob and therefore difficult to display. You can use Toad to run this query which shows output in a popup window, just double click in the output column and it would display the popup.

  • T-SQL Script to find the backup job details

    Hi,
    I have a requirement to get the below details:
    1) Database Name
    2) Backup Job Name
    3) Database Type (Full/Differential/Log)
    4) Recovery Model
    5) Time of the SQL Backup Job.
    Please help me in getting all these things in single query as I have to collate information from many queries to get the information. We have 100+ servers and need to update this information.
    Thanks in advance!
    Regards,
    Sharath

    DECLARE @db_name VARCHAR(100)
    SELECT @db_name = DB_NAME()
    SELECT TOP ( 30 )
    s.server_name,
    s.database_name,
    CASE s.[type]
    WHEN 'D' THEN 'Full'
    WHEN 'I' THEN 'Differential'
    WHEN 'L' THEN 'Transaction Log'
    END as BackupType,
    s.recovery_model,
    s.backup_finish_date,
    s.backup_start_date,
    DATEDIFF(mi,s.backup_start_date , s.backup_finish_date)/60 as Total_Time_in_Hours,
    cast(CAST(s.backup_size / 1024 / 1024 / 1024 AS INT) as varchar(14))
    + ' ' + 'GB' as bkSize,
    CAST(s.first_lsn AS varchar(50)) AS first_lsn,
    CAST(s.last_lsn AS varchar(50)) AS last_lsn,
    m.physical_device_name
    FROM msdb.dbo.backupset s
    inner join msdb.dbo.backupmediafamily m ON s.media_set_id = m.media_set_id
    WHERE s.database_name = @db_name
    ORDER BY backup_start_date desc,
    backup_finish_date

Maybe you are looking for

  • How to change Bulk Insert statement from MS SQL to Oracle

    Hi All, Good day, I would like to bulk insert the content of a file into Oracle db. May I know how to change the below MS SQL syntax to Oracle syntax? Statement statement = objConnection.createStatement(); statement.execute("BULK INSERT [TBL_MERCHANT

  • Photoshop Elements 8 stopped working, won't run even after reinstall

    I'm using Vista.  I installed a couple weeks ago and it's been working fine until today.  On startup I keep getting the message "Adobe Photoshop Elements 8.0 has stopped working.  A problem caused the program to stop working correctly.  Windows will

  • Apps frozen. want move or open

    apps frozen. want move or open

  • Old folders still in iTunes Music Folder

    I have iTunes set to automatically create file/folder names, but since the update (I can't remember the exact one) which changed how storage was determined (i.e. it's now by Album Artist rather than Artist), I've noticed that empty folders have been

  • CS3 Illustrator crashing in OS 10.6.8

    I have a mini, borrowing from another iMac, their CS3 Illustrator. The application starts up okay. It will crash If I try to open a document. If I drag a file to the dock icon, the document will open up in Illustrator. However, after doing changes, I