Start automatically CPS job waiting event when event not raised

Hi,
how to automatically start at a defined time a CPS job waiting an event, , if the event is not raised ?
Clement

Hi,
You can have another event associated with such job chains(say Event_Force_Start) and define an OR condition in the event expression of the job chain. You can trigger the Event_Force_Start by anothe dummy script that excutes based on scheduled time or a submit frame. Thus yu can start the job at required time irrespective of the event under consideration being raised or not
Regards
Raj

Similar Messages

  • Contextual Event - "Currency Change Event" not raised?

    Hey,
    I am trying to raise contextual event on a table when I click on a row. The event type for a table is eventType="Currency Change Event" But is not working.
    Here is the event in the PageDef file.
    <events xmlns="http://xmlns.oracle.com/adfm/contextualEvent">
    <event name="paramValueChangedEvent"
    customPayLoad="${bindings.PolicyId.inputValue}"
    eventType="Currency Change Event"/>
    </events>
    After that I want to raise custom method:
    <methodAction id="testEvent" InstanceName="myBean.dataProvider"
    DataControl="myBean" RequiresUpdateModel="true"
    Action="invokeMethod" MethodName="testEvent"
    IsViewObjectMethod="false"/>
    Here is the event map:
    <eventMap xmlns="http://xmlns.oracle.com/adfm/contextualEvent">
    <event name="paramValueChangedEvent">
    <producer region="*">
    <consumer region="" handler="testEvent" handleCondition=""/>
    </producer>
    </event>
    </eventMap>
    When I raise the event programmatically, then the event is raised and my function is called.
    Here is the code. I call this function on a custom selection listener of the table.
    public void riseCurrencyChangeEvent(String treeID, String nodeID,
    String attributeValuedPassedName) {
    DCBindingContainer bc = ADFFacesUtils.getDCBindingContainer();
    FacesCtrlHierBinding tbl =
    (FacesCtrlHierBinding)bc.findCtrlBinding(treeID);
    FacesCtrlHierNodeBinding node =
    (FacesCtrlHierNodeBinding)bc.findCtrlBinding(nodeID);
    EventDispatcher dispatcher = bc.getEventDispatcher();
    node = (FacesCtrlHierNodeBinding)tbl.getRootNodeBinding();
    dispatcher.queueEvent(node.getEventProducer(),
    node.getCurrentRow().getAttribute(attributeValuedPassedName));
    bc.getEventDispatcher().processContextualEvents();
    My idea is not to call custom method after clicking on a table row, but I want to raise declaratively the event because I will need so generics.

    Hi,
    there is a bug 10045872 filed for this. The bug is scheduled for fixing in PS4 (11.1.1.5) I'll work on a manual - though code centric - alternative for the time being and publish it on ADF Code Corner when done.
    Frank

  • Keyboard events not raised (firing) in JDK1.4

    Key events stopped working in my GUI app after I loaded JDK1.4. When I reloaded 1.3, they started working again with no change to code???!!!
    I feel pretty confident that the code is correct, not only because ot works in 1.3, but because Forte4J generated it:
    addKeyListener(new java.awt.event.KeyAdapter() {
    public void keyPressed(java.awt.event.KeyEvent evt) {
    formKeyPressed(evt);
    private void formKeyPressed(java.awt.event.KeyEvent evt) {
    int kee = evt.getKeyCode();
    System.out.println("key: "+kee);
    Anybody else run into this yet? Suggestions?
    Thanks.

    How do I make it work in 1.4? Here is the code:
    ---------- BEGIN SOURCE ----------
    public class TestGui extends javax.swing.JFrame {
    public TestGui() {
    initComponents();
    private void initComponents() {
    jLabel1 = new javax.swing.JLabel();
    jTextArea1 = new javax.swing.JTextArea();
    jClrBtn = new javax.swing.JButton();
    jTestBtn = new javax.swing.JButton();
    getContentPane().setLayout(new javax.swing.BoxLayout(getContentPane(),
    javax.swing.BoxLayout.Y_AXIS));
    addKeyListener(new java.awt.event.KeyAdapter() {
    public void keyPressed(java.awt.event.KeyEvent evt) {
    formKeyPressed(evt);
    addWindowListener(new java.awt.event.WindowAdapter() {
    public void windowClosing(java.awt.event.WindowEvent evt) {
    exitForm(evt);
    jLabel1.setHorizontalAlignment(javax.swing.SwingConstants.CENTER);
    jLabel1.setText("Key presses:");
    getContentPane().add(jLabel1);
    jTextArea1.setEditable(false);
    jTextArea1.setRows(15);
    jTextArea1.setPreferredSize(new java.awt.Dimension(320, 240));
    getContentPane().add(jTextArea1);
    jClrBtn.setText("clear");
    jClrBtn.addActionListener(new java.awt.event.ActionListener() {
    public void actionPerformed(java.awt.event.ActionEvent evt) {
    jClrBtnActionPerformed(evt);
    getContentPane().add(jClrBtn);
    jTestBtn.setText("test");
    jTestBtn.addActionListener(new java.awt.event.ActionListener() {
    public void actionPerformed(java.awt.event.ActionEvent evt) {
    jTestBtnActionPerformed(evt);
    getContentPane().add(jTestBtn);
    pack();
    private void jTestBtnActionPerformed(java.awt.event.ActionEvent evt) {
    jTextArea1.setText("test line\n"+jTextArea1.getText() );
    private void jClrBtnActionPerformed(java.awt.event.ActionEvent evt) {
    jTextArea1.setText("");
    private void formKeyPressed(java.awt.event.KeyEvent evt) {
    int kee = evt.getKeyCode();
    jTextArea1.setText(kee+"\n"+jTextArea1.getText() );
    System.out.print("key: "+kee);
    private void exitForm(java.awt.event.WindowEvent evt) {
    System.exit(0);
    public static void main(String args[]) {
    new TestGui().show();
    private javax.swing.JButton jClrBtn;
    private javax.swing.JButton jTestBtn;
    private javax.swing.JTextArea jTextArea1;
    private javax.swing.JLabel jLabel1;
    ---------- END SOURCE ----------
    Thanks

  • Buisness Event not raised from People/Assignment screen?

    I found a seeded Business Event for People/Assignment screen : oracle.apps.per.api.assignment.update_emp_asg.
    So, i went and added subsription to it and then tested it. It works fine from Business Event Test page(html framework). However, when i did an Update to Assignment record, I don't see that event fired.
    Q: Doesn't People/Assignment screen raise this event out of the box? Is there any set up we need to do for raising this, without writing code? How can i have Assignment screen raise this event whenever an update is performed?
    I didn't find any documentation for this. is there one?
    Thanks for any help,

    Hi
    Which SRM version are you using ? what's the need to add to add a custom field to the table control ? Any specific buisness requirement ?
    I guess, there is some problem in the code. Please paste the code details.
    Do let me know.
    Regards
    - Atul

  • FM9 FA_Note_FileOpen event not raised?

    Hello,
    we are evaluating FM9 and FDK9 and run into incompatibilities. There are more minor changes
    than the release notes say and probably even more we are not aware of. For now the most
    urgent change is:
    in our plugin we register for notifications/events:
    F_ApiNotification(FA_Note_FileOpen, True);
    F_ApiNotification(FA_Note_PreOpenDoc, True);
    open a book in FM9, double click a document to open and no event raised!
    Any idea how to handle/catch events in the new GUI? Is it a bug or we need to make changes?
    Thank you.
    Regards,
    Viktor

    Hi Viktor,
    While I have had other problems with FDK9 notifications, I could not reproduce this issue. When I open a file from a book, both notifications are received. In fact, the FA_Note_FileOpen gets called twice, where it seems to be called only once in previous versions. I tried with the book docked and undocked, binary FM and non-FM files, and in all cases I get the notifications. I get FileOpen when the book itself is open as well.
    Is there something unusual that you are doing? Have you positively verified that it is the notification that is failing, instead of some other area in the code? There are other issues with document properties such as FP_IsInFront, which doesn't seem to work with FDK 9. Could the problem be somewhere else in your code, perhaps related to one of these other properties?
    Russ

  • After loading Lion on my laptop, iTunes is trying to start automatically all the time.  Problem does not occur on desktop with Lion.

    I recently loaded Lion on both my laptop and desktop.  On the laptop only, iTunes is now trying to load automatically literallly all the time!  What can I do to stop the madness???

    The only way to reinstall Safari on a Mac running v10.7 Lion is to restore OS X using OS X Recovery
    Instead of restoring OS X in order to reinstall Safari, try troubleshooting extensions.
    From the Safari menu bar click Safari > Preferences then select the Extensions tab. Turn that OFF, quit and relaunch Safari to test.
    If that helped, turn one extension on then quit and relaunch Safari to test until you find the incompatible extension then click uninstall.
    If it's not an extensions issue, try troubleshooting third party plug-ins.
    Back to Safari > Preferences. This time select the Security tab. Deselect:  Allow plug-ins. Quit and relaunch Safari to test.
    If that made a difference, instructions for troubleshooting plugins here.
    If it's not an extension or plug-in issue, delete the cache.
    Open a Finder window. From the Finder menu bar click Go > Go to Folder
    Type or copy paste the following
    ~/Library/Caches/com.apple.Safari/Cache.db
    Click Go then move the Cache.db file to the Trash.
    Quit and relaunch Safari to test.

  • When Others not raised for Dynamic SQL occasionally

    Hi All,
    Please consider some part of my PL/SQL code below.
    FOR rec IN cur_job_steps
    LOOP
    update_job_step_status(p_sector,
    p_job_name,
    rec.step_name,
    'Running',
    NULL,
    SYSDATE,
    NULL
    -- Execute Job Step Function
    EXECUTE IMMEDIATE 'BEGIN ' || rec.step_function || '; END;';
    -- Set Job Step End Status
    update_job_step_status(p_sector,
    p_job_name,
    rec.step_name,
    'Successful',
    NULL,
    NULL,
    SYSDATE
    END LOOP;
    EXCEPTION
    WHEN OTHERS
    THEN
    ROLLBACK;
    -- Set Job Failed Status
    update_job_status(p_sector,
    p_job_name,
    'Failed',
    'Could Not Complete DB Job: ' || SQLERRM,
    NULL,
    SYSDATE
    -- Set Job Step Failed Status
    END;
    rec.step_function is a procedure without any "When Others" clause. When that exception occurs I am expecting the "When Others" clause of the calling procedure is not capturing it some times. Is there any limitation to this? Any info in this regards would be really useful.
    Thanks in advance.
    Best Regards
    Srikanth Tirandas

    Could not reproduce.
    SQL> ed
    Wrote file afiedt.buf
    1 create or replace procedure my_proc
    2 as
    3 v_num number;
    4 begin
    5 v_num := 1 / 0;
    6* end;
    SQL> /
    Procedure created.
    SQL> ed
    Wrote file afiedt.buf
    1 begin
    2 begin
    3 execute immediate 'begin my_proc; end;' ;
    4 end;
    5 exception
    6 when others then
    7 dbms_output.put_line(sqlerrm);
    8* end;
    SQL> /
    ORA-01476: divisor is equal to zero
    PL/SQL procedure successfully completed.
    Can you provide code for your function when it does not work ? It seems some "rec.step_function" are coded to handle exceptions and hence you don't get any in outer loop.

  • Windows listener service will not start automatically

    I just installed 11.2.0.3 Standard Edition One and when I reboot the server, the listener service is not started. The service is set to start Automatically. I have to login, open services and then push start.
    The oraceServiceSId does start automatically,
    The listerner service does not start automatically,
    The dbconsole service does not start automatically,
    The processManger1 service (from middleware) does not start automatically
    This is Windows 7 64 bit.
    Any ideas?
    Edited by: brian.mcginity on Dec 10, 2011 11:25 AM

    I found where the services logs are recorded in the event viewer. Funny thing just happened, I was just about to do another reboot so I could check the logs when I noticed there were window updates in q.
    So after running the updates, the os requested to reboot . For the first time, the services started automatically.
    These are the updates which fixes the probem:
    Security Update for Windows 7 for x64-based Systems (KB2639417)
    Cumulative Security Update for Internet Explorer 9 for Windows 7 for x64-based Systems (KB2618444)
    Security Update for Windows 7 for x64-based Systems (KB2620712)
    Cumulative Security Update for ActiveX Killbits for Windows 7 for x64-based Systems (KB2618451)
    Edited by: brian.mcginity on Dec 13, 2011 9:52 PM
    Edited by: brian.mcginity on Dec 13, 2011 9:53 PM

  • BP_EVENT_RAISE : How do I know if the event was raised successfully ?

    Hi All,
    I need to start a process chain after an event Z_MYEVENT.
    In BI7
    1) For the pc Z_MYPC, the start process variant -> direct scheduling -> After Event -> specified the event Z_MYEVENT, parameter: blank
    2) In SM62 under BckProcEvts I created a background processing event Z_MYEVENT.
    3) Then created a function module that calls BP_EVENT_RAISE. When I run the fm I pass Z_MYEVENT as the Event Id parameter.
    The BP_EVENT_RAISE runs without any error. sy-subrc = 0 after execution.
    But my process chain wont start!! I can start it manually though.
    What could be wrong ? How do I make sure that the event was actually triggered or not ? my "Event History" tab in SM62 does not list any events - does this mean that the event was not at all raised ?
    any help would be appreciated.
    Thanks in advance,
    rithesh

    Hi,
    I did try triggering the event manually in SM64. But no luck!
    Now I did the following:
    Created another program ( Z_CHAIN_START)  that calls "RSPC_API_CHAIN_START" to start the process chain and this program does start the pc.
    Then I scheduled this program Z_CHAIN_START in sm37 to run after the event Z_MYEVENT.
    Now when I run the program that triggers the event it does work perfectly. PC gets started. That indicates the event is raised correctly.
    But somehow the PC does not get triggered directly when the event is raised. Any idea what could be wrong ?
    Thanks for all your replies.

  • ERM background jobs "waiting"

    Dear all,
    Any jobs I create in ERM - apart from those I schedule manually with "immediate" start - remain in status "waiting" forever and do not get processed.
    This applies to periodic updates of transaction/object/activity data etc, as well as to automatically scheduled jobs with type "immediate", such as "Role Approver Update" after I have changed the workflow - approval criteria.
    Deactivating/Activating the jobs doesn't help, either.
    Am I missing something? Jobs in other capabilities are working fine, so surely it is not a problem with the background daemon itself?
    Thanks and regards
    Patrick

    Thanks for the hint to the note, Sunny.
    The note describes the problem, however the resolution is a bit funny. It really justs says that this is by design - surely, however, jobs hovering in "waiting" status without ever being executed cannot be "by deign"?
    I not sure if I understand the note correctly.
    Regards
    Patrick

  • Captivate/Flash Movie Starts Automatically

    I'm learning to use RoboHelp X5 and tried placing an .swf
    (Flash movie) that I created with Captivate within my WebHelp. In
    Captivate I added a playback control bar (forward, pause, play,
    etc.), which works great standalone. However, after generating the
    WebHelp, when I view the page that the movie is on, the movie
    starts automatically---actually it waits about 8 seconds, but then
    just starts. I would expect the person viewing the movie to have to
    use the playback control to manually start the movie. Is there an
    option somewhere that I need to turn on/off?
    Thanks,
    John

    Hi John and welcome to the community
    There are two ways I'm aware of that can be used to
    accomplish this.
    The first and possibly simplest way is to simply insert a
    click box at the very beginning of the movie. By default, click
    boxes are configured to pause the movie until the user interacts by
    clicking the click box area. Actually, if you are presenting your
    movie in .EXE format, I believe this is the only way you can
    accomplish it.
    The second way is to configure the HTML code used in the HTML
    Companion page. Obviously this only works if you are presenting
    your movie in .SWF format and using the companion HTML page to
    display the movie.
    Captivate creates the following code when you create Flash
    (SWF) output and select the Export HTML option.
    <!-- saved from url=(0013)about:internet -->
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01
    Transitional//EN"
    http://www.w3.org/TR/html4/loose.dtd">
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html;
    charset=utf-8">
    <title>Movie Title</title>
    </head>
    <body>
    <center>
    <object classid="clsid
    27CDB6E-AE6D-11cf-96B8-444553540000" codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0"
    width="640" height="480" ID="Captivate1">
    <param name="movie" value="MovieName.swf">
    <param name="quality" value="high">
    <param name="menu" value="false">
    <param name="loop" value="0">
    <embed src="MovieName.swf" width="640" height="480"
    loop="0" quality="high" pluginspage="
    http://www.macromedia.com/go/getflashplayer"
    type="application/x-shockwave-flash" menu="false"></embed>
    </object>
    </center>
    </body>
    </html>
    If you amend this code by inserting <param name="play"
    value="false" /> and play="false", you achieve the goal of
    displaying the movie in a "paused to begin with" state.
    Amended code is below
    <!-- saved from url=(0013)about:internet -->
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01
    Transitional//EN"
    http://www.w3.org/TR/html4/loose.dtd">
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html;
    charset=utf-8">
    <title>Movie Title</title>
    </head>
    <body>
    <center>
    <object classid="clsid
    27CDB6E-AE6D-11cf-96B8-444553540000" codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0"
    width="640" height="480" ID="Captivate1">
    <param name="movie" value="MovieName.swf">
    <param name="play" value="false" />
    <param name="quality" value="high">
    <param name="menu" value="false">
    <param name="loop" value="0">
    <embed src="MovieName.swf" play="false" width="640"
    height="480" loop="0" quality="high" pluginspage="
    http://www.macromedia.com/go/getflashplayer"
    type="application/x-shockwave-flash" menu="false"></embed>
    </object>
    </center>
    </body>
    </html>
    Hope this helps... Rick

  • Configuring weblogic server to start automatically

    Hi, I have installed oracle weblogic server 11g, jdk/jre 7 and forms & reports 11g. i have successfully installed all softwares. I configured forms and reports domain and weblogic domain. I would like to have weblogic start automatically when i login in to comp/server. Right now i have to click on the start admin server for weblogic server domain button in domain folder and the stop admin server button. I also have to type in the username and password into the cmd promt when i click the start and stop admin server buttons.
    How can i have the forms and reporst weblogic server start automatically?
    how can i get past not having to enter in username and password each time it starts up and stops? (this is entering the username and password before you get to the weblogic console login screen)

    i configured it as a windows service. i followed the instructions from the link you provided and when i finished i named the file "startweblogic.cmd." I put the file in the "WL_HOME\server\bin" directory which also has the installsvc.cmd file in and ran it as administrator.
    tHIS IS A COPY OF WHAT WAS DISPLAYED:
    C:\Windows\system32>echo off
    C:\Windows\system32>set CLASSPATH=C:\Oracle\MIDDLE~1\patch_wls1036\profiles\defa
    ult\sys_manifest_classpath\weblogic_patch.jar;C:\Oracle\MIDDLE~1\patch_ocp371\pr
    ofiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\PROGRA~1\Java\JDK17~
    1.0\lib\tools.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic_sp.jar;C:\Or
    acle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.jar;C:\Oracle\MIDDLE~1\modules\feat
    ures\weblogic.server.modules_10.3.6.0.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\l
    ib\webservices.jar;C:\Oracle\MIDDLE~1\modules\ORGAPA~1.1/lib/ant-all.jar;C:\Orac
    le\MIDDLE~1\modules\NETSFA~1.0_1/lib/ant-contrib.jar;
    * To start WebLogic Server, use the password *
    * assigned to the system user. The system *
    * username and password must also be used to *
    * access the WebLogic Server console from a web *
    * browser. *
    C:\Windows\system32>rem *** Set Command Line for service to execute within creat
    ed JVM
    C:\Windows\system32>set CMDLINE="-client -Xms32m -Xmx200m -XX:MaxPermSize=128m -
    XX:+UseSpinning -Dweblogic.management.server=http://hidden:hidden -Dweblo
    gic.Stdout="D:\TEMP\Svr_Logs\stdout.log" -Dweblogic.Stderr="D:\TEMP\Svr_Logs\std
    err.log" -Xverify:none -classpath \"C:\Oracle\MIDDLE~1\patch_wls1036\profiles\de
    fault\sys_manifest_classpath\weblogic_patch.jar;C:\Oracle\MIDDLE~1\patch_ocp371\
    profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\PROGRA~1\Java\JDK1
    7~1.0\lib\tools.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic_sp.jar;C:\
    Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.jar;C:\Oracle\MIDDLE~1\modules\fe
    atures\weblogic.server.modules_10.3.6.0.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server
    \lib\webservices.jar;C:\Oracle\MIDDLE~1\modules\ORGAPA~1.1/lib/ant-all.jar;C:\Or
    acle\MIDDLE~1\modules\NETSFA~1.0_1/lib/ant-contrib.jar;\" -Dweblogic.Name=hidden -Dweblogic.management.username=hidden -Dweblogic.management.server
    =\"http://hidden:hidden\" -Dweblogic.ProductionModeEnabled= -Djava.securi
    ty.policy=\"C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.policy\" weblogic.
    Server"
    C:\Windows\system32>goto finish
    C:\Windows\system32>rem *** Set up extrapath for win32 and win64 platform separa
    tely
    C:\Windows\system32>if "false" == "true" set EXTRAPATH=C:\Oracle\MIDDLE~1\WLSERV
    ~1.3\server\native\win\32;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\bin;C:\PROGRA~1\J
    ava\JDK17~1.0\jre\bin;C:\PROGRA~1\Java\JDK17~1.0\bin;C:\Oracle\MIDDLE~1\WLSERV~1
    .3\server\native\win\32\oci920_8
    C:\Windows\system32>if "false" == "true" set EXTRAPATH=C:\Oracle\MIDDLE~1\WLSERV
    ~1.3\server\native\win\64\;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\bin;C:\PROGRA~1\
    Java\JDK17~1.0\jre\bin;C:\PROGRA~1\Java\JDK17~1.0\bin;C:\Oracle\MIDDLE~1\WLSERV~
    1.3\server\native\win\64\oci920_8
    C:\Windows\system32>if "true" == "true" set EXTRAPATH=C:\Oracle\MIDDLE~1\WLSERV~
    1.3\server\native\win\x64\;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\bin;C:\PROGRA~1\
    Java\JDK17~1.0\jre\bin;C:\PROGRA~1\Java\JDK17~1.0\bin;C:\Oracle\MIDDLE~1\WLSERV~
    1.3\server\native\win\x64\oci920_8
    C:\Windows\system32>rem *** Install the service
    C:\Windows\system32>"C:\Oracle\MIDDLE~1\WLSERV~1.3\server\bin\beasvc" -install -
    svcname:"beasvc Hidden_hidden" -javahome:"C:\PROGRA~1\Java\JDK17~1.
    0" -execdir:"C:\Oracle\Middleware\user_projects\domains\hidden\config"
    -maxconnectretries:"3" -host:"hidden" -port:"hidden" -extrapath:"C:\Oracle\M
    IDDLE~1\WLSERV~1.3\server\native\win\x64\;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\b
    in;C:\PROGRA~1\Java\JDK17~1.0\jre\bin;C:\PROGRA~1\Java\JDK17~1.0\bin;C:\Oracle\M
    IDDLE~1\WLSERV~1.3\server\native\win\x64\oci920_8" -password:"hidden" -cmdl
    ine:"-client -Xms32m -Xmx200m -XX:MaxPermSize=128m -XX:+UseSpinning -Dweblogic.m
    anagement.server=http://HIDDEN:HIDDEN -Dweblogic.Stdout="D:\TEMP\Svr_Logs
    \stdout.log" -Dweblogic.Stderr="D:\TEMP\Svr_Logs\stderr.log" -Xverify:none -clas
    spath \"C:\Oracle\MIDDLE~1\patch_wls1036\profiles\default\sys_manifest_classpath
    \weblogic_patch.jar;C:\Oracle\MIDDLE~1\patch_ocp371\profiles\default\sys_manifes
    t_classpath\weblogic_patch.jar;C:\PROGRA~1\Java\JDK17~1.0\lib\tools.jar;C:\Oracl
    e\MIDDLE~1\WLSERV~1.3\server\lib\weblogic_sp.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\s
    erver\lib\weblogic.jar;C:\Oracle\MIDDLE~1\modules\features\weblogic.server.modul
    es_10.3.6.0.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\webservices.jar;C:\Orac
    le\MIDDLE~1\modules\ORGAPA~1.1/lib/ant-all.jar;C:\Oracle\MIDDLE~1\modules\NETSFA
    ~1.0_1/lib/ant-contrib.jar;\" -Dweblogic.Name=HIDDEN -Dweblogic.managem
    ent.username=HIDDEN-Dweblogic.management.server=\"http://HIDDEN:HIDDEN\" -Dweblogic.ProductionModeEnabled= -Djava.security.policy=\"C:\Oracle\MIDDLE
    ~1\WLSERV~1.3\server\lib\weblogic.policy\" weblogic.Server"
    CreateService failed - The specified service already exists. (0x431)
    C:\Windows\system32>ENDLOCAL
    C:\Windows\system32>pause
    Press any key to continue . . .
    Edited by: 975620 on Apr 3, 2013 11:31 AM
    Edited by: 975620 on Apr 3, 2013 11:32 AM

  • Wait Event jobs

    HI !
    I have a requirement where i need to trigger my daily loads by checking for particular flag in Source system table.
    If the package is scheduled @ 5.30 and Flag is not set then job should not be run.
    If the Flag is set @ 5.45 then job should automatically pick up and run.
    It is sort of Wait event in Informatica.
    Regards,

    Hello,
    I'm not sure how you're setting that flag, but a MUCH better option would be to setup service broker in that database. Create a very simple procedure that sets the flag and whatever other things it needs to do and have the procedure send a message (in the
    same database, you could make it distributed if you need more flexibility from outside databases) to the queue and have an activated stored procedure run the agent job.
    You could also have whatever writes the 'Y' into the table just call a stored procedure to run the job as well (and if you needed to "wait" a certain time after the 'Y' is set, add a WAITFOR as the first t-sql job step).
    There are many ways to skin this cat, it all depends on how flexible and amount of time you would like to spend on it.
    Sean Gallardy | Blog |
    Twitter

  • Waiting event when execute my jdbc queries

    I write a simple multithread jdbc programme to connect to oracle, execute 10 time "select * from mytable" , when I start 2 threads, the time each thread use to complete queries is 9 second. when i start 3 threads, it become extremly slow.
    I notice there are serveral waiting event: resmgr:waiting in end wait, resmgr:waiting in actses run, and single-task message , they are waiting for as long as 4 seconds. they after my programm finished,
    could anyone tell me what are these event? do they affect the performance of my oracle?

    I write a simple multithread jdbc programme to connect to oracle, execute 10 time "select * from mytable" , when I start 2 threads, the time each thread use to complete queries is 9 second. when i start 3 threads, it become extremly slow.
    I notice there are serveral waiting event: resmgr:waiting in end wait, resmgr:waiting in actses run, and single-task message , they are waiting for as long as 4 seconds. they after my programm finished,
    could anyone tell me what are these event? do they affect the performance of my oracle? These wait events are associated with the Resource Manager which handles the Consumer Groups. Try changing your consumer group are shutting the Resource Manager off with
    alter system set resource_manager_plan='';
    then test your queries again.

  • Trigger Process chain at set time or when an event is raised.

    Hi All,
             I have a requirement where a process chain should get scheduled at fix time, say at 1:00 AM. Also, it should get scheduled when an event is raised by one BSP application. So, its like Set time OR Event should trigger the chain. Can you please guide, how can i implement this without using a special SM37 job?
    Thanks and Regards,
    Harpal

    Hi Gohil,
    The steps to create an event is as follows:
    1. Create the event with SM62.
    2. In the process chain, maintain your Start process. In the change selections screen, choose the button 'After event'. On the bottom, select your event. Click also on 'Periodic job'.
    3. Activate and schedule your process chain. It will then be visible in SM37, waiting for the event.
    4. Then you may raise this event from any ABAP program with function module BP_EVENT_RAISE. Each time you raise the event the process chain will start. You can raise the event also manually with SM64.
    If you want to fix a time i.e., at 1:00 A.M, you need to got RSPC tcode --> click on the chain --> right click on Start variant --> Click on maintain variant --> Change selections --> Click on Date/Time --> Give the date and time.
    If you want to ru7n your chain daily or weekly like periodically, check Periodic Job and click on "Period Values" and select accordingly. Now save everything and click on start variant and activate and schedule your chain.
    Also check below thread for more info on Event:
    Triggering a Process Chain From R/3 pgm
    Regards,
    KK.

Maybe you are looking for

  • No Sound from Adobe Read-Aloud

    I have a PC running Windows 7. I have Adobe XI and Adobe Acrobat Pro intalled. I can turn on "Read-Aloud" in either but when "Read-Aloud" is turned on and I choose to read the page, the document or just a paragraph, no sound is produced. The sound ca

  • Buffer over run while connecting to Oracle11g from Crystal XI Release1

    hi, we are getting "buffer over run detected! program .. \Business objects\Crystal Reports 11\crw32.exe" A buffer over run has been detected which has corrputed the program's internal state. The program cannot safely continue execution and must be te

  • Changes to partner functions

    Hi, Is there a BAPI or FM which adds, changes or deletes the partner functions for a customer. Thanks.

  • Looping stop....!

    iam having following sytax.... in my pai module...      PROCESS AFTER INPUT.   LOOP AT ITAB.     CHAIN.       FIELD ITAB-filed1.       FIELD ITAB-field2.       FIELD ITAB-field3.       FIELD ITAB-SELKZ Module  ON_SELECT on request.     endchain.   EN

  • Question about MP3-Disc

    How can I make a mp3 disc with each music cd in another directory ??? Example I have ' got cd1 with song 1 and song 2 , another cd : cd2 with song 1. The name of the first directory is cd1 with the 2 songs and an another directory "cd 2" with song 1.