Schedule object in infinite runing state

Hi,
Below is error:
========================================================================1. We have one object package which contains 50 deski reports to run. I
have scheduled it to run on daily basis in staging environment.It
started on schedule time and it is in running state for infinite time
and havenot completed till the time I raised case.
I checked deski job server but there is no job running on it.
=====================================================================
Below is my environment details:
OS: Solaris
Installation: BO XI R2 SP4 FP 4.8
=====================================================================
One more update is we applied FP4.8 on 24th 10:30 PM IST and before thatthis object package was running fine. So my observation is this is mightbe because of FP 4.8. Also we are getting different error for schedulingin production environment and I have raised separate case for it.
Please help me in this.
Thanks,
Swapnil rodge.

Hi,
This issue has been resolved. This issue came after applying FP4.8. SAP told that this is a know bug
in FP4.8 and it has been fixed in FP5.3.
I have applied it on my dev environment and it is resolved now.
Thanks,
Swapnil Rodge.

Similar Messages

  • Expdp Scheduler objects Open mode Redo logs

    Hi,
    i) What are the advanced options of expdp that permit exporting database scheduler objects and prevent exp from exporting database scheduler objects?
    ii)If the database has to be in Open mode, does RESTRICTED or NON-RESTRICTED mode have any significance here?
    AskTom says that DBMS_SCHEDULER commits when scheduling a job. Hence I guess redo logs are generated each time a job is scheduled using DBMS_SCHEDULER. Hence I guess export cannot be done in read-only mode.
    Many thanks

    Hi,
    Here is the scenario mentioned by my DBA. We are using Oracle 10g R2. Maybe we will upgrade to Oracle 11g. My implementation in Oracle 10g is based on DBMS_SCHEDULER.
    i)Are you always using Data Pump Utility for Export? Kindly provide me the exact command or statement used if you are executing from command-line. Do you specify EXCLUDE parameter if you want to exclude any of the tables or objects? Do you use MetaData filters available in Data Pump?
    ii)Regarding the database mode during export or backup, do you use read-only mode or open mode restricted or quiesced mode?
    iii)Kindly specify the exact error message displayed during export.
    iv)Based on the database mode used and the error displayed, is it related to redo logs or changes in tables during export using expdp?
    i)Expdp parfile=expdp_xx.par
    Where expdp_xx.par contains
    Directory=directory_name
    Dumpfile=expdp_xx.dmp
    Logfile=expdp_xx.log
    Schemas=SCHEMA_NAME
    parallel=4 <- we tried with or without this parameter as well.
    ii) Database is running in regular open mode (open for business for all users) while we are running the exp or expdp process.
    iii). No error displayed. It just keep running with no end in site.
    iv). No.. Oracle tracing saw a repeated sql running on the a table created by expdp process for RULE/RULE SET Objects.
    Kindly suggest the steps required to handle the creation of RULE/RULE SET Objects during expdp process. These RULE/RULE SET Objects are created during the creation of CHAIN_RULE objects. My implementation is verifying multi-threading in DBMS_SCHEDULER. We want to check the basic functionalities provided by DBMS_SCHEDULER first. Hence EVENT_CONDITION and QUEUE_SPEC are ruled out. Instead of EVENT_CONDITION, we are using condition attribute of DEFINE_CHAIN_STEP. So jobs are created every second verifying whether the condition attribute of DEFINE_CHAIN_STEP is satisfied. The jobs create chains and hence rules and rule set objects are created.
    Given the above scenario, kindly indicate to me how to complete expdp process and how to avoid the RULE/RULE SET Objects creation hampering the expdp process.

  • How do I display AS3 Object in only one state?

    I created a AS3 object from a SWFLoader class as an animation, which I then place in a Flex stage.  I need to display the object programmatically in only one state but there is no "includeIn()" method to include it in just one state.
    Right now, it is showing up on all of the flex states.  I add this object at different times and positions in the state.  Everything is fine except it displays in all the states.
    How do I display a AS3 object in only one state?
    Thank you.

    When i use visible property as you suggested, it works, but only on one object.  I am generating more than one of these objects, so there could be 3 or 4, etc of these objects displaying concurrently at different x y positions in the state.
    Is there a way to grab all of the objects created by this AS3 class at once and apply the visible property?
    thanx

  • Scheduled jobs are in released state only

    Dear Experts,
    we shedule jobs in background periodically. But for a particular time, all scheduled jobs are in released state only. Please suggest what might be the issue. Even some SAP std jobs have have not started.

    Hi Raghavendra,
    Have you checked enough BTC work process available in your SAP system.
    Use SM65 transaction,goto =>Additional Tests ;check mark "Determine work process status" and "Determine no of jobs in queue"
    and see the test results for any problems.
    Best Regards,
    Shyam Dontamsetty

  • UltraSearch schedules always remain in "LAUNCHING" state

    Hi,
    We configured ultrasearch in our 10.1.4 portal to search among our portal pages.
    Our problem is that each time we create a new schedule, it always remains in state "LAUNCHING".
    We are under a linux server with 3Go RAM.
    Thanks for your help,
    Best Regards,
    JCA

    Hi,
    I'm not sure about the connection with Portal here.
    This forum, "Portal Search", is the best place for questions about Portal Search and Ultra Search integration with Portal.
    For any Ultra Search questions which are not regarding the integration with Portal, you will find Ultra Search specialists on the Ultra Search forum (Ultra Search

  • Locale setting on a scheduled object

    Hi,
    I'm looking for how to force locale settings on a scheduled object.
    The situation is the report I'm using uses 'Data Date' and it retrieves the system default values.
    I'm using the following and I can set locale on the session and 'Data Date' retrieves value based on the locale info and everything is fine. If I schedule the object the 'Data Date' value retrieved is english and not the value based on the locale value.
    URL boConURL = new URL("http://boserver:port/dswsbobje/services/session");
    com.businessobjects.dsws.Connection boConnection = new Connection(boConURL);
    EnterpriseCredential boCredential = new EnterpriseCredential();
    boCredential.setLogin("User");
    boCredential.setPassword("password");
    boCredential.setLocale("Locale");
    Session boSession = new Session(boConnection);
    Thanks,

    If I schedule the object the 'Data Date' value retrieved is english and not the value based on the locale value.
    Since the issue you are having occurs when scheduling, one possibility is that the Job Server is not picking up the difference in the locale.  This of course is just a theory since it could be due to other factors as well, however you may be able to eliminate the Job Server as the problem if you try to schedule the report in InfoView and see if you get the same behavior; if you do get the same behavior, then the Job Server is not using the correct locale, if you do NOT get the same behavior, the problem will be something different.
    When you do get the correct locale, are you viewing the report in the report viewer?

  • Create report in CR listing scheduled objects in CRS11

    Post Author: jsr
    CA Forum: Administration
    I would like to create a report in Crystal Reports of all the scheduled objects in Crystal Reports Server 11, listing their scheduled time, days, destinations, etc (info in CMC).
    I have connected to the BOE11 database via ODBC in CR, but the tables don't seem to have the scheduling data. Please let me know how I can accomplish this.
    Thanks,
    jsr

    Post Author: fiddelm3742
    CA Forum: Administration
    I hate to be the bearer of bad news but I dont think that you can do that.  Maybe it's possible, but I couldn't find a way to do it in CRXI.  What I ended up doing was using the query builder to write queries to report back on that data.  In the end after figuring out what data I needed I incorporated those queries into a .net application (asp.net page) and had it run the queries and return the results. 

  • Scheduler agent can't submit state   ORA-06502:

    hi all
    scheduler agent can't submit state
    getting below error on agent side in $ORACLE_HOME/data/agent.log
    2012.08.31 03:32:56 MSD Job terminated successfully. Duration: 14.89 seconds
    2012.08.31 03:32:56 MSD Database Error on Submit: Job Run Completion Failed!
    2012.08.31 03:32:56 MSD Database Error on Submit: Error: ORA-06502: PL/SQL: numeric or value error: character string buffer too small
    wtf ?
    Edited by: djeday84 on Aug 31, 2012 10:34 AM
    ps: db oel 5.8 psu 11.2.0.3.2
    client win 2003 ( scheduler agent 11.2.0.3 )

    Hi Sridher,
    is there any question attached to your posting?
    How long is the answer of your web service? (in bytes)
    brgds,
    Peter
    Blog: http://www.oracle-and-apex.com
    ApexLib: http://apexlib.oracleapex.info
    BuilderPlugin: http://builderplugin.oracleapex.info
    Work: http://www.click-click.at

  • Calendar Invitation - Only one organizer allowed in scheduling object resource

    Hello everybody,
    Server is Mac OS 10.8.5 with Server.app 2.2.2
    One User is creating an event and is inviting other colleagues and is setting the Place to "xyz".
    When the users are getting the invitation in iCal a error message "CalDAVWriteEntityQueueableOperation" is coming up, with "ignoring", "back to server" etc ...
    When having a look at the Client Error log this shows up:
    07.11.13 10:06:32,219 CalendarAgent[197]: [com.apple.calendar.store.log.caldav.queue] [Operation [<CalDAVWriteEntityQueueableOperation: 0x7fe7194dd450; Sequence: 1522>] was forbidden, server reason: [[<CoreDAVErrorItem: 0x7fe7190e20e0>]: DAV:error]
    <?xml version="1.0" encoding="UTF-8"?>
    <A:error xmlns:A="DAV:">
    <B:single-organizer xmlns:B="urn:ietf:params:xml:ns:caldav"/>
    <F:error-description xmlns:F="http://twistedmatrix.com/xml_namespace/dav/">Only one organizer allowed in scheduling object resource</F:error-description>
    </A:error>
    Someone an idea why it says "Only one organizer allowed in scheduling object resource" ? The place for the meeting isn't a resource that's created in the Server.app, instead it's a free word.
    The attendees shouldn't get that error about a resource or am I missunderstand something?

    Hi Sascha,
    From your description, I would like to verify if you grant users some permissions (such as Editor, Owner) some days or weeks ago when they can directly book resource meeting in OWA. If yes, please check whether these permissions are there after Exchange
    upgrading.
    I have some tests in my environment using Exchange 2010 with Outlook 2010. If I don't grant amy01 any permission to room mailbox's calendar, I can book resource meeting directly on Outlook but not in OWA.
    Hope this can be helpful to you.
    Best regards,
    Amy Wang
    TechNet Community Support

  • Ultrasearch schedules always remains in "LAUNCHING" state

    Hi,
    Our schedules always remain in LAUNCHING state and we cannot remove them :
    WKG-10303 : Schedule with LAUNCHING state can not be dropped
    Does anybodies know why our schedules cannot be executed ?
    We are on a Linux machine under VMWare and we have around 3Go RAM.
    Thanks for your help,
    Best Regards

    Hi,
    I'm not sure about the connection with Portal here.
    This forum, "Portal Search", is the best place for questions about Portal Search and Ultra Search integration with Portal.
    For any Ultra Search questions which are not regarding the integration with Portal, you will find Ultra Search specialists on the Ultra Search forum (Ultra Search

  • BI Scheduler service stuck in stopping state

    Whenever I try to stop BI Scheduler service on my machine, it gets stuck in a 'stopping' state and I have to restart the box to get it to work again. When I look at the log, I see the following error.
    [nQSError: 12002] Socket communication error at call=recv: (Number=10004) A blocking operation was interrupted by a call to WSACancelBlockingCall
    The environment is Windows 2003. If anyone has anyone faced this issue before, can you please share your solution?

    hi,
    No need to restart the box just Click on Task Manager-->Process-->NQScheduler.exe (search for this process) and click on End Process.Thats it and go back to services it will trun to Start mode...
    thanks,
    saichand.v

  • How to dinamically name objects in a for statement using addChild

    Hi.
    I was wondering where did go the for statement with
    attachMovie from library in AS 3.
    I mean i was having in AS 2:
    for (i=0; i<5; i++) {
    attachMovie("sim", "sim"+i, i);
    Now in AS 3:
    for (var i=0; i<5; i++) {
    addChild(new sim());
    I can't figure out how to name every instance of the "sim"
    object from library that i add to the stage without using string.
    How do I dinamically name the added instances of the object
    from the library for future reference and usage throughout the
    code?
    Thanks a lot.

    Well except those items aren't named! :)
    The sim class (BTW it is generally better practice to have
    class names start capitalized so that they can be distinguished
    from instances which should be lower case.) would need to have a
    name property if you wan't to name the instances.
    This code create a variable which refers to each Sim instance
    and those variables have a "name" of sim0, sim1, etc. And I think
    this would be close to replicating the AS2 behavior. But AS3 is a
    shift in thinking about your content as well and I don't think this
    is probably the best approach.
    The bad thing here is that the references aren't typed. Which
    disables a lot of the good things that the compiler can do for you.
    The following code would do the same thing as clbeech's and give
    each instance a name (assuming the class definition includes a name
    property.)
    var i:int;
    for(i=0;i=5;i++){
    var curSim:Sim=new Sim();
    curSim.name="sim"+i;
    addChild(curSim);
    Then the trick which is new in AS3 is to use the
    DisplayObjectContainer.getChildByName() method when you want to the
    retrieve an instance by its name. The help files do caution that
    this is slower than something like getChildAt() which retrieves the
    values from an array.
    So perhaps that points the way toward a better way of
    managing these types of things. Perhaps you should create an array
    and push a reference to each of your Sim instances onto that array.
    But it all really depends upon what you are trying to accomplish.

  • Handle to error object after calling the statement execute - SQLDBC

    Topic related to SQLDBC inteface to MaxDB
    =======================
    In C++ while i was executing the statement
    rc = stmt->execute("SELECT 'Hello SAPDB' from DUAL");
    i could get a handle to the error object by a call to
    stmt->error().getErrorText()
    Now while using SQLDBC_C i am using
    rc = SQLDBC_Statement_execute(stmt,tempstr,strlen(tempstr),encodAsciiType);
    Now how do i get the handle to the error object ??
    Call like the above one
    fprintf(stderr, "Executed SQLDBC_Statement %s",stmt->error().getErrorText());
    gives me compilation error:
    error: invalid use of undefined type `struct SQLDBC_Statement'
    /opt/sdb/programs/sdk/sqldbc/incl/SQLDBC_C.h:125: error: forward declaration of `struct SQLDBC_Statement'
    Please Help and feel free to ask me if the question is not clear.
    Regards
    Raja

    Sorry. This question doesn't make sense. So, i withdraw the question.
    Basically what I had confused with earlier and got clarified now is:
    Just like when we make a call to SQLDBC_Connection_connect and after that use the SQLDBC_Connection_getError to get a handle to the SQLDBC_ErrorHndl.
    I wanted to know how should we get a handle to the SQLDBC_ErrorHndl after we have made a call to the SQLDBC_Statement_<function call>.
    I got the answer after looking through the SQLDBC_C.h file. It will be SQLDBC_Statement_getError and similarly SQLDBC_PreparedStatement_getError.
    Wish i could award myself the 10 points for solving the problem
    Regards
    Raja

  • Is it possible to export/import schedule+objects separately from the background?

    Hi all,
    I work on a tutorial for software that is being developped. the functionalities are definitely ok but the design is being modified.
    I would like to prepare the tutorial with the temporary design and definitive schedule and objects (buttons, texts...), and as a final step modify the design only. Is it possible?
    Thanks in advance for reply.

    Hello,
    One tip: you can have as many master slides as you want, and even apply a master slide to a group. So in your case you could have the background for the normal calculator and for the scientific calculator on two different master slides. But all need to have the same resolution (width/height in pixel) if you want them in the same file.
    But: you can duplicate slides, only every object will have a new ID on the duplicate.
    Perhaps I understand wrong. If you have two files: copy the first file to a file with another name and change the master slide. Are you starting with images, not with a capture? Then even easier: import the images to the Library. Copy them to all the slides?
    The Filmstrip itself is not very interactive, you cannot do a lot in it. But a duplicate file should have exactly the same branchings.
    Wondering if you use advanced actions? Can  you confirm that?
    FYI: once I blogged about the simulation of a keypad:
    Create a keypad simulation
    BTW: you can print the branching panel, did you ever consider that? It has a lot more information than the simple Filmstrip
    Lilybiri

  • Schedule dbms_job are not runing

    Hi all,
    we have database link between two database ysccapps on IBM-AIX 5.2 and bmms IBM-AIX 4.3 before one month bmms database was on windows platform but i migrate from window to ibm aix 4.3 my probelm is some dbms_jobs are running and some are not runing.these job invoking procedure.those not rununig jobs we can run it manually but we need to run these jobs daily basis in schedule time. there is database link between two database.i saw on the net about this job_queue_interval and job_queue_processes, in both the database job_queue_proceses are 10 but job_queue_interval is obselete.
    my question how to run these job daily, can any one suggest me. i daily see through toad also.quick response will higly appreciated.thank a lot in advance
    Best regards

    Are any of the jobs marked as broken? It could be that they have failed enough times that they system marked them broken.
    Or, are the jobs scheduled to run. When are they due to run next?

Maybe you are looking for

  • I'm at a loss.....

    I sure like my digital audio, but why have they forgotten that there are a lot of people (like me!) that do NOT have an toslink input available, but do have an SP/DIF coaxial connection? Also, why even have an music mediaplayer version without a disp

  • IPhone 3g Recovery Mode help

    My iPhone is stuck in Recovery Mode. It goes all the way to 100% firmware restore and then stops and gives me Error 1013, no matter what I do. I have followed all the tips from support dealing with this error. I have moved USB ports, computers, I hav

  • Script or Program for massive role changes

    Hi, does anybody know some script to execute massive changes in SAP ROLE?? Ciao

  • Adobe Premiere Pro showing "licence for this product has stopped working"

    I have tried everything in the forum but nothing helps. please help me Only Adobe Premere Pro is showing this problem while rest all the things are working fine. not is it showing any error number.

  • How do I view iPhone pics on my PC?

    When I sync my iPhone with my PC, the pics I took using my iPhone show up as "ITHMB" files. My computer won't open them with Microsoft Picture or several other photo applications I have. I found several sites that offer me a free download to open the