sense events pending framework?

Hello LabVIEWers,

My current mission is to create a work around for a problem in some legacy code.  Let's say that it was written in an unconventional way.  It would be great if there was a way to detect if there is any event current control.  So far, I did find a good that will do.

I would like ideas.

Thank you!

Roger

Hi again,

Well, I guess that I am reduced to an another craft, where I put in is long enough for things to do.

Thank you all,

Roger

Tags: NI Software

Similar Questions

  • With regard to the creation of the event company

    Hi people,

    My requirement is to create a workflow using professional event. It's done and working as expected in 'development' example.

    Then, I need to move the workflow and implement events pending 'Production '. But'm not have sysadmin for production credentials and this is the option to create business events.

    Please suggest me any solution for this

    Thanks in advance

    You can do this via the command-line utility WFXLoad, but you will need the password system apps.

    In the environment of the source, where the event and its subscriptions are set, download the data as follows:

    -Download the definition of business events
    Java apps d oracle.apps.fnd.wf.WFXLoad:: thin US eventDef.wfx EVENTS
    example of
    Java oracle.apps.fnd.wf.WFXLoad d apps apps thin myserver.oracle.com:8068:PROD US myEvent.wfx oracle.apps.fnd.wf.myevent.created EVENTS

    -Download subscriptions to corporate events
    Java apps d oracle.apps.fnd.wf.WFXLoad:: thin US eventSubs.wfx SUBSCRIPTIONS

    In the instance target, where you don't have access to the studio of events:

    -Send an event definition company
    Applications Java oracle.apps.fnd.wf.WFXLoad u :: thin eventDef.wfx US

    -Download subscriptions to corporate events
    Applications Java oracle.apps.fnd.wf.WFXLoad u :: thin eventSubs.wfx US

    In the syntax, I used eventDef.wfx and eventSubs.wfx, but you can use any file name.

    Kind regards

    Alejandro

  • Control billing events in project invoices

    Dear Dina,

    When several project events are created in the system even date and the end user wishes to restrict the events to go to specific bills, how can it limit? in GDI, the system generates automatically 1 new invoice with all available existing events.

    Kindly help me how to overcome this kind of situation.

    Thank you very much in advance...

    Hello

    Put all events pending billing, but the first event, you need to charge. When the invoice is released, select the next event, remove the hold of billing and generate the next invoice, etc.

    Dina

  • Delay in the display of the modeless dialog box

    I use a modeless dialog box to display "Please wait...". "users in an operation that lasts from 3 to 8 seconds.

    The dialog box is called by the Menuitem run() method. Once the dialog box appears, the task begins

    running in the background. A loop then periodically checks whether the task is complete. When the task

    MenuItem _taskItem = new MenuItem("Task", 20, 30)
    {
       public void run(){
        try {
                Dialog progressDialog = new Dialog( "Please wait...",
                null,null,0,Bitmap.getPredefinedBitmap(Bitmap.HOURGLASS),
                Dialog.GLOBAL_STATUS);
    
            progressDialog.show();
    
            Task task = new Task();
            task.doTask();
    
            for(int i=0; i<10; i++)
            {
                if(task.isComplete())
                {
                    break;
                }
    
                Thread.sleep(1000);
            }
    
            progressDialog.close();
        }
        catch(IOException e){
        ...
        }
       }
    }
    
    addMenuItem(_taskItem);
    

    is completed, the dialog box is closed. I have attached a code snippet that illustrates the basic approach.

    The main problem with this approach is that the modeless dialog box is not displayed immediately after

    progressDialog.show () is called. It seems to be queued for later. It is generally not displayed until after

    the task is complete, which is far too late an effective busy indicator.

    The only way I was able to display the dialog box immediately is by invoking it as a modal dialog box

    (that is, progressDialog.doModal ()). But it will not work because a modal dialog box will prevent the application of

    execution of the task. In my view, that it must be modeless.

    The 3.4.0 API spec refers to a dialogue show() method that accepts an arg, Show (int priority) priority. The spec

    said little about what values can be, and the way in which priority is actually used. Does anyone have experience with the

    setting priorities? This will help display a modeless dialog immediately?

    Someone aware of other methods to force the display of a dialog box - is there a way to force the processing of

    all events pending? (I tried UiApplication.updateDisplay (), without success).

    Thank you!

    So that your dialog box display, your task must be in a separate thread.

    What you do in the code snippet you provided actually holds the wire of the event and thus prevent this thread to display the dialog box.

  • How to debug exceptions?

    Hi all!

    When I opened a PA budget version, I get the error "either charge rates, or conversion rate, or both are missing for some elements of planning."
    and I'll try to find what triggers this error (and classy).

    The page controller objects following (in order of use):

    FpEditPlanTopCO
    CIHeaderCO
    FpEditPlanLinesRegCO
    FpEditPlanBudgetTableCO
    FpEditPlanForecastTableCO
    ...
    FpEditPlanSearchCO
    FpEditPlanTipRegCO
    FpEditPlanFooterCO

    The debug screen:

    ...
    [4471]: EVENT: [pa.finplan.webui.FpEditPlanFooterCO]:-to FpEditPlanFooterCO processRequest().
    [4472]: PROCEDURE: [fnd.profiles.Profiles]: getProfileOptionValue: name = ICX_ACCESSIBILITY_FEATURES; levelID = 10004; levelValue = 19120; levelValueApplID = 0
    [4472]: PROCEDURE: [fnd.profiles.Profiles]: getProfileOptionValue: name = ICX_ACCESSIBILITY_FEATURES; levelID = 10003; levelValue = 53034; levelValueApplID = 275
    [4472]: PROCEDURE: [fnd.profiles.Profiles]: getProfileOptionValue: name = ICX_ACCESSIBILITY_FEATURES; levelID = 10002; levelValue = 275; levelValueApplID = 0
    [4472]: PROCEDURE: [fnd.profiles.Profiles]: getProfileOptionValue: name = ICX_ACCESSIBILITY_FEATURES; levelID = 10001; levelValue = 0; levelValueApplID = 0
    [4476]: EXCEPTION: [fnd.framework.OAException]: low diagnostic logging is enabled. This may temporarily reduce performance.
    [4476]: EVENT: [fnd.framework.webui.OAPageErrorHandler]: OFA LOG: event: check for errors, in: oracle.apps.fnd.framework.webui.OAPageErrorHandler: Exception: low level diagnostic logging is enabled. This may temporarily reduce performance. , Vo: null
    [4476]: EVENT: [fnd.framework.webui.OAPageErrorHandler]: OFA LOG: event: check for errors, in: oracle.apps.fnd.framework.webui.OAPageErrorHandler: Exception: low level diagnostic logging is enabled. This may temporarily reduce performance.
    [4476]: ERROR: [fnd.framework.OAException]:charge rates, or conversion rate, or both are absent for some elements of planning.
    [4476]: EVENT: [fnd.framework.webui.OAPageErrorHandler]: OFA LOG: event: check for errors, in: oracle.apps.fnd.framework.webui.OAPageErrorHandler: Exception: charge rates, or conversion rate, or both are absent for some elements of planning. , Vo: null
    [4476]: EVENT: [fnd.framework.webui.OAPageErrorHandler]: OFA LOG: event: check for errors, in: oracle.apps.fnd.framework.webui.OAPageErrorHandler: Exception: charge rates, or conversion rate, or both are absent for some elements of planning.
    [4476]: PROCEDURE: [fnd.profiles.Profiles]: getProfileOptionValue: name = OAM_UALERT_SHOW_ICON; levelID = 10004; levelValue = 19120; levelValueApplID = 0
    [4476]: PROCEDURE: [fnd.profiles.Profiles]: getProfileOptionValue: name = OAM_UALERT_SHOW_ICON; levelID = 10003; levelValue = 53034; levelValueApplID = 275
    ...


    Then, the error appears after the last CO ended. Which now prevailed?
    And how can I find the origin of the error?

    I also tried
    egrep - r "or the other Bill."
    , without success.

    Best regards
    Christian

    Hi Christian,

    Have you been through this note: "error in Budgets when currency rates not defined for all planning duration of the project (Doc ID 1088246.1)?

    Maybe can also find you the name of the message in CO no compiled classes. (SELECT FROM fnd_new_messages WHERE message_text LIKE message_name "Be % rate bill")

    See you soon,.

    Olivier

  • Problem with the default value for OAMessageTextInputBean to the controller layout

    Hello

    I encountered this problem when I expand a controller for the page create a work request (/ oracle/apps/eam/workrequest/webui/EAM_WR_WORK_REQUEST_DETAIL_PL). My goal is to re - fill OAMessageTextInputBean 'Additional Description' after the user clicks "Save" or "apply". When I try to change the value of another field, it works correctly, the problem persists for 'Description Addidional' more precisely. I don't know that I have the correct id (I took it from xml received by jdr_utils.printdocument). The journal does not all controllers running after the attempt to set the value.

    Compare these logs:

    [21]:PROCEDURE:[xxfideltronik.oracle.apps.eam.workrequest.webui.xxPageRegionCO]:Goosfraba, pre-added!
    [21]:EVENT:[fnd.framework.webui.OAMessageTextInputHelper]:OAF LOG: Event : Get Attribute Value, in: oracle.apps.fnd.framework.webui.OAMessageTextInputHelper: View:null ,Attribute:EAM_WR_WORK_REQUEST_DETAIL_PL426_EamWrRqlog , Return Value without datatype conversion :4321
    [21]:PROCEDURE:[xxfideltronik.oracle.apps.eam.workrequest.webui.xxPageRegionCO]:Goosfraba, added!
    

    [Descriptive information, does not work]

    and:

    [64]:PROCEDURE:[xxfideltronik.oracle.apps.eam.workrequest.webui.xxPageRegionCO]:Goosfraba, pre-added!
    [64]:EVENT:[fnd.framework.webui.OAMessageTextInputHelper]:OAF LOG: Event : Get Attribute Value, in: oracle.apps.fnd.framework.webui.OAMessageTextInputHelper: View:RequestDetailsVO ,Attribute:PhoneNumber , Return Value without datatype conversion :null
    [64]:EVENT:[fnd.framework.webui.OAMessageTextInputHelper]:OAF LOG: Event : Set Attribute Value, in: oracle.apps.fnd.framework.webui.OAMessageTextInputHelper: OldValue:null ,New Value:4312
    [64]:PROCEDURE:[xxfideltronik.oracle.apps.eam.workrequest.webui.xxPageRegionCO]:Goosfraba, added!
    

    [Phone number, works fine]

    Here is my code for the method of the processFormRequest controller:

    public void processFormRequest(OAPageContext pgCtx, OAWebBean wBean){
         super.processFormRequest(pgCtx, wBean);
        
         String description = pgCtx.getParameter("EamWrRqlog");
         log("Goosfraba: " + description, pgCtx);
    
         if(description != null){
              OAMessageTextInputBean additionalDescription = (OAMessageTextInputBean) wBean.findChildRecursive("EamWrRqlog");
              if(additionalDescription != null){
                   log("Goosfraba, pre-added!", pgCtx);
                   additionalDescription.setValue(pgCtx, description);
                   log("Goosfraba, added!", pgCtx);
              }
         }
    }
    

    A solution would be: -.

    1. create a transitional VO with an attribute, LongDescription.

    2 associate this attribute with the EamWrRqlog field.

    3. in the processFormRequest, set the TransientVO attribute value

  • Problem with updates on Windows 8 - Configuration has failed & returning Exchange

    First of all

    I want to apologize for asking questions about the problem which has been solved so many times...

    ... and yet it seems that no solution applies to / solved my problem.

    Let me describe my situation and context "briefly":

    I have install Windows 8 Pro, I have installed in September 2012. I had been provided with Win 7 and Win 8 activation as a computer SCIENCE student keys during my studies. I have not used 8 win a lot since I preferred Win 7 and I only wanted to test the 'product '.

    Judging by the time when previous updates have been installed, the system was launched several times in March 2013, December 2013 and January 2014. After that, the system "folded" so far. When I launched the system on 26.07.2015 there was like 50 updates that have been prepared (or wanted to be installed... Let's say "pending"). About 30 of them installed successfully. Then I double-checked. I used to double check the availability of updates when some fail to install (mainly from my previous experience that sometimes an update is no longer necessary when another installs).

    Now, to the point...

    I have 133 major and 3 optional updates that want to be installed. Everything that I select (few of them), or all of them fail to install. Installation begins normally, then needs to restart (all) and during the nex to the top starting, the updates can "Configuring updates... 98% ' and then fail and are starting to go back.

    The system is more or less vanilla installation with some basic drivers and the 3DMarks so I doubt that I've caused this problem.

    I've been googling and try to solve this problem for 5 days now, here's what I found:

    1. first of all, I tried sfc / scannow to see if there is any corruption. I received the message that some files were corrupted and could not be repaired. The launch of 6 and 7 of this order, I finally got the "Windows Resource Protection has not found any breach of integrity." (it is true however that I tried a lot of solutions in the meantime). However before that, the CBS.log newspaper included information that:

    Cannot repair Member "utc.app.json" file

    (also of telemetry ".") "ASM - WindowsDefault.json" and I think that 'Amd64\CNBJ2530. PBO' have been mentioned... several times)

    But as I said, from this moment I do not have this problem.

    2. because I had problem with CFS, I tried DISM.

    ScanHealth gave:

    The component store is repairable.
    The operation completed successfully.

    However, RestoreHealth was not optimistic:

    The restore operation failed. Be the source of repair was not found or the comp
    onent store is not repairable.

    The journal includes:

    Preparation of control system was updated.

    Summary:
    Operation: Detect and repair
    Result of the operation: 0x0
    Last successful step: any operation is complete.
    Total of Corruption detected: 0
    CBS manifest Corruption: 0
    CBS damaged metadata: 0
    Corruption shows CSI: 0
    Corruption of the CSI metadata: 0
    The Corruption of the CSI Payload: 0
    Total fixed Corruption: 0
    Repaired CBS manifest: 0
    Manifesto of CSI repaired: 0
    Repaired CSI payload: 0
    CSI store metadata refreshed: true

    3. the 'solution' next I'm focused on a system reserved partition. I came to the information Windows 7 uses 100 MB Sys. Reserved partition while Windows 8 uses 350 MB. I think I stumbled on information that it can be connected to the problems so modified the partition of provision (safely, in regards to the system reserved partitions and Windows 8) and increased the extra partition of 250 MB. This however proves to not be connected.

    4. some sources claimed that C:\Windows\SoftwareDistribution/download content may be the case. So after the Windows Update service has stopped I deleted the download content (I think on 1 try I deleted event pending.xml from WinSxS. Of course then I restarted the redownloaded updates of service, etc...

    5. I tried the update servers MS Windows Diagnostic.cab (just for the record, this tool renames pending.xml among others). This diagnosis is always problems no matter how many times I launch. It shows sometimes 2, sometimes 3 questions for example:

    Here are the main 'solutions' that I tried, but as you can guess, none of them worked. Just for the Windows registry has reported these problems viac Action Center:

    And I also found some information in WindowsUpdate.log:

    2015-08-02 01:27:28, error CSI 00000004@2015/8/1:23:27:28.681 (F) CMIADAPTER: failed. HRESULT = c004f01f [error facility = FACILITY_ITF, Code = 61471 (0xf01f)]
    Element:
    [163]""
    [gle = 0 x 80004005]
    2015-08-02 01:27:28, error CSI 00000005@2015/8/1:23:27:28.681 (F) CMIADAPTER: out with HRESULT = c004f01f code [error, facility = FACILITY_ITF, Code = 61471 (0xf01f)].
    [gle = 0 x 80004005]

    2015-08-02 01:27:28, error [0x01803c] CSI 000000db Failed (F) execution of the installation queue item: SppInstaller ({1b265fd2-721c-4e59-ad55-9d102a5d1d7f}) with HRESULT c004f01f [error facility = FACILITY_ITF, Code = 61471 (0xf01f)].  Failure will not be ignored: a restoration will begin after all operations in the queue of the installer; Setup is reliable (2) [gle = 0 x 80004005]

    Here, the infamous rollback is mentioned. I was not able to identify the exact update (or updated) what causes these cancellations so I hope it's something I could be helped with at least. The internet is full of KBs that this cause so I can't count on that, at least for now. I also want to note that I tried everything under boot. And also can not clean installation since I have no more join the MSDNAA where I had as a student activation key. I hope that I could upgrade to Windows 10 without him in the coming months, so that's why I concentrate on getting this environment to work and migrate to it in time.

    I'll be very grateful to anyone who can help me with this problem.

    In & out.

    John

    Given that no one could help you, I myself helped ^^.

    First of all, to all those who have problems with the fact that their updates install suddenly, you must change the settings for Windows Update. Change the option other than an automaticall installation (I used the automatic download, manual installation). In this way, you can install the updates in smaller batches. Personally, I installed updates to 5 or 10 (or almost). The updates that have been tens of MB, I installed only. What struck me most surprised, I could (at the time) to install all updates. In the case where you wouldn't you know at least certainly update you need to solve the problems.

    After all updates have been installed, I turned on the automatic download and installation.

    Concerning

    John

  • Interpret the hot methods table

    Hi all

    TL; DR: What are the causes some methods appear more frequently than others in the table in point hot method?

    I use the Mission control with JDK 64 bit for Linux 1.7.0_40.  Sorry, it's a bit long.

    I have a problem of unusual performance where some lots turns very quickly (< 10 minutes) after an app server restart but almost always of 80-90 minutes on the following nights.  The work of copying the data from Teradata to Oracle by running a single JDBC query against Teradata, read the records of ~ 50 k and engraving to Oracle in batches of ~ 2000 in parallel with the consistency of work Manager and repeating up to about 15 m rows have been processed.  This used to run constantly fast under 32-bit JRockit R28.x (Java 5).

    I realized many recordings of flight of the lots.  What jumps out at me is the gaps between the read the events of Teradata.  The event log shows this sequence for the main batch job thread:

    socket read Teradata event (15-20 ms constantly)

    method of profiling of events read the result set (total duration varies from night to night)

    socket read Teradata event (15-20 ms constantly)

    method of profiling of events read the result set (total duration varies from night to night)

    socket read Teradata event (15-20 ms constantly)

    method of profiling of events read the result set (total duration varies from night to night)

    events pending for the job manager complete queue Java monitor (< 500 ms constantly)

    repeat...

    There are usually 3 socket read groups events between calls to the job manager.  If the batch is running quickly, there are very small gaps between the readings of socket with the method very little profiling events (100ms).  If it works in the range of 30 minutes (rarely), these gaps are about 1 second.  If it works in the range of 90 minutes (often), these gaps are about 3 seconds.  In other words, it takes more time to read the results out of the resultset buffer it does for them to insert Oracle!  The only thing attracted my attention since the recording of the flight, is that there are a lot of events in this profiling method.  It seems that the methods of reading data from the result set, resultSet.getString (int) for example, take more time on some nights than others.  How would that be?

    I've already spent the result based on the name of the calls defined as resultSet.getString (name) of calls based on the post as resultSet.getString (int) based on what previous records (and my analysis of the decompiled Teradata driver) showed.  Methods hot look a little different now, but the performance is the same.

    The server has 4 modern processors, its use is about 20 to 30%, debit GC is far superior to 99%.

    Thank you

    John

    This proved be caused by the cache code to fill.  Once we have activated PrintCompilation and had Wily monitor the size of the cache in code, it was obvious.  We have quadrupled our cache of code size and now actually use about 80-90 MB.  25 k methods are compiled.  This particular step of our lots went from 90 minutes to 7.  Overall, the CPU usage has been reduced by half.  Not bad.

  • java.io.NotSerializableException: com.vmware.vcloud.sdk.Task

    Hello

    I have a workflow creates a task waiting because it has the performance to help

    trigger = System.getModule("com.vmware.library.vCloud.common").createEndOfTaskTriggerForTask (task);

    and then a workflow element "event pending."

    Unfortunately, the workflow is now stuck in State "waiting sign" and I see the following exception which crosses the catalina.out app-server

    INFO: Response - <? XML version = "1.0" encoding = "UTF-8"? >

    " < task xmlns =" " http://www.VMware.com/vCloud/v1.5 "status = 'success' startTime ="2014-08 - 07 T 15: 25:29.853 + 02:00"serviceNamespace ="com.vmware.vcloud ' operationName = operation"vappUpdateVm"=" updated Virtua "

    "Machine node1 (f088e966-1a17-4d46-99ea-2395c3f3a618) l' expiryTime =" "2014-11 - 05 T 15: 25:29.853 + 01:00" endTime = "2014-08 - 07 T 15: 25:36.623 + 02:00" a cancelRequested = "false" name = 'task' id = "urn: vcloud:task:c2e0".

    "" " b564-d7f8-468f-b602-f9e8ee495c44" type="application/vnd.vmware.vcloud.task+xml" href = " https://VCD.He.foobar.info/API/task/c2e0b564-d7f8-468F-B602-f9e8ee495c44 "" xmlns: xsi = " http://www.w3.org/2001/XML "

    -L'instance of the schema "xsi: schemaLocation =" http://www.VMware.com/vCloud/v1.5 http://vcd.he.foobar.info/api/v1.5/schema/master.xsd' > .

    "" < type="application/vnd.vmware.vcloud.vm+xml owner" name = "Node1" href = " https://VCD.He.foobar.info/API/vApp/VM-f088e966-1a17-4d46-99ea-2395c3f3a618 "/ > "

    "" < user type="application/vnd.vmware.admin.user+xml" name = "vco" href = " https://VCD.He.foobar.info/API/Admin/user/777db7f3-1f41-4934-85A4-346efd78a8c1 "/ > "

    "" < type="application/vnd.vmware.vcloud.org+xml organization" name = 'Production' href = ' https://VCD.He.foobar.info/API/org/c594d7a6-2c9b-4853-b0d0-74bdb107e23c "/ > "

    < details / >

    < / task >

    15:41:52.195 07-08-2014 + 0200 [1c47251c586f3e4a7ef329bcdc4da3b9abbfa3d46eda3164d3ffd7537285b3.data] ERROR {c.becker:Wait for a task: 508080808080808080808080808080809980808001266312685778e677578588f:f}

    { f808081476970030147b0a5347a00ae} [DiskStorageFactory] Disk writing of https://vcd.he.foobar.info/api/task/c2e0b564-d7f8-468f-b602-f9e8ee495c44 failed:

    java.io.NotSerializableException: com.vmware.vcloud.sdk.Task

    at java.io.ObjectOutputStream.writeObject0 (unknown Source)

    at java.io.ObjectOutputStream.defaultWriteFields (unknown Source)

    the impossible (unknown Source)

    at net.sf.ehcache.Element.writeObject(Element.java:835)

    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke (unknown Source)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke (unknown Source)

    at java.lang.reflect.Method.invoke (unknown Source)

    at java.io.ObjectStreamClass.invokeWriteObject (unknown Source)

    at java.io.ObjectOutputStream.writeSerialData (unknown Source)

    at java.io.ObjectOutputStream.writeOrdinaryObject (unknown Source)

    at java.io.ObjectOutputStream.writeObject0 (unknown Source)

    at java.io.ObjectOutputStream.writeObject (unknown Source)

    at net.sf.ehcache.util.MemoryEfficientByteArrayOutputStream.serialize(MemoryEfficientByteArrayOutputStream.java:97)

    at net.sf.ehcache.store.disk.DiskStorageFactory.serializeElement(DiskStorageFactory.java:405)

    at net.sf.ehcache.store.disk.DiskStorageFactory.write(DiskStorageFactory.java:384)

    to net.sf.ehcache.store.disk.DiskStorageFactory$ DiskWriteTask.call (DiskStorageFactory.java:485)

    to net.sf.ehcache.store.disk.DiskStorageFactory$ PersistentDiskWriteTask.call (DiskStorageFactory.java:1088)

    to net.sf.ehcache.store.disk.DiskStorageFactory$ PersistentDiskWriteTask.call (DiskStorageFactory.java:1072)

    at java.util.concurrent.FutureTask.run (unknown Source)

    to java.util.concurrent.ScheduledThreadPoolExecutor$ ScheduledFutureTask.access$ 201 (unknown Source)

    to java.util.concurrent.ScheduledThreadPoolExecutor$ ScheduledFutureTask.run (unknown Source)

    at java.util.concurrent.ThreadPoolExecutor.runWorker (unknown Source)

    to java.util.concurrent.ThreadPoolExecutor$ Worker.run (unknown Source)

    at java.lang.Thread.run (unknown Source)

    Does anyone has an idea what is the cause?

    We use vCO 5.5.1 and the workflow even worked before on a different node with the same version - we just moved by export of package and it imported into the new facility.

    From what I recall, it is a known problem with the vCD plug-in that was resolved with a technical preview that was posted on the document tab.

  • AMQP: Rollback a message that has been removed

    Hello

    I use the AMQP plugin to work with queues of based RabbitMQ. I have the following scenario, based on the standard AMQP subscribe:

    While (true) {}

    1 create a trigger

    messageTrigger = broker.receiveAsync (line, 0);

    2 events pending

    messageTrigger created above

    // 3. Process a message

    The message to the after-treatment system

    broker.retrieveMessage (messageTrigger);

    }

    Say that we have detected that the downstream system that is supposed to process the message is down. In this case, I would like to restore the corresponding message and stop/exit the loop.

    I wonder if it is possible to do a restore in the scenario above via the AMQP vCO plugin? Thank you.

    Hello

    The AMQP plugin only works in auto-reconnaissez mode. It is a conscious decision to implement it this way in order to reduce the risk of user error. After the message is received, it is recognized by the plugin and cannot be cancelled.

    Is it possible to activate your system downstream message? If it is also a message it can process the request later when it is online. Or maybe you can try resending the message already received? It will be picked up the same workflow and try to call again the downstream system.

    Kind regards

  • Cannot display the RedirectToAxfPG leads to the page.

    Hi gurus,

    We have set up the OAF of Ebiz Oracle with the AAU, have a button "Managed attachments" in one of the OAF pages, when the button is clicked on the page opens with a message "Internet Explorer cannot display the Webpage".

    -We have the "http: hostwithdomainname > /OA_HTML/OA.jsp?page=/oracle/apps/ak/ucm/axf/webui/RedirectToAxfPG & bypassPageCounterInc...".

    Table OAF_AXF_PROPERTIES set and the

    XML import was made using the below command

    import < path_to > \RedirectToAxfPG.xml username-apps password apps - dbconnection "(description = (address_list = (address = (community = tcp.world) (protocol = tcp) (host = XXXX)(port = 1531))) (connect_data = (service_name = TEST)))" - rootdir < pathtoXML_Dir > - rootPackage/oracle/apps/ak/ucm/axf/webui "

    referred to in the note '1495270.1' MOS - couldn't do any difference/badly with all of the current URL track and the track features the following

    169]: Event: [FND. Framework.WebUI.OAPageErrorHandler]: OFA LOG: event: check for errors, in: oracle.apps.fnd.framework.webui.OAPageErrorHandler: Exception: low level diagnostic logging is enabled. This may temporarily reduce performance. , Vo: null

    [169]: EVENT: [fnd.framework.webui.OAPageErrorHandler]: OFA LOG: event: check for errors, in: oracle.apps.fnd.framework.webui.OAPageErrorHandler: Exception: low level diagnostic logging is enabled. This may temporarily reduce performance.

    am I missing something here?

    all suggestions will be of great help.

    Thank you

    Rajiv.

    Ok

    It was with the Protocol I was calling with PROPNAME = "AXF_OAF_REDIRECT_PAGE_URL" in OAF_AXF_PROPERTIES.

    It was supposed to be that http https

    That is, https:///OA_HTML/OA.jsp?page=/oracle/apps/ak/ucm/axf/webui/RedirectToAxfPG

    all of this has worked with this configuration.

    Thanks again.

    Rajiv.

  • ENQ: TM - claim when creating index

    Hi all
    I'm trying to create an index on a table with 10 million documents. He got a primary key constraint, and there is no foreign key on all other tables.
    When I tried to create indexes, a few seconds, I am able to see below when asked...
    Select the SID, EVENT, TOTAL_WAITS, TOTAL_TIMEOUTS, TIME_WAITED FROM v$ session_evenement event WHERE ='enq: TM - claim ' and total_waits > 0;
    SID TOTAL_WAITS TOTAL_TIMEOUTS TIME_WAITED EVENT
    399 enq: TM - 101316 345 346 contention
    544 enq: TM - contention 39892 136 137
    862 enq: TM - 149 148 43485 contention
    968 enq: TM - 880 875 255780 contention
    985 enq: TM - 10 9 2842 contention
    999 enq: TM - 66662 227 228 contention

    I thought that these events have been waiting for some time... but the Dungeon number on the increase as the time increases
    I got to know that the creation of an index on the foreign key constraint would solve this... but unfortunately I don't see not all foreign keys...

    This will be solved if I wait for a long time?
    And the sql_text from v$ sqlarea is presented as "insert into table(col1,col2...)". values(:B1,:B2...); »
    Can someone please help me solve this problem...

    Thank you.

    so... is it OK to wait, even if I have 150 + "enq: TM - claim ' events pending on this table for several sid...?

    Depends on your application.

    See above mentioned online.

    http://richardfoote.WordPress.com/2008/02/11/index-create-and-rebuild-locking-improvements-in-11g-ch-ch-ch-changes/

  • How to redirect to another page Using JavaScript in ADF Faces?

    Hi guys,.

    I have a case of user UI that has an af:menu which contains mutiple af:goMenuItem. When the user clicks on the menu, the menu slides down and the af: goMenuItem presents itself. As we know, you can set page destinations in af:goMenuItem to go to another page when the user has clicked, but af:menu itself cannot be redirected to another page. Well, the case of the user wants the menu itself could be redirected if the user clicks on it.

    So I think that the use of JavaScript to do this: when you click on the af: menu, redirect to another page. BUT, I've looked over the ADF Faces Javascript API and wasn't able to find this piece of code to do this. Any help?

    Another work around to the user scenario is to use the brands of HTML + CSS/JavaScript instead of af: menu and af:goMenuItem, but this changes the scope of the technology although it is not hard to do

    Any other idea to make the case of the user other than what I could think?


    Thank you guys!

    Jay

    Hello

    1. you can have a control hidden element to the navigation based on a case of control flow. In this case, you access the JavaScript command component create a new ActionEvent and he queued
    2 - JavaScript can use an af:serverListener to call a server side managed bean method to perform the navigation

    There is no JavaScript API for navigation in ADF Faces because navigation in JavaServer Faces is an event-driven framework and we do not support the developers of fight against the framework.

    Frank

  • dynamic generation of datagrid

    my configuration:
    I have 3 files. the first is the leader (mxml) main of the application that displays a datagrid control. the 2nd is a file that builds the datagrid (generator model). and the 3rd is a datamanager who retrieves my data via webservice that eventually fills the datagrid control.

    my situation:
    Im trying to dynamically generate a datagrid control that depends on data I collect through a Web service. Unfortunately, the result event handler runs asynchronously, and data are not yet available when my script tries to produce the datagrid.

    thoughts:
    I was wondering if there was a way to sync this process, so I generate the data grid after the webservice called the result event, or if there is no other possible solutions for this problem.


    in case any who wondered for a solution to this, I took advantage of the event driven framework that Flex simply provides extended eventdispatcher within my datamanager class and called an event back to my main application to let him know when it's ready to generate the data grid. I don't know if there is no more graceful alternative, but for now, it works! optimization can come after version 1.0 =)

  • HP Software Framework 4 and 5 error event

    Hello

    I keep getting this error on my Event Viewer each time in the computer journal.

    Errors:

    Event 5, CaslWmi

    01/12/2011 17:07:15.402 | 00000404 | Error | [CaslWmi] CommandFolio::A {hpCasl.enReturnCode(int&)} | 0xe_BIOS_INVALID_COMMAND_TYPE error call WMI BIOS Read/2Eh while getting the State Folio

    Event 4, CaslWmi

    01/12/2011 17:07:15.231 | 00000404 | WARNING | [CaslWmi] A::A {hpCasl.enReturnCode(Object&)} | Call BIOS WMI error E_BIOS_INVALID_COMMAND_TYPE command / 30 h when getting EDID data

    I also installed the latest drivers and software from HP support.

    Please help me on how to solve this problem?

    Thank you.

    To all those who have this framework of the HP software error in Event Viewer. I have confirmation that the HP sp56878 corrects this error. I don't know about other models, but for me it has worked.

    The information about the update:

    FTP://FTP.HP.com/pub/SoftPaq/sp56501-57000/sp56878.html

    The download link:

    FTP://ftp.HP.com/pub/SoftPaq/sp56501-57000/sp56878.exe

    Finally, you have my problem corrected thanks HP...

    I thank all of you guys for making my problem can be recognized by HP.

    Thank you very much

    Cordially MrPhilipTran

Maybe you are looking for

  • I must have multirow bookmarks!

    Since the update Firefox 33, the addon 'Multirow Bookmarks Toolbar Plus' shows only 2 rows! I have TO be able to have lines of 5 or more like I did until a few days ago! Pleass help!

  • Current audio call poor, popping / clicking

    I get frequent popping/crackling sounds during a call and use the earpiece of the phone. The volume is at an intermediate level, not mounted too high. I tried checking "Turn on hearing aid compatibility" under the call settings as it has been suggest

  • Windows XP can support Dell printers. Failed to install. Help, please. Thank you

    I have a Compaq Presario that runs on Windows XP.  I was given a Dell 942 Printer. I do not have the printer installation disc, so downloaded drivers from Dell.com.  When I go to add a printer, Dell does not come up as an option.  How can I install t

  • Question about formatting a partition on a dual-boot configuration

    'C' I have Windows 7 Professional 64 bit "D" I have Windows 7 Enterprise 64-bit The advice in an email from Avast to restart my business safe, it has now disappeared in an infinite reboot cycle.  The computer restarts just before arriving at the offi

  • How to minimize the log files in CS?

    Hi allWe have the database logs, archive logs and logs the content server that is stored on the disk. Y at - there any configuration setting that we can do to minimize the number of files that can be stored.Also, is there a configuration that allows