Business Rules - 10.1.3.3 - How can I debug what goes on when rules are run

I try to run my own example of rules based on xml fact, and i do it from a java program. I would like to be able to see what happens when i execute a certain rule.
Is it possible to switch on some logging or trace ?
Edited by: jsteenberg on Sep 25, 2008 12:21 PM

Hi,
Might want to check
http://download.oracle.com/docs/cd/B31017_01/integrate.1013/b28981/decision.htm#sthref3331
on how to enable some logging for decision service. Basically it is about adding certain properties
to the decisionservices.xml file that is being deployed along with the decision service.
Regards,
Ralf

Similar Messages

  • HT5105 How can you do picture in picture when you are working with a Multicam clip?

    How can you do picture in picture when you are working with a Multicam clip?

    Im doing a drumming music video and with the multi cam clip all the angles are nicely sync'd top the audio.
    Problem is if i want to have 3 angles on top of the main shot, im gonna have to re-sync them all to get them to line up manually. If i could use the multi cam clip they will already be aligned
    Thanks for trying to help appreciate, hoping someone has some multiclip knowledge and will be able to tell me if yay or nay.

  • Is there any way .? how can i see. what going on my code

    hi jdev experts,
    am using jdev 11.1.1.5.0 - adfbc
    i have a amimpl classes i want to see the each and every value of the row, while perform each and every for loop
    is there any way .? how can i see. what going on my code
    can anyone paste simple video link regards this?

    Hi,
    what about debugging ? Just set a break point and run the Debugger (the red run icon). Or you use logging http://blogs.oracle.com/groundside/entry/adventures_in_adf_logging_part to print out for each row whats going on
    Frank

  • How can i delete songs from iPhone when they are grayed out

    how can i delete songs from iPhone when they are grayed out. It doesnt let me delete from itunes either and its just taking up space on my iphone and i cant even listen to the song that are grayed out

    I did this with about 100 songs, and the problem is everytime I connect my iphone with itunes, It will automatically sync back every single song I did delete on the phone by swiping.
    I did search on google and found out that serveral people has this problem. The songs wont delete from itunes library.
    So why do they even make this function if it only deletes the songs for a short time?
    Best regards PelleRPG.

  • How can I watch my tv shows when they are in the cloud and I am not near wifi?

    I can't watch my tv shows on my phone when they are in the cloud and I am not near wifi.  How can I get them out of the cloud?

    You have to download them or sync them to your phone ahead of time.

  • HOW CAN i PRINT ONLY IN BLACK WHEN COLORS ARE DEPLETED-officejet 6600

    cyan and mag are depleted but I only want to print in black for a contract and it wont allow!!!!!
    How can I override this?
    This question was solved.
    View Solution.

    all cartriges exhausted, only black is full. i want to use only black. how to proceed ?
    valdengo

  • How can you fix your ipod touch when apps are closing on you, how can you fix your ipod touch when apps are closing on you

    How can you fix your ipod when apps keep crashing on you while your in that app?

    See:
    iOS: Troubleshooting applications purchased from the App Store
    Contact the developer/go to their support site if only one app.
    Restore from backup. See:
    iOS: How to back up              
    Restore to factory settings/new iPod

  • How can I upgrade to OSX Lion when I am running OSX 10.5.8?

    I am currently running OSX 10.5.8 on my MacBook and have no idea how to upgrade to OSX Lion as I do not have Snow Leopard. Can anyone help? Thanks!

    You can order a Snow Leopard 10.6 install disk for $29 as long as you have at least 1gb of RAM and 5gb of free space on your hard drive. http://store.apple.com/us/product/MC573Z/A?mco=MTY3ODQ5OTY
    Or you can wait until August when Apple will sell Lion on a USB Flash Drive for $69

  • How can I know what the font(s) is/are used in PDF using 'Preview.app'?

    As the subject, thanks in advance!

    AFAIK, you can't with Preview. Use Adobe Reader to ascertain the embedded fonts.

  • How can I identify what OS my Macbook pro is running?

    Can't get this computer to tell me what the heck I'm running.

    As stated, you are on Snow Leopard, you can upgrade to Lion (10.7.xx) if your intention is to use iCloud on your phone, you can also use iCloud without upgrading to Lion but it will (a) be a more complex setup procedure and (b) more expensive as you will have to purchase additional software if intending to use contacts and calendars as well as Mail.
    If you do intend on upgrading to Lion please note the minimum requirements (Core 2 Duo processor and 2G of Ram) the real world requirement (4G of Ram) and you should verify that your software will continue to run after Lion (Office 2004 does not work but 2008 and 2011 do) any PPC program that you have will not work so check first.
    Finally
    Backup
    Backup
    Backup
    Just in case.

  • How can you match an existing color when you are using the Hue/Saturation adjustment layer?

    Hi, I have a student who wants to match the color of a new layer to the exact color of an existing layer. He is using an adjustment layer to "eyeball" the color match, but is there a way to ensure that the match is perfect?

    Depends, John.
    If you're able to create a reasonable selection via Color Range, feathered masking, etc, then by matching one specific color, you'll also be correcting for that entire range of hue. It might have been needed anyway...or you use a color filter to correct the whole image, if it's needed.
    As we all know, each image presents its own specific challenges and solutions.

  • How can I stop screen going dark when playing movies with night sceans?

    When viewing a NetFlix movie, during night sceans, the screen goes dark.

    You don't.
    Usually only the free apps do this, paid versions do away with the ads.

  • How can i debug my abap program?

    hi. how can i debug my program?

    Hi,
    There are many ways to start debugger
    •     By clicking the Execute button and selecting the debugging mode.
    •     From the ABAP/4 editor, by executing a program choosing Program  Execute  Debugging from the menu.
    •     Setting breakpoint in the program
    Components of ABAP/4 debugger
    The debugger shows the program information using six different views.
    •     Fields: Displays the field contents.
    •     Table: Allows modifying the contents of internal table.
    •     Breakpoints: Displays list of Breakpoint in the Program.
    •     Watchpoints: Allows dealing with Watchpoints.
    •     Calls: System call status like Event, Form etc.,
    •     Overview: Presents the program structure, events, subroutines, and modules.
    •     Settings:  Displays the calling sequence within a particular event, up to the current breakpoint.
    All these options are shown in the following screen.
    Arrow indicates the breakpoint of the program i.e., where user has stopped the program.
    Breakpoints
    A breakpoint is the signal, which is specified in the program, tells the system to stop the program execution and to start the debugger.  Following types of breakpoint are available with ABAP/4:
    •     Static are set up with the BREAKPOINT keyword inside the program, which you can directly display with the ABAP/4 source code editor.  To set the breakpoint in the program enters the keyboard BREAKPOINT.
    •     Dynamic this breakpoint is not visible in the code.  Position the cursor over the source code line to have the breakpoint and then select utilities -  breakpoint -  set.  You can delete them or display them from breakpoint list.  Or you can execute the program in the ABAP/4 debugger i.e., in debugging mode.
    •     Watchpoints are field specific.  The program is stopped when the field reaches the value specified in the watchpoint.  Execute the program in debugging mode.  Position the cursor over the needed field.  Press the F button to get the view of field.  Select the checkbox for the needed watchpoint.  Click on the continue button.
    •     Keywords/events The program stops just before executing a specific event or keyword.  To set breakpoint at particular event, from initial screen of debugger, select Breakpoint  Breakpoint at  at event/at keyword.  Enter the name of the keyword or event.  Click on OK.
    Navigating through the breakpoint
    Following buttons are used to navigate through the program and debugger.
    •     Single step:  Executes a single program command.
    •     Execute:  Similar to the single step, but when a program calls a subroutine, it executes the whole subroutine unlike single step.
    •     Continue: Executes the program until it is finished or until it finds next breakpoint.
    •     Return:  Allows for executing the program instruction up to the end of a routine and stops in the line of code where the subroutine gives back control to the main program.
    •     Tables:  Switches the debugger to the table view.
    Displaying and modifying values
    Every time the program is stopped within a debugger, you can display and modify the contents of table field and fields.
    To display the fields, click on V and you can view the contents of system field, program field, ABAP/4 dictionary fields, and external program fields.
    Displaying and modifying internal tables
    When you click on the Table button from the initial ABAP/4 debugger screen, the system will display the table debugger view.  Here you need to enter the name of the internal table to be displayed.  You can modify or delete or add i.e., insert the internal table Contents.  These changes are applicable only for the debugging and do not affect the structure of internal table in the program.
    Reward.

  • I was not given the option to purchase applecare + with iPhone 5.I tried calling Apple customer service, the automated process took my info but then came back and said too busy to help you now. How can I buy it now?

    I was not given the option to purchase applecare + with iPhone 5.I tried calling Apple customer service, the automated process took my info but then came back and said too busy to help you now. How can I buy it now?

    You should call Apple but you should get an email from Apple. I got one a few minutes ago and this is what they said about AppleCare+ :
    Thank you for your recent iPhone 5 purchase at the Apple Store.
    We would like to let you know that every iPhone comes with one year of hardware repair coverage through its limited warranty and up to 90 days of complimentary support. AppleCare+ for iPhone extends your coverage to two years from the original purchase date of your iPhone and adds up to two incidents of accidental damage coverage, each subject to a $49 service fee.
    We noticed you weren't given the opportunity to add AppleCare+ to your iPhone. If you would like to extend your coverage for only $99, please reply to this email by September 21st.
    After that date, if you would still like to purchase AppleCare+ within the first thirty days of receiving your iPhone, you can call AppleCare at 800-MY-IPHONE or visit an Apple Retail Store.
    Thank you for shopping with Apple.
    Sincerely,
    Apple Online Store Team

  • Can't see some Business Rules after running the Import via LCM

    I am trying to migrate our Business Rules down from Prod to Dev to get them back in sync. Here is the steps I have run:
    Export ALL Business Rules and Sequences from Prod via LCM
    I confirmed the export directory contains an .xml file for EACH Rule.
    copied the export directory down to Dev Shared Services server
    Turned on DEBUG for Shared Services
    Deleted ALL Business Rules and Sequences from Dev EAS BR repository
    I confirmed that ALL BUsiness Rules are listed and checked in LCM Import.
    run the Import from Dev Shared Services via LCM
    I get a Completed successfully message. No Errors.
    I Refresh Rules in Dev EAS and I only see 25% of the Business Rules listed.
    I have tried to Stop/Restart the EAS services and still nothing.
    I confirmed that the ID I am using to Export / Import has access on each Business Rule either directly or via a Group that has access.
    Any thoughts??
    Thanks in advance for any assistance on this!
    Robert

    Thanks John!
    I was really trying to get it done via LCM since I have all other migrations being done there. but I ended up taking your advice and doing it the old fashion way via EAS export.
    To answer your questions:
    We are on 11.1.1.3
    I did not see any problems in the Services logs for EAS. Nothing that stood out.
    We are migratiing 66 Rules and 15 Sequences.
    We are using Weblogic instead of Tomcat.
    Even though I have a workaround for the issue I am still interested in understanding why some of them did not import via LCM. You mentioned that you might consider adjusting some config settings. What settings would you recommend looking at?
    Thanks again John!
    Robert
    Edited by: user627522 on Nov 16, 2010 6:27 PM

Maybe you are looking for

  • Without sale order Delivery creation

    Hi,      I  want some help to make the delivery creation without sale order.This is my scenario ->>>Two RAW material(ROH) then make the PO and GRN. ->>>Then Created the Finished Material(FERT) ->>>Production order creation ->>>Production order Confir

  • BAPI for changing components of a item in purchase order

    Hi All, I am working in VMS. In that i deal with Assembly purchase orders. There will be only one line item for such type PO's and there can be any number of components for that item.     Now from the module pool screen i need to update the batch det

  • How to display html content in output text in adf

    Hi ADF Experts, I have a requirement like ,one of my function is generating this below html, I wan't to render in output text <span>d</span><del style="background:#ffe6e6;">f</del><span>df</span><del style="background:#ffe6e6;">d</del><ins style="bac

  • Opening a Word File

    Hey I got a question for a program that im programming im trying to program a button that opens a word File the moment u click on the button. Anychance any of u know how to realize this ? Please let me know. Steven

  • .ics files open in new window instead of downloading

    Hello - When I click to download a linked .ics (calendar) file, instead of downloading the linked .ics file, it opens the contents of the file in a new browser window (and all of the info is garbled with extra characters). When I right click to save