OEM - Active job details

I've 2 Production Servers with Prodction Databases which runs 24/7 basis. and One Test Server with Test Database, I was configured my test database with OEM (oracle 8i), and Scheduled jobs to take daily backup of my Production databases. It was working fine and mean while my Test database is CRASHED.
Try to recover my test database, but failed, then I reinstalled oracle 8i in my Test database and Re-created database, and also reconfigured my OEM in Test database, and again I scheduled a job (different) to take backup of my Production database.
When I observed in my production Database, i found that, earlier backup schedule is still running and it takes backup at a perticular time. Now, at present I want to stop that job schedule(before crash - earlier), but could not find where the earlier information is stored, I can see the present configured job schedules in my Test Database.
Now I want to know that when I schedule a job from my Test database, where this information is stored in my Production database, and how to stop perticular jobs in production database (without using my test database OEM).
Thanks
Shafi

Thank you Rajiv,
I check both and obectGUID exist in both places (Resource Object and Process Definitions).
For the job here are the values of the fields:
Batch Size
Batch Start
Filter     Filter
Incremental Recon Attribute: uSNChanged
IT Resource Name: Active Directory     
Latest Token     
Maintain Hierarchy: no     
Manager Id     Manager Id
Number of Batches: All     
Object Type: User     
OIM Employee Type     
OIM Organization Name: Xellerate Users     
OIM User Type: End-User     
Resource Object Name: AD User Trusted     
Scheduled Task Name: Active Directory User Trusted Recon     
Search Base: OU=....,O=....,DC=...,DC=.....     
Search Scope: subtree     
Sort By: samAccountName     
Sort Direction: asc
I'm guessing I'm doing something wrong, I just need to know what LOL

Similar Messages

  • ORA-20211: Active job does not exist, cannot link to job record.

    Getting the above error while executing OWB mapping in production environment.
    Details of the error :
    ORA-20211: Active job does not exist, cannot link to job record.
    ORA-06512: at "RADRUN.WB_RT_MAPAUDIT", line 1278
    ORA-06512: at "RADRUN.WB_RT_MAPAUDIT", line 2110
    ORA-06512: at "RADSTG.MAP_STG_AIRCRAFT", line 2384
    ORA-06512: at "RADSTG.MAP_STG_AIRCRAFT", line 2513
    RADRUN -- runtime schema
    RADSTG -- Target schema where mappings deployed.
    source database is accessed through a DB link.
    OWB version - 10.1.0.4.0
    Oracle - 9.2.0.6.0
    Here mappings are getting executed by calling a pl/sql procedure. This pl/sql procedure is executed every day by scheduling a dbms_job. After the error, the job is in hanging.
    Last week also the same error happened, on that occasion , restarted the database and re submitted the job. Mapping executed without any error.
    Looking for the expert comments

    Hi.
    See Note:125860.1 in metalink (and please, lol to solution #3). It applies to older OWB versions though... Are you using DBMS_JOB or OEM to run these mappings? If so, then the metalink note might be useful help.
    Karesz, I believe if the source database was down, it would fail with an ORA-12XXX Error.
    Regards,
    Marcos

  • Cancilation of active job

    Hi experts,
    A background job is running from the last 1 day. ( In bi, loading how to cancel active job in sm 37)
    I want to cancel that job. tell the procedure how to do this
    regards
    nishvu

    Hi...
    Go to SM37 >> Give the job name >> Double click on the job >> Click in Job details >> From there copy the WP number/PID and the Server name.....Come out.........In the top click on Application Server >> Double click on the desired server >> Search for the PID >> Select it >> In the top Process tab >> Cancel without core......then come out and refresh...
    It sometimes may take some time to change the status...if after cancelling the job also status does'nt change.....Select the job >> In the top JOb tab >> Check Status..
    Hope this helps...
    Regards,
    Debjnai..

  • Activation Job running Forever

    Dear HANA Development Team,
    I created an Analytic view in the SAP HANA Sandbox system and the activation job is running for ever and the view is not getting activated.
    Could you please help me in resolving the issue?
    Thanks,
    Goutham

    i have same problem here. i tried
    sql>DBMS_SCHEDULER.STOP_JOB ('REFRESHFROMMETALINK', TRUE);
    where TRUE is FORCE STOP_JOB, but it doesn't seem to find the job class or job.
    Perhaps the jobs scheduled by OEM are administered somewhere else.
    Can anyone help with this ?
    10.1.0.4 SEO on w32

  • 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 how to quite an active job?

    Hi, How do I stop an active job in SM37?
    Thanks,
    Helen

    Double click on the active job and click job details button. From here note the application server and process id(PID) for the job.
    Now go to transaction SM51 and double click on the application server name . you will get a list of jobs executing on that server. Select the job checkbox and goto menu Process->Cancel without core. Now come back to Sm37 and check , the job will be cancelled.
    Sometimes it does not get cancelled or still shows the active status because it does not fully get diconnected from the process id. So you can check the job from SM37 by going to SM37 and goto menu Job-> check active job.it will make corrections to the job.

  • 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

  • Regarding activation job triggering more than once

    hi all,
    i have designed a process chain in which there are 5 info packages (same info source) loading into same ods.I have then clubbed these 5 info packages steps in one OR condition.however,there are multiple activations which are triggered i.e. as soon as one of the load is completed one activation job is triggering and similarly it happens with other loads also.
    this multiple triggering of activation causes subsequent processes in the chain to trigger multiple times which is not required.
    is there way that we can trigger this activation only once.
    Please note that OR condition is required and AND cannot be placed in its place.

    HI Parth,
    I think you cannot do away with AND.
    You will have to use it just when the 5 different process complete.
    I am not sure how did you make it but i would suggest to go like this:
    Loading1     
    Loading 2 
    Loading 3
    Loading 4          
    Loading 5
    Then you can have the Activation step. after the loading is completed.
    Do assign points if it helps.
    Do iterate your problem in more descriptive manner if this doesnt helps :).
    Regds,
    Den

  • Error in background job for program RSGET_SMSY error message No active job

    Hello!
    I would like to set up the Change Request Management functionality in SAP Solution Manager.
    The only red warning by executing Test-button in Tcode “SOLAR_ADMIN_PROJECT” is:
    <b>Error in background job for program RSGET_SMSY error message No active job found</b>
    Can someone please tell me how to solve this problem?
    (tcodes, technical steps)
    Thank you very much!
    regards
    Thom

    Thank you very much!
    Can you also help me with the warning "Errors occurred during synchronization of the system landscape" in tcode SOLAR_PROJECT_ADMIN" --> System landscape --> Change requests --> "Refresh"?
    The second issue I cannot see any projects in Tcode "/TMWFLOW/CMSCONF"
    according to the SPRO-step "Set Project Assignment of Requests as Mandatory"
    Thank you!
    regards

  • How to get active session details

    Dear all
    in my application i want to display number of users online in a list and their details,for that how can i get the active session details in a jsp , or any other ways to do this.any suggestion regarding this is very much helpful to me. thanks in advance
    thanking u
    yours
    kumaran ramu

    Hi,
    You can use a Listener class for track the sessions and do some logic when a session is created/destroyed. See HttpSessionListener interface. You can save the session IDs and session objects when a session is created, for example in a hashmap. Save the hashmap in application context. In your JSP get the hashmap and get its key/values. See thread safe problems if you are using a hashmap in application context.

  • ABAP/4 processor: UNCAUGHT_EXCEPTION - Activation job cancelled short dump

    Hi All,
    I loaded data to the new table of ODS successfully. But the data is not available for reporting.
    When i try to activate the request,it shows no error bt neither does data *** to active table .I checkd in sm37 for logs, it shows ABAP/4 processor: UNCAUGHT_EXCEPTION error. It shows that CX_SDB_ORA_PROGRAM_ERROR exception was raised.
    I also checked in table RSODSACTREQ in SE16 and found that status was 0 (means activation successful) n operation was U (means updating) .........
    The same problem persists for activation job for any ODS.......The support package has been upgraded from 11 to 14 recently.......
    Please help me resolve this issue.
    Regards,

    Prithi,
    Check out for invalid char's in the PSA.....
    Check monitoring  for invalid char's .. some time it will reach up to New data table and while activation it may get struc...
    hope there is some prob with invalid char's aor length of char.... Special char..like @__ in PSA .
    Cheer's
    HVR.

  • 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.

  • OWB 9.2: Active Job Does not Exist !

    OWB:9.2.0.2.8
    I have opened a TAR for this, not much headway so far
    Error Message: ORA-20211: Active job does not exist, cannot link to job record.
    Here is the sequence of events
    1) A test database was cloned fom production
    2) We were able to to get the runtime instance on test running by setting the fields in wb_rt_service_nodes
    Service doctor now indicated that the service was up
    3) Using OWB deployment mangager, I tried to execute a map and got this message
    Starting Execution EU_ITM_WH
    Starting Task EU_ITM_WH
    ORA-20211: Active job does not exist, cannot link to job record.
    ORA-06512: at "OWB_RR.WB_RT_MAPAUDIT", line 1252
    ORA-06512: at "OWB_RR.WB_RT_MAPAUDIT", line 2084
    ORA-06512: at "OWB_TS.EU_ITM_WH", line 2250
    ORA-06512: at "OWB_TS.EU_ITM_WH", line 2331
    ORA-06512: at line 1
    Completing Task EU_ITM_WH
    Completing Execution EU_ITM_WH
    I searched Metalink and got some references to this.but they seem out-dated.

    Did you try to stop and start the runtime sevice by using stop_service.sql/start_service.sql from the <OWB_HOME>/owb/rtp/sql directory?
    Also, you say that you cloned the database - are the database parameters different in the cloned database (db name, hostname, port, user name, password)? If yes, did you change the location registration parameters?
    Regards:
    Igor

  • How to CANCEL ACTIVE JOB in SM37??

    Hi Experts,
    Pls. let me clarify one simple doubt that, am trying to CANCEL a ACTIVE jon in SM37, bcoz its taking too much time, like 60 hrs, so am suspecting that, some thing is wrong in report prog./SELECT!!!
    So, I tried, SM37>MENU>JOB-->CANCEL ACTIVE JOB,
    but, its not getting canceeled or DELETED??
    So, How Cal I CANCEL/DELETE a ACTIVE job in SM37??
    thanq

    thanq,
    its worked out.
    but, i dont know that Wht happened to my browser/SDN/system, I am unable to see the Rewarding points option!!!!!!!!!!
    So, as soon as i see this option, will post the reward points.

  • HT4775 I made a DVD in compressor and even though the disk is finished, I still see the active job.  How do I clear the job off the active jobs list?

    A few weeks ago, I launched compressor via FCPX to make a DVD.  Everything went fine.  The disc burned and ejected from my DVD burner, but the job is still listed under Active Jobs.  Nothing I've tried will make it go away.  Is there any way to clear that list?

    Go into your Home library and open Application Support and then Compressor. Open the History sub folder and within that, open V4. Scroll down to find the job and drag it to the trash.
    Russ

Maybe you are looking for

  • Best wifi hardware for airport express

    Hi m looking for ideas for buying the best wifi hardware (accespoint) good for running the airport express. I have an asus wifi-onboard card right now, but the card looses connection after aprox one hour - then I have to reassosiate with the airport

  • Time Series Wizard in OBIEE 10.1.3.3

    How do I accomplish the TIME SERIES WIZARD functionality that was present in Siebel Analytics 7.7 in OBIEE 10.1.3.3. This comparison measure feature seems to be removed in OBI. Any inputs will be greatly appreciated. Thanks.

  • DataSources not available

    Hi Friends, We have connected BW-Quality system to SAP-R/3 Production System to Refresh data form R/3 Production to BW-Quality system for testing purpose. For this we have to create Transfer Rule between BW Quality-Infosource to R/3 Production DataSo

  • No X11 DISPLAY variable

    Hi , I am trying to start the Admin ACC from dynadmin. But when i click Start ACC in server VM . I am getting following error. The ATG Control Center could not be started. Dynamo received the following error message from the JVM: java.awt.HeadlessExc

  • Linq to XML query where clause excluding null attribute in child

    I'm quite new to linq/XML and although I'm making progress I'm stuck at combining two levels of elements in a where clause. The XML is something like this <employees type="cashier"> <employee hired="Jun 1 2000" fired="Jun 1 2013"> <stats name="jane d