Empty "scheduled jobs" list in control center

Hi all,
due to a move to a new data warehouse environment i added a new configuration
to my OWB project with new locations, control center etc.
I was able to deploy and run all of the owb stuff into the new environment except all
the scheduled jobs to deploy into OEM,
which owb generates for all the process flows that have a schedule assigned ("Referred Calendar" in Configuration).
The list of "Scheduled Jobs" in control center for the target location just appears empty.
Are there any additional settings or privileges missings,
i.e. for target location, owb repository owner, configuration, location, ...?
Old env is Oracle DB 10.2.0.2 on Win Server 2003 32 bit, Workflow Server 2.6.4, OWB Client 10.2.0.1.31, OWB-Repository 10.2.0.1.0.
New env is Oracle DB 10.2.0.2 on Redhat 64 bit, Workflow Server 2.6.4, OWB Client 10.2.0.1.31, OWB-Repository 10.2.0.1.0.
Any hints would be appreciated.
Thanks,
Matthias

Hi,
I found out that I have to create a new schedule module.
In the create module wizard you'll have to define a location where schedules
are deployed to and there I defined the new target location.
It is not possible to assign different deployment locations for same schedule
module in each configuration.
I don't know if it is a bug or a feature, but with the new seperate schedule module
it works.
Just to let you know,
Matthias

Similar Messages

  • OWB 11g  Control Centre, Want to Remove Schedule Jobs list

    I am having a problem to deleting the list of Schedule Jobs in Control Centre which are not required any more. The Schedule has been disabled but unable to remove them from control centre, How we can achieve that.
    Thanks

    Hi,
    the first remove sheduled records from target database via deployment with Deploy Action = Drop.
    Then clear (unset) configuration property Referred Calendar on mapping/processflow (corresponding to scheduled job) - click on checkbos None.
    Usually job has name in format <object name>_JOB (where <object name> - name of scheduled mapping or processflow)
    Regards,
    Oleg

  • How to Schedule Job using Database Control for SQLPLUS script?

    Hi All,
    I am using Database version 10.2. I would like to schedule a SQLPLUS script job using Database control (Not using Grid Control!). The following is the script.
    ========================================================
    define OEM_FRIENDLY=1
    define OWB_BACKGROUND=0
    set serveroutput on
    set verify off
    whenever sqlerror exit failure;
    define REPOS_OWNER='&1.'
    define LOCATION_NAME='&2.'
    define TASK_TYPE='&3.'
    define TASK_NAME='&4.'
    define SYSTEM_PARAMS='&5.'
    define CUSTOM_PARAMS='&6.'
    alter session set current_schema = &REPOS_OWNER.;
    set role owb_d_&REPOS_OWNER., owb_o_&REPOS_OWNER.;
    variable exec_return_code number;
    begin
    -- Initialize Return Code
    :exec_return_code := wb_rt_api_exec.RESULT_FAILURE;
    -- Run Task
    :exec_return_code := wb_rt_api_exec.run_task('&LOCATION_NAME.',
    '&TASK_TYPE.',
    '&TASK_NAME.',
    '&CUSTOM_PARAMS.',
    '&SYSTEM_PARAMS.',
    &OEM_FRIENDLY.,
    &OWB_BACKGROUND.);
    end;
    exit :exec_return_code;
    ===========================================================
    Is it possible to schedule SQLPLUS script with 6 different parameters? If yes then how can I schedule for monday to friday or only for Saturday and sundays.
    Please provide brief steps.
    Thanks for your help in advance.
    - Mehul

    Let me explain to you about scheduler.
    You can schedule a pl/sql stored procedure TEST_S as follows...
    Begin
    dbms_scheduler.create_job(
    job_name=>'MY_JOB',
    Job_Type=>'STORED_PROCEDURE',
    job_action=>'TEST_S',
    start_date=>sysdate,
    repeat_interval=>'freq=monthly;BYDAY=MON,TUE,WED,THU,FRI',
    end_date=>null');
    END;
    You can also also execute o/s script like .bat or .sh. For this job type should be EXECUTABLE.
    Example of converting a .sql script in .bat script...
    insert.sql
    insert into dept values(50,'IT','LONDON');
    exit
    insert.bat
    sqlplus scott/tiger @insert.sql
    Executing now...
    C:\Documents and Settings>insert.bat
    C:\Documents and Settings>sqlplus scott/tiger @insert.sql
    SQL*Plus: Release 10.2.0.1.0 - Production on Thu Mar 1 08:01:00 2007
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
    With the Partitioning, OLAP and Data Mining options
    1 row created.
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - P
    oduction
    With the Partitioning, OLAP and Data Mining options
    C:\Documents and Settings>
    So first read about DBMS_SCHEDULER and do the work in prompt. Then you can go and schedule it even by database control.
    Scheduling by database control...
    http://www.oracle.com/technology/oramag/oracle/04-jul/o44tech_dba.html
    Scheduler
    http://download-uk.oracle.com/docs/cd/B19306_01/appdev.102/b14258/d_sched.htm#CIHEHDHA
    PS: By default each job you created is disable state. Please enable it by enable procedure of DBMS_SCHEDULER package.

  • Control Center status running scheduled jobs stops when DB is shutdown

    I have scheduled jobs in the Control Center of OWB, and the status is "Running" (Green Arrow ->), but everytime we stop and start the database I have to start the schedule job again under Status.
    Is there any way to fix this so that when the database stops and restarts somebody does not have to go into the Control Center and restart the jobs that are scheduled?
    Thanks

    I'm been told that it's a bug in the current version of OWB and to fix this problem we should upgrade to 10.2.0.3.

  • OWB Scheduled job generates infrastructure problem..

    Hi everyone,
    I'm experincing a strange problem while scheduling a process flow using OWB schedule. The job is created and started fine. But the job throws up an exception of the kind 'Infrastructure Problem' etc when the machine is shut down after I start the job from the Control Center. The oracle enterprise manager shows that the job is scheduled and enabled after the job is started via the Control Center.
    Can anyone suggest anything regarding this?
    Thanks in advance.
    Regards,
    Sayantan

    Hi Sayantan,
    Which machine is being shut down, the design client? If so do you use the control center on that machine?
    JP

  • Problem with execution results (Control Center)

    Hi,
    I have created a mapping with output parameters.
    Unfortunately, when i run the mapping, i can't see the values in
    the output parameters through the job details reporting (control center).
    Is there any patch that correct this problem ?
    TIA,
    Stéphan

    Hi,I have also somewhat similar problem in creating content selector using e-business control center.The problem is that in the Window titled "Select Customer Segments", there are no radio buttons for specifying whether Qualifying visitors may belong to Any or all of these segments. Although it is mentioned in the documentation yet not available in actual.So when we try to save it the following error appears"Atleast one selected clause has not been completed. Offending clauses: [Action clause has not been completed.].Please tell me what to do?Regards,Atif

  • Schedule jobs issue after the upgrade

    We have Data Services jobs scheduled via management console in 4.0 Environment. I upgraded the repository to 4.2 and attach it in CMC and also in Server manager. Both the environments are in different servers.
    Login to Data Services management console. Click on the upgraded repository schedules, scheduled jobs listed there. But there is no Job server atatched to it. When i try to activate or edit the schedule, i am getting below error.
    Schedule:billing_rep Error:Socket is closed] When contacting the server above exception was encountered, so it will be assumed the schedule is not active anymore.
    Am i missing any steps?

    Hi Jawahar,
    Below is my suggestion regarding your query:
    Edit existing Job server and update the details regarding Local reporsitory and save it.
    Now try to map the same job server in scheduled jobs and check it was working or not
    Or Else
    Create new Job server and assign it to local repository.
    In this case you have to update your all real time & batch Job configuration.
    Thanks,
    Daya

  • Control center location source and targets

    Hi,
    I'm trying to document an OWB 11.2 repository and I'm trying to find a OWBSYS view that holds the assigned source and target locations for a control center in the design repository (what you see in the control center properties in the Locations tab) . Does anyone know where I can query this information?
    Cheers,
    John

    Perhaps the table is repurposed between 10g and 11.2?
    When I query that table I see a list of modules (information_system_name) and it's associated location (location_name) but I do not know if the location is a source or a target. A lot of these tables have been around since 9i so I guess in 9i speak I want to see the equivalent of the module type ('data source' or 'warehouse target').
    In 11.2 the module no longer has this source or target concept directly via the module properties - it held against the control center properties - not that all_iv_control_centers shows this information - that is just a list of control center names and their associated remote server/workspace/workspace owner properties - which is similar to the old 9i runtime repository connection properties when using the deployment manager and pretty much the same as what you see when querying all_iv_runtime_repositories.
    So, still not quite there yet...
    Cheers,
    John

  • How to remove scheduled jobs from Control Center?

    Hi,
    My control center shows a bunch of jobs in the "scheduled" tab that no longer exist.
    They do not exist in Control Center and they also do not exist in the Design Center anymore.
    Is there a way I can delete entries from the list of schedule jobs?
    I am on OWB 10gR2
    Thanks,
    Sam
    PS, I saw this thread that talks about my problem. However the solution provided seems to only work if the jobs still exist
    in your control and design centers.
    OWB 11g  Control Centre, Want to Remove Schedule Jobs list

    Could it be that some process flows are still attached to a schedule? Perhaps you've made a copy of a Process Flow?

  • Scheduled job doesn't appear in Control center

    Hi,
    I am facing a strange problem. I installed OWB 10g R2 and I have my target and source both on Oracle 10g DB. I created lots of mappings, and when it came to scheduling them, I installed Oracle Workflow.
    In any of the OWB documents, nowhere it is specified that if OWB is already installed and Oracle Workflow Server is installed later, what are the steps to link them.
    Then I created a schedule and spplied them to the mapping by editing its configurations. Then as per documents I checked in Control center. But, there was no job created and so didnt appear there.
    I am wondering what can be the reason for this. I simply didn't get any documentation that tells that, what if the scheduled job doesn't get created? or how do you check from OWB whether the Oracel Workflow is properly working?
    Please provide a clue!
    Thanks
    Goga

    Means it cannot detect any airplay devices.

  • Error on Control Center while trying to run jobs

    Hi,
    I got a problem while trying to run the scheduled jobs or process flows.
    We tried restarting the control center service manually. It is started without throwing any errors at the backend. But when I open the control center service and try to start or stop a job, its throwing the below error.
    The error is as below.
    ORA-20029: The control center service is not currently available
    ORA-06512: at "OWB_REPO.WB_RTI_EXCEPTIONS", line 107
    ORA-06512: at "OWB_REPO.WB_RTI_QUEUES", line 200
    ORA-25207: enqueue failed, queue OWB_REPO.WB_RT_SERVICE_QUEUE is disabled from
    enqueueing
    ORA-06512: at "OWB_REPO.WB_RTI_SERVICE_EXECUTION", line 548
    ORA-06512: at "OWB_REPO.WB_RTI_SERVICE_EXECUTION", line 619
    ORA-06512: at "OWB_REPO.WB_RT_EXECUTION_CONTROL", line 27
    ORA-06512: at line 1
    I am not able to resolve it. Could any one of you please help me in resolving it?
    It is very urgent. Thanks a ton in advance
    Regards,
    SriGP.

    Hi Oliver,
    Thanks again!!
    There are a lot of queues in DBA_Queues.
    But how can we know which queues should be enabled and which queues should be disabled? As I observed, All the Exception queues are disabled and the reamining queues are enabled.
    About the parameter aq_tm_processes, we have not changed the value of it. Previously, all the jobs used to execute perfectly with the same setting. So, I dont think the value is a problem.
    Recently, we had the below problem in database, because of which all the jobs got stalled/hanged. The system DBA had resolved this problem by extending the SYSTEM tablespace. After that all the database is fine except the OWB jobs. Is there any impact on the on the owb jobs because of the below error?
    ORA-00604: error occurred at recursive SQL level 1
    ORA-01653: unable to extend table SYS.AUD$ by 8192 in tablespace SYSTEM
    ORA-02002: error while writing to audit trail
    ORA-00604: error occurred at recursive SQL level 1
    ORA-01653: unable to extend table SYS.AUD$ by 8192 in tablespace SYSTEM
    Thanks in advance,
    SriGP.

  • Control Center Jobs - Workflow execution history not being shown

    Hi all gurus,
    We have recently migrated to owb 11.2 from 10.2. In DEFAULT_CONTROL_CENTER, we can see deployment history, but the "execution" tab is empty. Though we have executed several workflows, they are not shown in the execution TAB in "Control Center Jobs" window after they complete.
    Any clue on what can be the problem? Where can I further investigate the problem?
    Thanks you so much,
    Inaki.

    Is there any record in wb_rt_audit_executions? you can connect as OWBSYS, then set workspace to access the audit information.
    If there are records and not displayed in the execution tab, then it must have some issues. Then should be looked into further.
    Thanks,
    Shawn

  • Sybase Control Center 3.2.7 -Automatic schedule Backups/Logs

    Hello Experts,
    I have 2 queries which need to be discussed with you people.
    1.I am currently working with Sybase database 15.7.0.122 and with Windows environment .It has also been released a sap note by sap that we sybase central has vanished and the customer's are forced to move to Sybase Control Center.Is there any way or plug ins that we can install and use sybase central.
    2.I have downloaded and configured the Sybase Control center 3.2.7 which came with Sybase database 15.7.0.122 software and able to launch ,configure the user database as well as took the backup successfully and it seem's the web gui interface looks good but sometimes clock revolves which is some time annoying.
    My question and requirement is to schedule the automatic backups with retention  through scripts which I was able to do in Sybase central and Dbacockpit but here don't find any option.However , I see that in Sybase 16.0 business suite there is TASK MANAGEMENT option in Sybase control center where you have option to schedule the jobs.May be I am not able to find in the current version .Appreciate your guidance in fixing it.
    Thanks
    Asim

    Hi Asim,
    For your 1st query refer SAP note
    1991153 - Sybase Central Unavailable on ASE 15.7 SP101 how to add it back
    For 2nd Query,
    It looks be possible system resource issue due to which you see the clock symbol.
    Once the sybase central is restored back you may schedule job using the same.
    Hope this helps.
    Regards,
    Deepak Kori

  • Executing Scheduled jobs via Control Centre

    Hello Forum,
    We have a question on the scheduled jobs in OWB. We have some process flows that are attached to some (corresponding) schedules. Now in the Control Centre, we have two options to get the scheduled jobs executed:
    1. We can have the scheduled jobs deployed, but not started, in which case the scheduled jobs would run as our Repository Owner (say OWB).
    2. We can have the scheduled jobs deployed AND started, in which case the scheduled jobs would run as OWF (Oracle Workflow User).
    (Just to clarify - by "starting" a scheduled job we mean that we make use of the "Start" option available in the right-click menu for every scheduled job that appears under the "Scheduled Jobs" node in the Control Centre.)
    We would like to understand what is the advantage/disadvantage of setting up the scheduled jobs (for execution) for the two cases described above.
    Any help is much appreciated.
    Best Regards,
    Piyush
    For reference, following is our environment info:
    OWB Client Version - 10.2.0.1.31
    Repository Version - 10.2.0.1.0
    Database Version - 10.2.0.3.0
    OWF Version - 2.6.4
    -----------------------------------------------------------------------------------------

    Hi Sam,
    Thanks a lot for your kind inputs. Well the situation that I have at hand is that when I don't "start" the schedules (as in Case 1. described in my earlier post), everything goes fine. However, if I "start" the schedules jobs (as in Case 2. described in my earlier post), the scheduled jobs failed to execute after DB restart. So I feel we are better off by not starting the scheduled jobs so as to make them run as our target workflow user.
    Do you think this is the right approach for executing the scheduled jobs?
    Best Regards,
    Piyush

  • Double Clicking the Job in Control Center hangs the Mapping

    i have deployed a mapping.
    When i run the mapping the mapping fails
    When i double click the job for the particular mapping in the control center,The system hangs.
    Please let me know the reason for the same and how to resolve it.

    Thanks for the reply David. I'm using OWB 10.2.0.4. Is this a known bug? I don't mind splitting into 2 mappings. My only concern is that ~60% of the data processing are overlapping. I'm using MOLAP. Is there a way to share staged table data on 2 different mappings?

Maybe you are looking for

  • ITunes 11.1 and iOS 7.0.3 won't allow me to drag-and-drop videos onto my iPad?

    I finally updated my iPad 2 (16 GB; Wi-Fi) with the new iOS 7 update (7.0.3), and now it won't let me drag-and-drop items from my iTunes library anymore. It starts to, it seems.  iTunes says "Preparing to sync" and then that just disappears, and noth

  • Streaming HTML Content

    Good afternoon - I'm stuck here, and would appreciate all the help you could give. I'm looking for a solution in flex 4 in which I can keep a 'persistent' HTTP connection, and 'react' or toss an event for each line of text that comes out of the http

  • Deleting names when sending emails

    When start to write a name in the "send to" line of an email. The email address' of the names of people I have emailed before pop up. Most are contacts and some are not. Is there a way to reset this so nothing pops up?

  • Checkout with Flash Catalyst

    Does anyone know if a Checkout, whether it be Google, Paypal or any other one, can be incorporated in a Flash Catalyst site? Mike

  • GEARAspiWDM.sys on Windows Vista

    I have installed iTunes 7.0.2 under the latest RC of Windows Vista x64 and I'm getting the following error in the event viewer: \SystemRoot\SysWow64\Drivers\GEARAspiWDM.sys has been blocked from loading due to incompatibility with this system. Please