WLAI doesn't create appropriate triggers when I create an event

When I create an event for an application view in WLAI, the appropriate database
triggers for that table are not being created properly. I am trying to create
an event that listens on the CUSTOMER_TABLE table for an insert. When I run the
test, put an ample amount of time, and perform an insert/commit manually, the
system doesn't recognize the insert.
The problem is that there is no trigger created on the CUSTOMER_TABLE that would
write data to the EVENT table. I have investigated the DbmsEventRouter settings,
web.xml, and other connection settings and can't find anything wrong with them.
My user on the database has the ability to create triggers as well. The server
console also does not report any errors (other than the timeout).
Is there something I am missing that would cause an event creation to NOT write
the appropriate trigger with it? Thanks in advance.
Dan

Dan,
Please verify the following:
1) that an insert trigger exists on the table in question. If there is no trigger,
then the EVENT table will not get populated.
2) that the data source you've specified when connecting to the EIS is the same as
what the event generator/router has in the web.xml
3) that there are no other instances of the event generator/router listening on the
same EVENT table. If so, it could be that the other instance of the event
generator/router gets the events and deletes them from the EVENT table. This would
give the other event generator/router the impression that no events have happened.
Cheers,
Chris
Dan Kim wrote:
When I create an event for an application view in WLAI, the appropriate database
triggers for that table are not being created properly. I am trying to create
an event that listens on the CUSTOMER_TABLE table for an insert. When I run the
test, put an ample amount of time, and perform an insert/commit manually, the
system doesn't recognize the insert.
The problem is that there is no trigger created on the CUSTOMER_TABLE that would
write data to the EVENT table. I have investigated the DbmsEventRouter settings,
web.xml, and other connection settings and can't find anything wrong with them.
My user on the database has the ability to create triggers as well. The server
console also does not report any errors (other than the timeout).
Is there something I am missing that would cause an event creation to NOT write
the appropriate trigger with it? Thanks in advance.
Dan

Similar Messages

  • How does a workflow get triggered when we create a Shopping cart

    Hi all,
    In SRm how does a workflow gets triggered when we create a Shopping cart...what i mean is that in r/3 we use changedocument object or function modules etc..likewise in srm how the wf gets triggere...can anyone help me.
    Thanks&Regards,
    Hari

    Hi martin,
    yes i accept that in SRM also workflows are all started by event...what i mean is in R/3 we go for Change document object(swec) or some other method for event creation...like that in SRM what is there?Just whenwe create a Shopping cart How the workflow is trigerred...suppose if it is trigerred using fm swe_event_create where they might have called the function module.
    Thanks&Regards,
    Hari

  • Why contact doesn't have countries choice when we create a new contact

    Hello,
    What is the advantage in Icontact not to have countries choice when we create a contact instead of tying all the country name ?
    thank you
    Richard

    Nobody here knows why. I'd suggest asking Apple, but there really isn't a place to do that and actually get a response.

  • Subscription that triggers when you create a new production ?

    I'd like to trigger a python script each time I create a new production in FCS.
    How can I do it ?
    thanks
    Fred

    Create a Script Response that will fire off your python script.
    Create a Subscription that will monitor the metadata fields of a Production for example the "Status".
    The idea here is that creating a new production with the Status = New will trigger your python script.
    Let me know if that makes sense. Thanks.
    Nicholas Stokes
    XPlatform Consulting

  • ITunes creating shortened tracks when using 'create AIFF version'

    Hello
    Today I have noticed a problem when selecting a series of songs in iTunes and choosing "create AIFF version".  The conversion will begin and then it will randomly hang on certain tracks.  iTunes freezes for a minute or so, and then resumes conversion.  I have just realised that the copy of the track on which the program hangs will be missing over a minute of audio from the real length of the song.  This has happened several different times with different tracks.
    I am using iTunes 10.6.1 on OS X Lion 10.7.3.  Is anyone else having this problem?  I am currently looking through all the tracks I've converted over the past month to try and work out how far back this problem started.  I've recently had my iMac returned to me after being repaired by Apple for various problems including HDD issues and I am concerned that if this isn't a problem with the iTunes app then it's my hardware at fault.
    Any feedback would be appreciated.
    Thanks

    hm, well it seems it may be another installment in the never-ending saga of bugs that ensues when you share a hard disk with your PC using AirPort...I can see AIFF files in that hard disk with my PC. Maybe after I restart my Mac the files will be available...

  • Check Condition when to create Project

    Dear expert!
    Now, I'm getting some issue about Checking condition when to create project.
    - When I create a project with coding mask '-XXXX-00-00-00-00-000' I want company code to have value 1000. If I enter another company code then the system will display message "you have to enter company code is 1000"
    Really, I don't know how i have to do.
    Help me, please!
    Best regards, Huy!

    Dear, Search the forum, this type of queries are raised many times before....Search it you will find it....
    Also, before posting any questions please search the forum, if you dont find it then you create a new thread.

  • Photoshop CC 2014 Extension - CEP Event callback is triggered multiple times per single event

    Trying to make my extensions listen for bunch of events and it's turning out to be a real pain in the ***.
    I'm hoping there's someone here who has a bit more experience playing around with these.
    I used the example code from here ( Page 43 ): http://wwwimages.adobe.com/content/dam/Adobe/en/devnet/creativesuite/pdfs/CC14_Extension_S DK.pdf
    I've modified the code just a little. I removed some unnecessary things from it. I also added a counter, to try to visualize the issue.
    Every time I pasted the code here, the global variable seemed to duplicate. So, eeeeh...  the example code can be found here.
    The problem is:
    I close one document to trigger the event, but for some reason the callback seems to run multiple times.
    Even better, it doesn't seem to be super consistent about it. Sometimes it repeats only couple of times and sometimes it repeats 160 times.
    It seems like every time the extension panel is reopened, it comes up with a new number.
    Currently, if I close a document, it seems to trigger the callback 15 times
    Since this is screenshot, you'll have to take my word for it. I only closed a single document and the code ran 15 times.
    Am I doing something wrong by any chance?
    edit:
    I believe I just found out the reason and a way to recreate the issue.
    I've occasionally tested the extension by closing and opening the panel, which seems to have caused the issue.
    It looks like every time I close and then open the panel, it... adds one more run time to the stack.
    - Refreshing the panel from chrome doesn't seem to affect it.
    When I restart photoshop, it resets. So after the very first opening of the panel, the event triggers the callback only once.
    I forgot to mention that the host application events work just fine without these issues.
    In fact, I tried to use documentAfterActivate before, but as far as I could find, there is no way to kind of filter out specific events within host application events.
    For instance, I can't specify something different to happen when a new document is opened.
    As very much a side note:
    documentAfterActivate has its own side effect due to the way photoshop works.
    It is triggered when you:
    Create a new document
    Open a new document
    Switch to an open document
    It's the "Switch to an open document" part that makes this event listener also trigger when you close a document.
    Because when you close a document, photoshop switches back to the previous document and that in turn triggers the event listener when it shouldn't, I suppose.
    Of course it doesn't trigger the event when you close the last document as there is no document to switch to at that point.
    ...but this is beyond the scope of the original question.

    I was so tired last night that when I found out the cause of it, I never even thought about unregistering...
    I decided to unregister it when the panel is opened instead.
    This does indeed get rid of the issue.
    Thanks, cbuliarca.
    (function () {
      var csInterface = new CSInterface();
      function init() {
           themeManager.init();
           function registerPhotoshopEvent(in_eventId, register) {
                // Added the next line
                var register = register === "clear" ? "UnRegisterEvent" : "RegisterEvent";
                // Modified the next line
                var event = new CSEvent("com.adobe.Photoshop" + register, "APPLICATION");
                event.extensionId = csInterface.getExtensionID();
                event.appId = csInterface.getApplicationID();
                event.data = in_eventId
                csInterface.dispatchEvent(event);
           var number = 0;
           csInterface.addEventListener("PhotoshopCallback" , function(event) {
                number = number + 1;
                console.log( number );
           var closeEventid = "1131180832"
           // Added the next line
           registerPhotoshopEvent(closeEventid, "clear");
           registerPhotoshopEvent(closeEventid);
      init();

  • Create BP and then customer create without company code

    Hi,
         I have some problem with the business partner to create customer. When I create a bp the process create automatically the customer but with out the company code, sales org., distrisbution and division.
         I try to find the best way to do it, I try the TCode FLBPD1 and FLBPD2 but no more luck.
    Appreciate your advice.
    Thank you.

    Hi Andre,
    If I understood your requirement correctly, when you're creating BP in the foreground, you want the corresponding customer to be created in the background automatically.
    Ensure that the following configuration is maintained for BP- Customer automatic determination:
    Step1: Define BP number range:
    Business Partner>> Relevant settings for Business Partner in RE Context>> General Settings for Business Partner>> Business Partner>> Number range & Groupings>> Define number range.
    Step2: Define Groupings & assign number range:
    Business Partner>> Relevant settings for Business Partner in RE Context>> General Settings for Business Partner>> Business Partner>> Number range & Groupings>> Define groupings & assign number range.
    Step3: Assign account group to the customer:
    Flexible Real Estate Management (RE-Fx)>> Business Partner>> Business Partner- Customer>> Number Assignment: Assign Account Group to Customer
    Step4: Automatic creation of customers (Company-code dependent):
    Flexible Real Estate Management (RE-Fx)>> Business Partner>> Relevant settings for Business Partner in RE Context>> Business Partner - Customer>> Standard Values for Autom. Creation of Customers (Company-Code-Dependent)
    Ensure the company code is maintained  with Real Estate Contract Application Category in this node.
    Step5: Check the field groupings is correctly matched to the BP type:
    Flexible Real Estate Management (RE-Fx)>> Business Partner>> Basic Settings>> Field Groupings>> Configure Field Attributes per Business Partner Type.
    Hope this helps to you.
    Thanks
    Shantanu Kar

  • I am trying to find out how to assign files with particular extensions to the appropriate software. At the moment when I create a file using Word it is apparently given the extension .docx but Word doesn't recognise its own files. How do I alocate th

    I am trying to find out how to assign files with particular extensions to the appropriate software. At the moment when I create a file using Word it is apparently given the extension .docx but Word doesn't recognise its own files. How do I allocate the extension .docx to Word? There used to be a way of doing it, I think under "Preferences" but I can't seem to find it.

    Still in the same location:
    File > Get Info > Open with (select) > Change All (button)

  • BSEG.CREATED event not triggering when a document is posted in FB60

    Hi All,
    I have a requirement in which i need to post documents in FB60/FB65/FB01 tcode. But when i post the document in FB60 the event BSEG.CREATED is not triggering. I could not see any trace in SWEL. But when i park the document in FB60, FIPP.CREATED event is getting triggerd.
    Can anyone tell me why this BSEG.CREATED event is not triggering.
    Thanking you in advance,
    satheesh.

    Hi Viji,
    Thanks for your quick reply.
    We have maintained the required configurations in the system related to this. But still the event BSEG.CREATED is not triggering.
    for this the alternative solution is to implement the BTE '1030'. But our functional team is asking us to check whey standard business object BSEG.CREATED is not triggering when we post a document. So that particular reason we are not able to find out.
    Configuration maintained.
    1) Created a workflow variant and assigned it to particular company code(OBWA and OBWJ).
    2) Checked the 'Posting' release' and 'Release payments' checkboxes in the OBWA transaction.
    3) Event linkage for BSEG is active.(SWETYPV)
    Thanks,
    satheesh

  • Creating a pop-up in Acrobat X that is triggered when the PDF is opened.

    Hello all,
    I am wanting to create  a pop-up that is triggered when the PDF is opened.
    The problem I am facing is that our customers are filling out the packet , but are not using the purple "Submit" button located at the top of the page to submit the form to us. They are instead printing out the form and faxing it to us, or scanning and emailing the packet, which defeats the whole purpose of it being a fillable, distributed pdf.
    The email invitation that they receive is a bit wordy so I have have pared that down as well. To be honest with the amount of "Read this first" pop ups that we are exposed to daily I think that our customers are simply not reading the instructions properly.
    There was a post here in the forums but the expanation was for Acrobat 7 or 8.
    Any help is appreciated.

    Thank you for the quick response George. I guess a better way communicate what I need to accomplish is "how"
    I went to the toolbar on the right, then "javascript", then "Document Java Scripts". That opened a window that had me name the script, then add it, then put in the scripting (see below). I do not know how to "place it in a document-level JavaScript (outside of a function definition) or in the initial page's Page Open event."
    This is the script I am attempting to use.
    var message = "When you have completed filling out the Tax Organizer, click on the purple "SUBMIT" button at the top of the page. This will automaticall submit your Tax Organizer for you. Be sure to print a copy for your files"
    app.alert(msg,3);
    If you could provide some step by steps that would be super.
    I am wanting this pop-up box to open and the client will have to then click on the "ok" button to make it dissapear so that they can then fill out the PDF.
    The "Submit" button is auto created for me when I choose to distribute the form, I am unaware of any way to move it.
    I feel that my issue is a elementary one, I am currently working through the Adobe Classroom in a Book lessons as all my acrobat skills have been self taught.

  • Workflows not triggered when documents are created in Doc Set via Content Organizer

    The following is my scenario:
    A document set (containing several documents) is created in Library A on Site A
    Using Send To, the Document Set is sent to the Drop Off Library on Site B (a different Site Collection)
    A Content Organizer rule then moves the Document Set and its documents to destination Library B
    In Library B I have defined a workflow (using Visual Studio 2012) that is triggered when new item is create
    When the Document Set arrives in Library B from the Drop Off library (i.e. when the Content Organizer moves the Doc Set to Library B), the workflow is triggered (and executes) on the Document Set, but it is NOT triggered on the documents within the Document
    Set.   How can I get the workflow to trigger on the documents within the set when they are created via the Content Organizer rule?
    The interesting thing is that if I manually add another document to the Document Set in Library B, the workflow is triggered on that document.  It just does not trigger when the documents are created via the Content Organizer.

    Hi,
    In edit Content Organizer rule page, I see there is an option as Automatically create a folder for each unique value of a property:
    However, unlike the drop down used in the property based filters above, this drop down *only* contains properties that are required by your content type. 
    This is done to prevent adding folders that have no values for a property. 
    If you need to put similar documents to the same folder, you could consider making use of this feature.
    Regards,
    Rebecca Tu
    TechNet Community Support

  • Error when creating journal triggers

    I have table with 138 columns. When i try to generate journal triggers, HSU utility fails with error 6502 - numeric or value error. I was able to create journal triggers after i've deleted 30 rows. Are there any restrictions in number of columns when creating journal triggers?

    Hi,
    I wonder if you have a solution to the problem other than manually correcting the generated code. We are experiencing the same problem and no good solution yet
    (see post Journalling BR, error in CAPI (HSU 6523)
    kind regards
    Geert Verschueren

  • When I create a new document the icon doesn't show up in the finder

    When I create a new document and close it the icon is not visible in the finder until I do a search. Then it shows up. I can't move it to other locations.

    So where have you saved it to?
    When you search for a file that is a search result not actually a folder.
    The real location of the file should be shown in a chain of nested folders along the bottom of that window and you can open the folder that the file is in by double clicking on the enclosing folder's icon.
    You need to pay attention to where you are saving files or you will have trouble opening the correct one later.
    If you are new to the Mac go to http://www.apple.com/support/mac101/
    If you have come from Windows the method of saving, finding and organising files is not too dissimilar.
    Peter

  • Workflow not triggering when changing Item-level Permissions in Sharepoint 2013 list

    Scenario:
    We have a custom list in Sharepoint 2013 that we use for Case Management. We have a workflow that triggers on a created item generated from an email. The user then gets a reply with a link to his own case.
    I want the users only to be able to see their own cases and no one elses.  When I change this under
    Advanced Settings under List Settings and
    Item-level Permissions and set them to Read items that were created by the user
    and Create items and edit items that were created by the user
    the workflow doesn´t trigger.
    How can I resolve this? I've tried every possible out-of-the-box permissions but with no result. Help!
    Thanks in advance!
    // Browncreek

    When you're testing , remember you cant trigger declarative workflow from the System Account - you need a general user account for auto-trigger workflows.  Good luck!
    Chris McNulty MCSE/MCTS/MSA/MVTSP | blog http://www.chrismcnulty.net/blog | twitter @cmcnulty2000 Microsoft Community Contributor Award 2011
    Hi, I have the same problem. Except that I am not using an email to create a new item. The item is created by members of a SharePoint group that have Contribute access to the list. When use the same settings i.e.
    Read items that were created by the user and Create items and edit items that were created by the user,
    the workflow does not trigger. If I set it back to Real all items and Create
    and Edit all items, it triggers the workflow.
    Please help me resolve as I have rolled this out to pilot users and am having this trouble.
    Thanks,
    Vishal

Maybe you are looking for