Process flows are not running in OWB

I have a process flow which has a main process and this main process calls 3 subprocesses and 1 externel process. This workflow was running fine and it suddenly stopped working and when I try to run it from WF monitor it is giving the following error.
Activity CALWINDW_INC_LOAD_PF_WE
Result Exception
Error Name -20001
Error Message ORA-20001: Task CALWINDW_INC_DELETE_PF does not exist. Please check that the ProcessFlow has been deployed successfully. ORA-01403: no data found
Error Stack Wf_Engine_Util.Function_Call(WB_RT_WORKFLOW_UTIL.EXECUTE_TASK, CLWNPKG, 200509200915, 37461, RUN).
I tried running it from OWB deployment manager but it didn't work.
I have checked all the process flows and the mappings all are deployed and all the mappings are running sepreatly. I tried dropping and deploying the process flow again and it deployed successfully without any error. We have tried rebooting the server, creating new PF location and new process flows, but nothing worked out. Becuase of this issue we can't run the whole process. Any help will be appriciated please.

May be your chain was in the wait at the scheduled time, as there were no adequate processes available at the app server to take up your job.
Check with your Basis ( and also your users ); about the optimal time to schedule the job and reschedule your jobs.
Ravi Thothadri

Similar Messages

  • Scheduled process flows are not running automaticaly-OWB database clonning

    What I did:
    1.     Cloned the entire OWB repository database from live (bidb01.bh.xyz.com) server to new (green1.bh.xyz.com) server.
    ******     Source     New
    Physical Hostname     bidb01.bh.xyz.com     green1.bh.xyz.com
    DB Logical Hostname     xyzbidb      bidb-lh
    Service Name     BIPROD     BIPROD
    Listener Port     1521     1521
    Oracle Home of RDBMS     /app/oracle/home/product/10.2.0     /orabidb/oracle/product/10.2.0
    Oracle Home of OWB     /app/oracle/home/product/10.2.0/owb /orabidb/oracle/product/10.2.0/owb
    2.     Followed the Metalink Note 434272.1 (How To Update Warehouse Builder After A Database Cloning)
    Issue:
    Before doing the step-2, every time we put the new database up the normal process flows which run every day (10 AM, 1 AM , 2 AM , 2 PM, etc.) got executed on the production environment and hung the original processes that are being run on the production environment.
    After following the note 434272, scheduled process flows in production is working fine but in the new server it is not at all working.
    Could anyone please help me to fix this?
    Edited by: Padmanaban G on May 7, 2010 5:15 PM

    The issue was resolved by renaming the workflow. What is learned here is, we should not have same workflow name for two different workspace.

  • [solved] To display Processes which are not running from constant process

    i have constant processes prostat1,prostat2,prostat3,prosta4,prostat6,prostat8,prostat9 (6 processes) runs to support the application
    Now my problem is
    i want to display the process which is not running (from the above 6 processes)
    Thanks in advance

    Try this
    echo "Constant processes not running"
    echo
    for PROC in prostat1 prostat2 prostat3 prostat4 prostat6 prostat8 prostat9
    do
            if [ ! "`ps -ef | grep $PROC | grep -v grep`" ]; then
                    echo $PROC
            fi
    doneBTW, those are 7....:-)

  • Process chains are not running in a given time.

    Hi BI Experts, Good afternoon.
      Daily we are running the process chains in the night time. And the  first process chain starts at 22:30(master data loading).
      But from 5 days onwards, our process chains are running in the morning time around 10AM.
      We informed to our BASIS team but they could not do anything.
      What may be the problem.
      Can anyone tell me the solution?
    Thanks in advance
      Anjali

    May be your chain was in the wait at the scheduled time, as there were no adequate processes available at the app server to take up your job.
    Check with your Basis ( and also your users ); about the optimal time to schedule the job and reschedule your jobs.
    Ravi Thothadri

  • OID is up & running but "ldap"  process are not running

    Hi all,
    Oracle Internet Directory is up & running but LDAP processes ( Not Running ---- Process oidmon
    Not Running ---- Process oidldapd
    Not Running ---- Process oidrepld
    Not Running ---- Process odisrv) are not running.
    I am trying to configure SSO for reverse proxy server and ran the command ssocfg.sh https proxyServerName proxyServerPort
    and when i am trying to go for next step that is ldapmodify -D cn=orcladmin -w welcome1 -v -f setdasurl.ldif
    it is showing up cannot connect to LDAP server. and also when i am trying to acess SSO admin Server the redirection url is showing up with 404 page not found error.
    pls help me
    Thanks

    Do 'oidctl status' and check if the 'oidldapd' is up and running. If not, start 'oidmon' by executing the command 'oidmon start'.
    To start 'oidldapd', use 'oidctl' command.
    Eg: oidctl connect=<sid_name> server=oidldapd instance=<instance_num> start
    Sometimes, when you start 'oidmon', the 'oidldapd' process is also started. So, its a good idea to do 'oidctl status' after 'oidmon start'

  • Running of process flow does not show any Active session in Database

    Hi Team,
    I am running a process flow in OWB 11g ( From Design Center ) which is having around 100 maps within it. However, from Control Center I can see the Process Flow is running ( i.e. Green check is visible beside the process flow) but when I run SQL query in backend database ; I am unable to see any running object ( i.e. OWB map name as package object) there corresponding to this Process Flow
    I am running the below query to check the availability of running session :-
    SELECT A.LOGON_TIME,A.SID,B.OBJECT_NAME,A.*
    FROM gv$session A, dba_objects B
    WHERE A.PLSQL_ENTRY_OBJECT_ID = B.OBJECT_ID
    AND A.STATUS = 'ACTIVE'
    Could you please suggest if this is something wrong in the development of the Process Flow or we can`t see any running map there in backend when we execute any process flow from OWB ?
    Thanks in advance
    Nilava Sen

    Try below query
    select sid,module,program,status,sql_id from gv$session where status='ACTIVE';
    select * from gv$access;

  • Golden gate extract and replicate process are not running.

    All,
    I am trying replicate data between two oracle databases using golden gate.
    I am trying this scenario in a single machine(two databases and golden gate are on same windows machine)
    1. I have two databases PROD, UAT both are running on 11.2 oracle home.
    2. Created the ggate user both the databases, and enabled supplemental logging.
    3. Ran the following scripts in both databases.
    SQL> @marker_setup.sql
    SQL> @ddl_setup.sql
    SQL> @role_setup.sql
    SQL> grant GGS_GGSUSER_ROLE to ggate;
    SQL> @ddl_enable.sql
    4. Connected the source database (PROD) in ggsci prompt
    GGSCI (home-c07402bbc5) 79> add extract ext1, tranlog, begin now
    add exttrail C:\app\Bhanu\Goldengate\lt, extract ext1
    edit params ext1
    EXTRACT ext1
    USERID ggate@PROD, PASSWORD 123456
    RMTHOST home-c07402bbc5, MGRPORT 7840
    rmttrail C:\app\Bhanu\Goldengate\lt
    ddl include mapped objname bhanu.* // bhanu is a schema in PROD database.
    TABLE bhanu.*;
    5. Connected the target database(UAT) in ggsci prompt
    add checkpointtable ggate.checkpoint
    edit params ./GLOBALS
    GGSCHEMA ggate
    CHECKPOINTTABLE ggate.checkpoint
    add replicat rep1, exttrail C:\app\Bhanu\Goldengate\Mt,checkpointtable ggate.checkpoint
    edit params rep1
    replicat rep1
    ASSUMETARGETDEFS
    userid ggate@UAT, password 123456
    discardfile C:\app\Bhanu\Goldengate\rep1_discard.txt, append, megabytes 10
    map bhanu.*, target kiran.*;
    After that started the extract, replicat using
    start extract ext1, start replicate rep1
    Now the status.
    GGSCI (home-c07402bbc5) 103> info all
    Program Status Group Lag Time Since Chkpt
    MANAGER RUNNING
    EXTRACT STOPPED EXT1 00:00:00 00:11:43
    REPLICAT STOPPED REP1 00:00:00 00:21:16
    Can you please help me what is wrong in my setup and why extract and replicate process are not running.
    Edited by: user12178861 on Nov 19, 2011 11:22 AM

    Thanks for your quick reply.
    I have done few changes but extract, replicate process not running.
    couple of points I would like to share with you regarding my setup.
    1. I am using single golden date instance to replicate the data between PROD and UAT databases.
    2. GGSCI (home-c07402bbc5) 1> dblogin userid ggate@PROD,PASSWORD 123456
    Successfully logged into database.
    GGSCI (home-c07402bbc5) 2> info all
    Program Status Group Lag Time Since Chkpt
    MANAGER RUNNING
    EXTRACT STOPPED EXT1 00:00:00 01:23:29
    REPLICAT STOPPED REP1 00:00:00 01:33:02
    GGSCI (home-c07402bbc5) 3> VIEW REPORT EXT1
    ERROR: REPORT file EXT1 does not exist.
    GGSCI (home-c07402bbc5) 4> start er *
    Sending START request to MANAGER ...
    EXTRACT EXT1 starting
    Sending START request to MANAGER ...
    REPLICAT REP1 starting
    GGSCI (home-c07402bbc5) 5> VIEW REPORT EXT1
    ERROR: REPORT file EXT1 does not exist.
    GGSCI (home-c07402bbc5) 6> info all
    Program Status Group Lag Time Since Chkpt
    MANAGER RUNNING
    EXTRACT STOPPED EXT1 00:00:00 01:24:10
    REPLICAT STOPPED REP1 00:00:00 01:33:44
    Target :
    GGSCI (home-c07402bbc5) 1> dblogin ggate@UAT,PASSWORD 123456
    ERROR: Unrecognized parameter (GGATE@UAT), expected USERID.
    GGSCI (home-c07402bbc5) 2> dblogin userid ggate@UAT,PASSWORD 123456
    Successfully logged into database.
    GGSCI (home-c07402bbc5) 5> add replicat rep1, exttrail C:\app\Bhanu\Goldengate/lt,checkpointtable ggate.checkpoint
    ERROR: REPLICAT REP1 already exists.
    GGSCI (home-c07402bbc5) 6> delete replicat rep1
    Deleted REPLICAT REP1.
    GGSCI (home-c07402bbc5) 7> add replicat rep1, exttrail C:\app\Bhanu\Goldengate/lt,checkpointtable ggate.checkpoint
    REPLICAT added.
    GGSCI (home-c07402bbc5) 8> edit params rep1
    GGSCI (home-c07402bbc5) 9> start er *
    Sending START request to MANAGER ...
    EXTRACT EXT1 starting
    Sending START request to MANAGER ...
    REPLICAT REP1 starting
    GGSCI (home-c07402bbc5) 10> info all
    Program Status Group Lag Time Since Chkpt
    MANAGER RUNNING
    EXTRACT STOPPED EXT1 00:00:00 01:29:46
    REPLICAT STOPPED REP1 00:00:00 00:00:48
    3. Is mandatory that I need two golden gate instances running each side ?
    Thanks for spending your time on this problem.

  • Processing Instructions are not allowed in SOAP documents

    Hi, there. I am trying to integrate WS-Security into our server using the api-sample in JWSDP 1.6 as it is the one that fits into our current architecture in place.
    I have the following code:
    DOMSource domSource = new DOMSource( indoc );
    SOAPPart soapPart = msg.getSOAPPart();
    soapPart.setContent( domSource );
    ProcessingContext context = new ProcessingContext();
    context.setSOAPMessage( msg );
    where indoc is an org.w3c.dom.Document object.
    The last line throws an exception that is ultimately caused by:
    java.lang.UnsupportedOperationException: Processing Instructions are not allowed in SOAP documents
    at com.sun.xml.messaging.saaj.soap.SOAPDocumentImpl.createProcessingInstruction(SOAPDocumentImpl.java:109)
    (Please find the complete (partially edited) stack trace at the end of this message.)
    The exception is thrown even when the following very simple (unsigned) SOAP message is submitted:
    <?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><soap:Body><requestMessage xmlns="urn:schemas-company-com:transaction-data-1.17"><merchantID>ever03</merchantID><ccAuthService run="true"/></requestMessage></soap:Body></soap:Envelope>
    As you can see, the only processing instruction is the XML processing instruction, which I don't believe is disallowed in SOAP documents, right? So, I'm not sure why it's complaining about processing instructions. I'm guessing during the transformation into whatever form ProcessingContext wants the document to be in, certain processing instructions are erroneously being inserted.
    I would appreciate any inputs. Below is the stack trace, partially edited to show only the relevant lines.
    Thanks,
    Ever
    com.sun.xml.wss.XWSSecurityException: com.sun.xml.messaging.saaj.SOAPExceptionImpl: Unable to create envelope from given source:
    at com.sun.xml.wss.SecurableSoapMessage.getEnvelope(SecurableSoapMessage.java:109)
    at com.sun.xml.wss.SecurableSoapMessage.init(SecurableSoapMessage.java:89)
    at com.sun.xml.wss.SecurableSoapMessage.setSOAPMessage(SecurableSoapMessage.java:400)
    at com.sun.xml.wss.ProcessingContext.setSOAPMessage(ProcessingContext.java:199)
    Caused by: com.sun.xml.messaging.saaj.SOAPExceptionImpl: Unable to create envelope from given source:
    at com.sun.xml.messaging.saaj.soap.EnvelopeFactory.createEnvelope(EnvelopeFactory.java:111)
    at com.sun.xml.messaging.saaj.soap.ver1_1.SOAPPart1_1Impl.createEnvelopeFromSource(SOAPPart1_1Impl.java:39)
    at com.sun.xml.messaging.saaj.soap.SOAPPartImpl.getEnvelope(SOAPPartImpl.java:98)
    at com.sun.xml.wss.SecurableSoapMessage.getEnvelope(SecurableSoapMessage.java:107)
    ... 32 more
    Caused by: javax.xml.transform.TransformerException: java.lang.UnsupportedOperationException: Processing Instructions are not allowed in SOAP documents
    at com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl.transform(TransformerImpl.java:647)
    at com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl.transform(TransformerImpl.java:279)
    at com.sun.xml.messaging.saaj.soap.EnvelopeFactory.createEnvelope(EnvelopeFactory.java:97)
    ... 35 more
    Caused by: java.lang.UnsupportedOperationException: Processing Instructions are not allowed in SOAP documents
    at com.sun.xml.messaging.saaj.soap.SOAPDocumentImpl.createProcessingInstruction(SOAPDocumentImpl.java:109)
    at com.sun.xml.messaging.saaj.soap.SOAPPartImpl.createProcessingInstruction(SOAPPartImpl.java:368)
    at com.sun.org.apache.xalan.internal.xsltc.trax.SAX2DOM.processingInstruction(SAX2DOM.java:177)
    at com.sun.org.apache.xml.internal.serializer.ToXMLSAXHandler.processingInstruction(ToXMLSAXHandler.java:583)
    at com.sun.org.apache.xalan.internal.xsltc.trax.DOM2TO.parse(DOM2TO.java:224)
    at com.sun.org.apache.xalan.internal.xsltc.trax.DOM2TO.parse(DOM2TO.java:121)
    at com.sun.org.apache.xalan.internal.xsltc.trax.DOM2TO.parse(DOM2TO.java:85)
    at com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl.transformIdentity(TransformerImpl.java:592)
    at com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl.transform(TransformerImpl.java:638)
    ... 37 more

    Me again... I just realized my second post sounded like I had figured out the problem. No, I still have the problem. I just added the one line that I forgot to include in my original post.
    I would sincerely appreciate any help.
    Ever

  • CO & SE process of Java not running.

    HI All,
    In our NW7.0 BI development Server, following processes are not running..
    co.sapBID_DVEBM  & se.sapBID_DVEBM (not working)     (result of  ps u2013e|grep BI)
    ms.sapBIP_DVEBM  &  ig.sapBIP_DVEBM (working properly)
    and  even java processes are not running when we see thru portal
    SAP is running properly & we can login thru GUI also..I checked in start profile also..
    Any idea how to start above processes..??
    Regards,
    C Singh.

    I just restarted instance & found some errors...pls find startsap_DVEBMGS00.log
    (32128) Starting: local ms.sapBID_DVEBMGS00 pf=/usr/sap/BID/SYS/profile/BID_DVEBMGS00_sapbidev
    (32129) Starting: local dw.sapBID_DVEBMGS00 pf=/usr/sap/BID/SYS/profile/BID_DVEBMGS00_sapbidev
    (32130) Starting: local co.sapBID_DVEBMGS00 pf=/usr/sap/BID/SYS/profile/BID_DVEBMGS00_sapbidev -F
    (32131) Starting: local se.sapBID_DVEBMGS00 pf=/usr/sap/BID/SYS/profile/BID_DVEBMGS00_sapbidev -F
    (32132) Starting: local ig.sapBID_DVEBMGS00 -mode=profile pf=/usr/sap/BID/SYS/profile/BID_DVEBMGS00_sapbidev
    (32102) Waiting for Child Processes to terminate.
    (32102) **** 2010/04/26 18:08:17 Child 32130 terminated with Status 2 . ****
    (32130) **** 2010/04/26 18:08:17 No RestartProgram command for program 2  ****
    (32102) **** 2010/04/26 18:08:17 Child 32128 terminated with Status 0 . ****
    (32128) **** 2010/04/26 18:08:17 No RestartProgram command for program 0  ****
    (32102) **** 2010/04/26 18:08:17 Child 32131 terminated with Status 2 . ****
    (32131) **** 2010/04/26 18:08:17 No RestartProgram command for program 3  ****
    (32102) **** 2010/04/26 18:08:19 Child 32129 terminated with Status 1 . ****
    (32129) **** 2010/04/26 18:08:19 No RestartProgram command for program 1  ****
    Instance on host sapbidev started
    (32102) **** 2010/04/26 18:32:57 Caught Signal to Stop all Programs. ****
    & Startsap_SCS01.log
    (32102) Parent Shutdown at 2010/04/26 18:32:59
    (32102) Stop Child Process: 32132
    (32102) Wait 300 sec for Process 32132 terminating...
    (32021) Starting: local ms.sapBID_SCS01 pf=/usr/sap/BID/SYS/profile/BID_SCS01_sapbidev
    (32022) Starting: local en.sapBID_SCS01 pf=/usr/sap/BID/SYS/profile/BID_SCS01_sapbidev
    (32008) Waiting for Child Processes to terminate.
    Instance on host sapbidev started
    (32008) **** 2010/04/26 18:33:17 Caught Signal to Stop all Programs. ****
    (32008) Parent Shutdown at 2010/04/26 18:33:19
    (32008) Stop Child Process: 32022
    (32008) Wait 300 sec for Process 32022 terminating...
    (32008) Stop Child Process: 32021
    (32008) Wait 300 sec for Process 32021 terminating...
    pls update..how to solve ths error,,
    Regards,
    C Singh.

  • Scheduled jobs are not running DPM 2012 R2

    Hi,
    Recently upgraded my dpm 2012 sp1 to 2012 R2 and upgrade went well but i got 'Connection to the DPM service has been lost.(event id:917 and other event ids in the eventlog errors ike '999,997)'. Few dpm backups are success and most of the dpm backups consistenancy
    checks are failed.
    After investigating the log files and found two SQL server services running in the dpm 2012 r2 server those are 'sql server 2010 & sql server 2012 'service. Then i stopped sql 2010 server service and started only sql server 2012 service using (.\MICROSOFT$DPM$Acct).
    Now 'dpm console issue has gone (event id:917) but new issue ocurred 'all the scheduled job are not running' but manully i can able to run all backup without any issues. i am getting below mentioned event log errors 
    Log Name:      Application
    Source:        SQLAgent$MSDPM2012
    Date:          7/20/2014 4:00:01 AM
    Event ID:      208
    Task Category: Job Engine
    Level:         Warning
    Keywords:      Classic
    User:          N/A
    Computer:      
    Description:
    SQL Server Scheduled Job '7531f5a5-96a9-4f75-97fe-4008ad3c70a8' (0xD873C2CCAF984A4BB6C18484169007A6) - Status: Failed - Invoked on: 2014-07-20 04:00:00 - Message: The job failed.  The Job was invoked by Schedule 443 (Schedule 1).  The last step to
    run was step 1 (Default JobStep).
     Description:
    Fault bucket , type 0
    Event Name: DPMException
    Response: Not available
    Cab Id: 0
    Problem signature:
    P1: TriggerJob
    P2: 4.2.1205.0
    P3: TriggerJob.exe
    P4: 4.2.1205.0
    P5: System.UnauthorizedAccessException
    P6: System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal
    P7: 33431035
    P8: 
    P9: 
    P10: 
    Log Name:      Application
    Source:        MSDPM
    Date:          7/20/2014 4:00:01 AM
    Event ID:      976
    Task Category: None
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      
    Description:
    The description for Event ID 976 from source MSDPM cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.
    If the event originated on another computer, the display information had to be saved with the event.
    The following information was included with the event: 
    The DPM job failed because it could not contact the DPM engine.
    Problem Details:
    <JobTriggerFailed><__System><ID>9</ID><Seq>0</Seq><TimeCreated>7/20/2014 8:00:01 AM</TimeCreated><Source>TriggerJob.cs</Source><Line>76</Line><HasError>True</HasError></__System><Tags><JobSchedule
    /></Tags></JobTriggerFailed>
    the message resource is present but the message is not found in the string/message table
    plz help me to resolve this error.
    jacob

    Hi,
    i would try to reinstall DPM
    Backup DB
    uninstall DPM
    Install DPM same Version like before
    restore DPM DB
    run dpmsync.exe -sync
    finished
    Seidl Michael | http://www.techguy.at |
    twitter.com/techguyat | facebook.com/techguyat

  • Reports are not run in WAN using OAS10g R2 on MS Server2003? urgent help

    My Forms and Reports was run successfully using Oracle AS10gR2 installing on Win XP on Server in my LAN and WAN environment. So every thing is working fine using Win XP on my server Machine.
    But when I install MS Server 2003 and Oracle AS10gR2 on my server machine. Forms and reports are run successfully in LAN but in WAN forms are run successfully and reports are not running?
    Please send me the solution on urgent.
    Thanks.
    Shahzad

    Hi Paul,
    We recently upgraded our SCCM 2012 R2 servers to OS 2012 R2, Now i could not able to see the path you mention in your blog.
    mofcomp.exe “C:\Program
    Files (x86)\Microsoft SQL Server\100\Shared\sqlmgmproviderxpsp2up.mof”
    Bear in mind that the above command is for SQL Server 2008 and it assumes that SQL is installed in its default location.
    The command for SQL Server 2012 is:
    mofcomp.exe “C:\Program
    Files (x86)\Microsoft SQL Server\110\Shared\sqlmgmproviderxpsp2up.mof”
    I can only see D:\Program Files (x86)\Microsoft SQL Server\100\<Below
    folders>
    DTS
    SDK
    Tools
    srkr

  • Mail or File Adapter are not running without SLD

    Hi,
    is it correct, that all adapters on java stack are not running while where is no connection to SLD? (Idoc and http are working because they run in abap stack)
    We have just one SLD (no replicated SLD) for our PI 7.0 and we can see, that mail or file adapter are getting errors if the sld instance is down.
    What can we do to avoid this behaviour because the admins wanna patch the SolMan and the SLD is running there.
    Is it possible to run the integration engine without SLD?
    Thanx a lot
    Wolfgang

    We have just one SLD (no replicated SLD) for our PI 7.0 and we can see, that mail or file adapter are getting errors if the sld instance is down.
    SLD lookups are made at various levels of message excution. When message pass from Adapter Engine to Inetgration Engine, SLD lookups helps in identifying the correct address of IE. Therefore it will always affect the java (AE) based adapters.
    What can we do to avoid this behaviour because the admins wanna patch the SolMan and the SLD is running there.
    Its better not to try avoiding this standard behavior.
    For your patching requirement, you must perform it when the message traffic is low e.g. during weekends. Usually everywhere such patching and upgrade are done on weekends as the downtime is acceptable in that duration.
    Regards,
    Prateek

  • Please i need help the forms are not running

    the forms are not running by internet exp and i am trying all of things , then i am working now with Firefox and the problem still running and the error is additional plugins are required to display all the media in this page
    what can i do to running forms correct
    Message was edited by:
    user616145

    i could not understand ur prob. clearly. U run form from application server or just using oracle oc4J of oracle 10gDS in ur local machine? When u run ur form what kind of error u see?
    - tkarim

  • Scheduled Brio/IR Jobs are not running as expected in EPM 11.1.2.2

    Hi All,
    We are observing some scheduled jobs are not running as expected,they are not running on the scheduled time.
    Given below are more details.
    We have 2 Jobs running at 6:00 AM daily based on single Recurring Time Event and it is observed that this jobs are not running on time(ex: 6:06 AM EST).
    I tried verifying Consolidate Job Status in workspace admin options and the v8_RecurtimeEvent table for any miss in the 'Next Run Time',
    but they were having the scheduled date/time of run.No clue from EPM Logs.
    Interesting observation is the same jobs are running after updating the schedule time a little bit further(ex: 6:06 AM to 6:07 AM),but again after some days
    the updated job(6:07 AM ) will stop running.
    Thanks,

    Put the IR job logs in TRACE:32 mode which will give more information in the logs . Refer this document link to put in TRACE mode :http://docs.oracle.com/cd/E17236_01/epm.1112/epm_install_troubleshooting_1112200.pdf
    Thanks,
    KK

  • Jobs in oracle are not running properly -

    Hi
    In my database i have some 10 jobs and they are running successfully but the next date is not getting updated to athe new interval. Because of that the jobs are not running furhter.
    Is there any solution for this
    Oracle 9.2.0.6
    O/S linux
    Rp

    RAJ> @JOBS2
    scheduled jobs
    Last This Next Run
    WHAT LOG_USER Job B fail Date Date Date Interval
    DQ_UPDATION; DOTSOFT 124 N 0 11-NOV-08: 15:59:35 : 16-NOV-08: 15:59:35 5.00
    P_SEND_PG_MAILS; DOTSOFT 250 N 0 14-NOV-08: 02:00:03 : 15-NOV-08: 02:00:00 1.00
    PLRANL; DOTSOFT 83 N 0 14-NOV-08: 00:00:03 : 15-NOV-08: 00:00:00 1.00
    P_MAIL_DIS; DOTSOFT 492 N 0 14-NOV-08: 00:00:03 : 15-NOV-08: 00:00:00 1.00
    FRSJOBS; DOTSOFT 106 N 0 14-NOV-08: 00:00:03 : 15-NOV-08: 00:00:00 1.00
    bill_net_os_details_proc; DOTSOFT 24 N 0 14-NOV-08: 00:00:03 : 15-NOV-08: 00:00:00 1.00
    FRS_REPEAT_UPDT; DOTSOFT 674 N 0 14-NOV-08: 07:00:03 : 14-NOV-08: 15:00:00 .33
    FRS_REPEAT_FAULT_UPDT; DOTSOFT 675 N 0 14-NOV-08: 07:00:05 : 14-NOV-08: 15:00:00 .33
    portal_application; DOTSOFT 692 N 0 14-NOV-08: 07:02:01 : 14-NOV-08: 08:02:01 .04
    an_printpack.an_process(sysdat DOTSOFT 532 N 0 14-NOV-08: 06:35:40 : 14-NOV-08: 07:05:40 .02
    e-1,sysdate, 'DOTSOFT', 'D');
    MONTHCRON; DOTSOFT 164 N 0 11-NOV-08: 15:59:35 : 11-DEC-08: 00:00:00 29.33
    npc_scan_job; DOTSOFT 392 N 11 14-NOV-08: 00:00:03 : 15-NOV-08: 00:00:00 1.00
    RECON_ALLPAID_PKG.RECON_ALLPAI DOTSOFT 228 N : : 18-NOV-08: 16:48:15
    D;

Maybe you are looking for