Owb scheduler issue

I changed the scheuler timing and deployed it. Now my scheduler does not run.
How do I solve this problem.
Thank you.

Check the following points:
- In the mapping or process flow, goes to configure option and verify the calendar options (if the scheduler is correctly associated)
- Go to the execution and schedule windows at control center and check the processes that are running. The scheduler must appear at schedule window with running status and each execution of the schedule must appear at the execution panel. If it doesn't appear, start the scheduler again.

Similar Messages

  • Anyone knows about OWB Scheduler

    Our Potential client mentioned that they have some OWB Scheduler issue. Realy appreciate if you have any clue about this.
    Thanks,

    there is a list of jdbc drivers at:
    http://industry.java.sun.com/products/jdbc/drivers
    they have several ms access drivers listed.
    also, you can use a jdbc-odbc bridge which allows you to use jdbc to connect to any odbc data source:
    http://java.sun.com/j2se/1.3/docs/guide/jdbc/getstart/bridge.doc.html

  • Issue inMaintenace scheduling issue in Two plants with similar data set up

    Hi PM Gurus
    Scenario: A) We Have two maintenance Plants which have got Factory calendar assignment as per Table Data. We need to change Non Working days of factory Calenders (D1 and T2) for work centres working and do Maintenace scheduling
    Issue    A) Plant PL0B  has got factory Calender T2 set up at work centre (WCT2) .We get Maintenace schedule Calls as per Calender set up ie No Maintenace Call (Planned call and Call date) on  (Non Working Days). Here we change public holidays to working days and this throw schedule calls accordingly (thatu2019s Maintence Calls on working days only).
    B)     We have similar requirement to change public holidays for Calender D1 which is assigned to Work centre WCD1, then we must get maintenance calls for working days. But we find that for Plant PL0A, Maintenace Calls are generating even on non working days. Only difference between Plant PL0A and PL0B is for Work centre set up as per screen shots for Capacity data.
    C)     We have changed work centre data of WCD1 as per WCT2 ,but still PL0A is giving maintenance Calls on Non Working days (Not Controlled by Calender data of Work Centre )
    D)     Info: Scheduling indicator in Maintenace plans of both plants is TIME
    Plant      Factory Calender (plant      Factory Calender
    (Work Centre)     Non Working Days                                                      Work Centre (PL0A)
    PL0A       U1     D1     3-Public holidays                                                WCD1
    PL0B     T1       T2     Sat ,Sun and 10 Public holidays                                WCT2
    Thanks
    Upinder

    Greetings Upinder,
    You should set the Scheduling indicator to "Time - factory calendar" and select a Factory Calendar if you want the Maintenance plan to be scheduled according to one of the calendars you set up.
    The work centre capacity scheduling doesn't come into place here, yet - it'll allow for rescheduling once the orders are called.

  • OWB - OEM issue?

    OWB - OEM issue?
    We are using OWB repository 10.2.0.1.0 and OWB client 10.2.0.1.31 (Win XP). The Oracle version is 10 G (10.2.0.3.0). OWB is installed on Linux.
    I find OEM (10.2.0.0.0 with oracle database ver 10.2.0.0.0) part of OWB program folder. As I start OEM, I creted the database connection in OEM explorer. I tried to loggin to created database connection.
    I got “ORA-12541: TNS:no listener” error.
    It was working all day in OWB/Sqlplus before starting OEM. I noticed OEM changed my tnsnames.ora file in OWbhome\network\admin directory using timestamp.
    I came out of OEM session. All my logins via OWB/SQLpus/SQL developer results in “ORA-12541: TNS:no listener” error.
    I checked via tnsping on command window, which results in “ORA-12541: TNS:no listener” error.
    I restored my tnsnames.ora from backup, all are working except OEM.
    Did anyone use OEM with OWB?
    Any idea, what is going on ?
    Thanks in advance.
    RI

    Hi,
    over the connection goes not only the sql statements for connecting, also much auditing and logging informations goes from one machine to the other. So development and database should be as near as possible for better speed.
    Perhaps working direct on the server will increase the speed?
    Regards,
    Detlef

  • 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

  • Is Oracle Workflow required to execute OWB schedules?

    Hi,
    I want to create and deploy a schedule in OWB 10gR2 to automatically run my OWB process flow every week. I would like to know
    1) Whether I need to install Oracle workflow too in order to execute the process flow as per the schedule created?
    2) If not, how does the OWB scheduler work?
    3) Also, if the scheduled proces flow terminates due to some error, how do I resume executing it from the point of termination after correcting the error?
    Thanks
    Amit

    Hi Amit,
    1. Is the workflow monitor a standard part of Oracle workflow,or does one need a separate license for it?All parts Oracle workflow (workflow server, workflow monitor, workflow builder) licensed with Oracle database licenses,
    so if you buy Oracle database you can use workflow components without any limitations.
    2. In your approach, you had mentioned that there should be no transitions for error, but I would like to send an email notification to the DW administrator incase of an error before suspending the process flow.My recomendation is to use additional PL/SQL procedure which will executed periodically (for example every 30 minutes, scheduled with DBMS_JOBS/DBMS_SCHEDULER),
    in this procedure you can use query on OWB public view (ALL_RT_AUDIT_EXECUTIONS) or workflow repository views/tables
    for identification failed steps/mappings (if you decide to use OWB public view) or "stucked" processflow (if you will use workflow views/tables,
    algorithm of identification stucked processflow you can see in workflow PL/SQL package WF_ENGINE, procedure ProcessStuckProcess).
    Using post-mapping is more expensive because you need modify each mapping which you want to monitor for fails.
    Example of query for identifiaction failed steps (PL/SQL prcoedures and mappings) within period of time datetime1..datetime2 with ALL_RT_AUDIT_EXECUTIONS
    select * from ALL_RT_AUDIT_EXECUTIONS where task_type in ('PLSQL','PLSQLProcedure')
    and NOT (return_result is null or return_result='OK') and :datetime1<=created_on and created_on<:datetime2
    Regards,
    Oleg

  • Webi Report scheduling issue

    Dear Experts,
    I have webi reports which are running fine when i refresh the query from query panel. When i am scheduling the report it is failing.
    My webi reports are connected to the Bex Queries using OLAP Connections which is working fine for other reports.
    I am getting the following error message
    "Can not connect to the source olap com.sap.conn.jco.JCoException: (103) JCO_ERROR_LOGON_FAILURE: Access key access is no longer possible"
    Because of this BW Credentials are getting locked and user cannot able to access the BW System.
    Kindly help us getting this issue solved.
    Thanks in advance.
    THanks & Regards,
    Archit Sarwal

    Hi Archit,
    Try this...
    Logon to Central Management Console (CMC) with an Administrator user.
    Click on OLAP Connections.
    Right click on the connection and click User Security.
    Assign Full Control to the User on the connection.

  • Scheduling issue with Analysis for Excel

    Hi,
    I am trying to schedule a workbook in Analysis for  Excel from CMC. The schedule always fails when I uncheck the APPLY DEFAULT FORMATS in the components tab of the Display Analysis. The schedule works fine if this box is checked. Has anyone come across this issue?
    Analysis Excel Version: 1.4.5.2837
    Thanks,
    Kal

    Hi Tammy,
    Sorry for getting back to you so late. We are right now BIP-add on SP5 for Analysis Office. We are planning to have BIP-add on SP6 next week. Dont know if this will solve my issue but something to try.
    Thanks,
    Kal

  • [BO 4.0] Webi scheduling issue

    Hi,
    We are using Business Objects 4.0. i have a webi report that uses SAP BW as source. We are using DF to create universes for these webi report. In DF Admin tool, we have manually mapped the RFC connection to programID field. While scheduling this webi report, scheduling fails with the following reason,
    Database error: [Data Federator Driver] [Server] [Connector 'RC_SalesAw'] Connection failure: com.sap.conn.jco.JCoException: (103) RFC_ERROR_LOGON_FAILURE: Password logon no longer possible - too many failed attempts on 172.16.8.135 sysnr 01. (IES 10901)
    Note that we are providing the corrrect user name / password for these users.
    Please provide your inputs on this issue.
    Thanks,
    Ravi

    Hi,
    despite your assurances,  it clearly indicates that the logon string provided for the relational BW connection is not authenticating correctly..
    Whilst your BO logon may be correct, i would encourage you to check all the credentials used elsewhere in this connectivity
    Does this same universe refresh correctly when running webi in ad-hoc mode?  i.e. not scheduling?
    If Yes - i'd recommend you log a Support message.
    Regards,
    H

  • Scheduling  issue

    Hi Experts ,
    I am experience one issue as explained below. your expert advice would help a lot.
    We have a bom with one finished product and a semifinished product. I have created a planned order for finished productin in repetitive planning board mf50 and when i convert into processs order, the order start times are according to shift sequence start times (i.e 6.00 a.m).
    Now when I have run MPS single item and multi level planned order is created for semifinished product. When I convert this planned order for semifinished product into process order the order start times are always at midnight (00:00), whereas even in case of semifinished product also same shift sequence is considered in workcenter. The operation times for both finished and semifinished product are less than 1 day for the order quantity.
    I have configured in scheduling parameters for planned and process orders for scheduling as "Adjust basic dates of depedent requirements to order start dates), forward scheduling (OPU5 & OPUZ). This is same setting i have maintained for repetitive planning scheduling parameters also.
    If semifinished product is also directly planned in mf50 and the planned order thus created is converted to process order then it starts at shift sequene time i.e 06.00 as defined.
    Why does the semifinished product doesn't start at the shift start time? How can I make that semifinished product to also start at shift start time when planned orders is converted to process order.
    Regards
    Sandeep

    Hi,
    Have you checked the work centers for semifinished material please recheck the work center capacity view and capacity header.
    Kindly check the capacity which u maintained and its group for shift sequence.
    If there is no group of sequece in capacity header then update it and schedule the order it will show u the details of start dates as per the schedule.
    Regards,
    Nilesh

  • PM Order Scheduling - issue

    Hi experts
    I'm having issues in the scheduling of PM work orders.
    I'm using unplanned WO. They are created from the notifications. Upon indication of operations ( with time for each operation) and components, i set the work order as planning complete (user status). At this point, the system status is created and material availability not check.
    When i hit "schedule button" on the WO, i get the message:
    Scheduling log does not contain any entries
    Message no. C7119
    My WO type is configured with the following:
    : Ajust basic dates, adjust dep. reqmts to operation date
    * Scheduking type: Forwards
    * Automatic Scheduling
    The control key has the following sets
    * Scheuling
    * Det. Cap. Req.
    * Print
    * Print time tic.
    * Confirmation required
    * Print confirmation
    My work center has the following:
    * Work Center category: 0005 (Plant Maintenance)
    * Capacity category: 002 (person)
    CAPACITIES
    Operating time: 6h
    * Relevante for finite scheduling
    * can be used for several operations
    * long term planning
    On the other hand, when i analyze CM07 and CM25 i always get the following message
    There are no capacity requirements for the current selection and
    settings
    Message no. CY144
    I have created 2 profiles to analyze WC loads/Work order leveling - 7 day and 30 day
    Even when I use tcodes like CM02, i get the message that no work orders are selected.
    So I'm either missing some config or some step.
    Can you please provide some clarity on this?
    Thanks in advance
    Joana

    Hi
    I'm still having doubts.
    So, just for my understanding, what should you get from "hitting" schedule button in the WO?
    Let me elaborate on my questions (mostly the second one)
    I create the the WO. based on the basic dates defined, and the work center capacities, and operations durations, the system will define in the operation detail the dates.
    when i n going through CM07 and CM25 i should be able to get the full picture, right? work centers capacities, what is compromised, in which WO?
    I get nothing like that. So it seems that althoug i indicate a WC in the WO (it is set for finite scheduling), there is no place where i can get the full picture.
    my assumption is that with this info in CM25 i would be able to adjust the scheduling made "automaticaly" by the system (based on my config), to better adjust the work to be done.
    Can you provide some clarity on the steps, cause i'm missing something for sure.
    Many thanks
    Joana

  • BI Scheduler Issue

    We have BI servers (Primary & Secondary) and both are on cluster (Load Balancing). Users are able to connect both servers without any issues.
    Primary server Scheduler is Active and Secondary scheduler one is Inactive all the time. If I make Secondary server Scheduler is Active then automatically Primary one is become Inactive (vice versa)
    OBIEE environment: 10g (10.1.3.4.2)
    Any Help on this please

    Dear KBabu,
    it seems to be normal because the BI Scheduler component participates in the BI Cluster in active-passive mode. Install BI Scheduler on two machines, one will be identified as the active node and the other as the passive node. So if the active BI Scheduler crashes then the second becomes active to allow scheduling.
    Please see the rittman site (http://www.rittmanmead.com/2009/02/obiee-high-availability-presentation-services-and-scheduler/):
    Assuming that you have already gone through the default scheduler configuration on each node, adding these to the cluster is quite straight forward. In the [OracleBI]/server/Config/NQClusterConfig.INI file, add the following line
    SCHEDULERS = "aravis4.rmcvm.com:9705:9708", "aravis1.rmcvm.com:9705:9708";
    (obviously replacing my server names with your own). This will basically tell the Cluster Controller that the first server in the list, namely aravis4, will be the main/active scheduler, and aravis1 will be the passive one. Next step is to configure each scheduler to join the cluster. On each node, use the schconfig tool to change the Advanced settings of the Scheduler (Choice 1, 3 and then 3) to set ‘Participant in a Cluster’ to True. Save your settings and exit the tool. Now restart the cluster controllers on each node and then start up the schedulers.
    Regards,
    Benoit

  • Regarding Scheduling issue

    Dear All
                   I have one issue regarding Scheduling
    1.we have one FG, one SEMI FINISHED material and one RAW material.
    2.The In house production days for FG  is One  day. if demand is given on may 15th,the schedule date for FG is 14th may,upto here it is clear.
    3.SEMI FINSHED material is produced by vendor i.e. SUB COTRACTING process. The planned delivery time is two days. the requirement is on 14th may ,so the release date should be on 12th may and delivery date should be 14th may. am I correct?
    4.DEMAND is given on 15th may, run the MRP, Planned order is generated for FG and SF. The Schedule start date for FG is 14th may, it is correct.
    5.The issue is for purchase requisition, the release date on 13th and delivery date on 15th may, because of this total scheduling going wrong.
    Pl give the solution for this issue so that system will give proper release date and delivery date.
    If any configuration s thr or not?

    Hi
    For this you need to have schedule margin key with flot before process should be one day. Then your requirement will work. So config a scheduling margin key and enter it in Material master of finished and Semifinished materials.
    regards
    Antony

  • User Scheduling Issue....

    BO Edge 3.1 SP3 FP3.5
    Microsoft Windows Server 2008 Standard without Hyper-V SP2
    OK.... here is my Dilemma....
    Users are all set up as AD Users
    Authentication Options 
    Y Use Kerberos authentication
    Synchronization of Credentials  
    Y Enable and update the user's data source credentials at logon time. This will synchronize the data source with the user's current logon credentials. 
    SiteMinder Options Click on the value to change the options 
    SiteMinder Single Sign On: Disabled
    AD Alias Options Schedule User's AD Alias Updates
    Specify when BusinessObjects Enterprise will update AD aliases for users.
    Note that this will also update the Group Graph. 
    Last Sync: There is no record of a previous sync attempt. 
    Next Scheduled Sync: AD Alias sync has not been scheduled. 
    New Alias Options 
    Y Assign each new AD alias to an existing User Account with the same name
    Alias Update Options 
    Y Create new aliases when the Alias Update occurs
    New User Options 
    Y New users are created as concurrent users
    Attribute Binding Options
    Y Import Full Name and Email Address 
    Y Give AD attribute binding priority over LDAP attribute binding 
    DILEMMA*****
    So user jsmith sets up recurring report schedules for 20 reports....
    jsmith is terminated....
    jsmith is removed from Windows AD Directory......
    ALL OF jsmith's schedules DISAPPEAR........
    So I thought ..... set up a "Super User" which will allow them to set schedules etc... BUT mgmt wants to track EVERYTHING so they still want that jsmith set the schedule... they also still need to be able to use the SSO abilities that are set up....
    Has anyone else had this issue??? I have several ideas just not sure if they are valid, ANY HELP would be GREATLY appreciated.
    Is there a way to alias a user name... ie jsmith logs in as jsmith but can set schedules as superuser1.....
    THANKS IN ADVANCE

    Hi,
    This is SAP Business one system administration forum. Please find correct and repost above discussion to get quick response.
    Please close this thread here with helpful answer.
    Thanks & Regards,
    Nagarajan

  • Scheduling issue for splitted operations in process order

    Hello All,
    I am facing problem after scheduling splitted operation in process order. The scenario is as follows.
    In process order there are 5 operations. 10, 20, 30, 40 and 50. Out of the above operations 30 is splitted and two different resources are assigned to it. Control key assigned to splitted operation (30) is also scheduling relevant. Now the flow of operations will be as below.
    1. Operation 10
    2. Operation 20
    3. Operation 30 - Operations is splitted (Resource used is A), qty to be produced - 10 kg.
    a. Operation 32 - Quantity of operation 32 is changed to 5 kg. Resource used is B.
    b. Operation 34 - Quantity of operation 34 is changed to 5 kg. Resource used is C.
    4. Operation 40
    5. Operation 50
    Relationship exists between opearion 10-20, 20-30, 40-50 and between 30,32, 34 with 40. But there is no relationship exists between splitted operations 32 and 34 with any of the previous operations for eg. 10 & 20.
    Issue is after scheduling all operations relationship remains maintained between operations 32, 34, 40 & 50. As operation 30 is splitted to two different operations equally total time for scheduling gets reduced but after scheduling of all operations all previous operations before operations 30 does not get resceduled? Scheduling type maintained for order is Backward Scheduling.
    Please check this and guide me how all operations before operation 30 can be rescheduled as per changed timing of operations 32 and 34.
    Best Regards.
    Edited by: Avinash Mohite on Mar 19, 2010 12:43 PM
    Edited by: Avinash Mohite on Mar 19, 2010 3:14 PM

    Hi,
    I hope u r doing in this way:
    In the capacity header screen enter individual capacity as 2. then click on Got( on top of same screen) and go to individual capacites. Enter the names of two individual capacities, for example 1 and 2. These are the names of two work centres where u r splitting ur operation.
    Double Click on operation 0030 and go to tab 'splitting' . Tick on ' required splitting' and enter maximum no. of splits as 2.Then go to capacity requirements assignment tab. enter the individual capacity as 1 and 2 and enter the splitted quanitites.Save and reschedule .
    Check and revert.
    Regards.

Maybe you are looking for

  • Viewing attachments! My Ally will not display attachments!

    Moved for greater exposure

  • Data source not delta capable

    Hi ,    i have an issue here my copa datasource is not delta capable, how will I make it delta capable.I dont want to use an ODS here.please this is an urgent issue regards rak

  • SLD data sync with Solman for SMSY

    Hi, We have a WAS Java system where central SLD will is  setup and are planning a local SLD on solman. so that all the landscape details to be synced from central SLD to solman Local SLD, i have come across two options and need suggestions on the sam

  • Itunes autorisation problem (again!)

    I have an Imac where I set up my itunes account last year. I recently bought a Macbook and all my music from the Imac was transferred accross when i was setting Macbook up. Although I have authorised itunes to play purchased music on this Macbook (co

  • Cannot migrate from time machine backup

    Yesterday my internal hard disk crashed and after repairing disk in recovery mode I could reinstall MtLion. Using migration assistent I wanted to recover my old accounts, but the assistant could not find my time machine backup. Information Backup-Sys