How do you debug Busting problems?

I'm using a dataTemplate and a Bust Control File, but the busting doesn't appear to be firing, however everything is completing normally and I'm not able to find any log files (request & concurrent) that have errors in them?
When i run the request, with or without the burst control attached to the data definition, I get the final output, I'm just not seeing any email or file system activities... is there a trace or something i can turn on to see if the file is even being called???
The output generates one Excel file with all the data in the BACKLOG nodes getting returned into rows. I was hoping to schedule this program to run daily and burst out the output file to our warehouse managers email...
Any input would be great...
***Burst Control***
<?xml version="1.0" encoding="iso-8859-1"?>
<xapi:requestset xmlns:xapi="http://xmlns.oracle.com/oxp/xapi" type="bursting">
<xapi:request select="/PROGRAMS/LIST_BACKLOG">
<xapi:delivery>
<xapi:email id="123" server="smpt.server.com" port="25" from="[email protected]">
<xapi:message id="123" to="[email protected]" cc="[email protected]" attachment="true" format="HTML" subject="BackLog Report" reply-to=""></xapi:message>
</xapi:email>
          <xapi:filesystem output="/zodiac/UAT/uatappl/xxpps/11.5.0/XML/Data${org_code}.xls"></xapi:filesystem>
</xapi:delivery>
<xapi:document output-type="excel" delivery="123">
<xapi:template type="rtf" location="/zodiac/UAT/uatappl/xxpps/11.5.0/XML/Backlog.rtf"></xapi:template>
</xapi:document>
</xapi:request>
</xapi:requestset>
*** Sample XML***
<?xml version="1.0" encoding="windows-1252"?>
<PROGRAMS>
<org_code>MPK</org_code>
<LIST_BACKLOG>
<BACKLOG>
<SCHEDULE_SHIP_DATE>2008-08-13T23:59:00.000-07:00</SCHEDULE_SHIP_DATE>
<ORDER_NUMBER>639429</ORDER_NUMBER>
<LINE_NUMBER>1</LINE_NUMBER>
<PRODUCT_CODE>LX</PRODUCT_CODE>
<ORDERED_ITEM>LXI250N</ORDERED_ITEM>
<ONHAND_QUANTITY>276</ONHAND_QUANTITY>
<ORDERED_QUANTITY>1</ORDERED_QUANTITY>
<STAGED_QUANTITY>40</STAGED_QUANTITY>
<ALLOCATED_QTY>275</ALLOCATED_QTY>
<PICKED_QUANTITY/>
<RELEASED_QUANTITY/>
<PAT_ONHAND_QUANTITY>171</PAT_ONHAND_QUANTITY>
<CUSTOMER_NAME>EMPLOYEE PURCHASE</CUSTOMER_NAME>
<SHIP_TO_LOCATION>WEST PALM BEACH</SHIP_TO_LOCATION>
<SHIP_TO_CITY>WEST PALM BEACH</SHIP_TO_CITY>
<SHIP_TO_STATE>FL</SHIP_TO_STATE>
<FREIGHT_CARRIER_CODE/>
<MSO_LATE_REASON/>
<ORGANIZATION_CODE>MPK</ORGANIZATION_CODE>
<FLOW_STATUS_CODE>AWAITING_SHIPPING</FLOW_STATUS_CODE>
<ORDER_TYPE>STANDARD VISTA</ORDER_TYPE>
<HOLD_FLAG>Y</HOLD_FLAG>
</BACKLOG>
<BACKLOG>
<SCHEDULE_SHIP_DATE>2008-08-13T23:59:00.000-07:00</SCHEDULE_SHIP_DATE>
<ORDER_NUMBER>639459</ORDER_NUMBER>
<LINE_NUMBER>1</LINE_NUMBER>....
</BACKLOG>
</LIST_BACKLOG>
</PROGRAMS>
Edited by: jeremy21 on Oct 18, 2008 3:55 PM

After running your concurrent program, you need to run 'XML Publisher Report Bursting Program' by giving the previous request id (of your concurrent program), then bursting will be initiated.

Similar Messages

  • How do you debug your Ipod Console?

    How do you debug your console? What dose it mean?  Have had my ipod for 3 years and no problems. Till this show up on the top of the screen today.

    The Debug Console can be turned on manually ins Settings>Safari. It will also appear automatically to help resolve web page errors.
    I appears that there are problems with the webpage. If it only happens on that one webpage and it is not your page I would just ignore it.

  • FM in update task - How do you debug for a user exit (IW32)

    Hi,
    I am working on user exit IWO10009, fm EXIT_SAPLCOIH_009, transaction IW32.
    The user-exit should be called any time an order is saved with parts added to the component tab.
    The import structure of the user exit is CAUFVD, which doesnu2019t contain the items in the component. Instead, I have to go into table RESB and get the components.
    However, when I go into RESB from inside the user-exit, the added components have not yet been added to the table.
    As such, I was thinking of creating a Z function module in update task to process this code after the order is saved & RESB is updated.
    2 questions
    1 u2013 Is this the best way of accomplishing this?
    2 u2013 How do you debug FMu2019s in update task? I have set a breakpoint & have switched system debugging on from inside the debugger, but it doesnu2019t stop inside the fm.
    Please help.
    Thanks,
    John

    Hi,
    to debug update task you need to switch on "update debugging" not the "system debugging" from the menu Settings->update debugging.
    -Ramesh

  • How do you fix the problem of USB cable is not compatable, when there is no cable attached?

    how do you fix the problem of USB cable is not compatable, when there is no cable attached?

    Just buy a new USB cable ... dont buy a cheaper one, i think it cost a $2...

  • How do you debug on the ITS?

    Hi,
    How do you debug an ITS application? I am trying to debug a web app, and I know the error is in the ABAP code. I would like to set a breakpoint in my ABAP code, so that when a certain action occurs from the client (web) side, I will jump to the ABAP breakpoint, that way I can step through the ABAP code. Any help would be appreciated.
    Thanks in advance.

    Peter,
    We can achieve this thru ABAP Debugger itself not thru HTTP debugger .
    For example , the ITS Trans you r trying to Debug is PZ13,
    u hva to carry the foll steps ,
    1. Go to SM30 - > T77WWW_SC - > find which function module it points to .. -> Put brk pts ->
    SE93 -> type the transaction - > in the command box give ,
    /h (Turn on Debugger).Run.
    Hope it Helps .
    Regards,
    J

  • How do you Debug start routine?

    Hi gurus
    How do you Debug start routine?
    Thanks in advance
    Raj

    By inserting a BREAK statement in the routine you won't be able to debugg as the upload process is done in background.
    Instead you should insert a code like this:
    data flag.
    while flag ne 'X'. endwhile.
    Then launch the process and go to transaction SM50 select the process and execute Program/Mode -> Program -> Debugging

  • How do you debug the individual Flex components?

    How do you debug the individual Flex components?

    Personally, I think your alternative is the easier solution.  Basically have your main app output some kind of "heartbeat" signal like a constantly updating timestamp.  It could be outputed to a simple txt file, or you could just output it to a front panel indicator, and then have your "watchdog" app check the value using VI Server. 
    I don't know how to check CPU usage, but I am guessing you could use some .NET calls to this namespace:
    http://msdn.microsoft.com/en-us/library/system.diagnostics.aspx

  • HAs any one having problems printing a playlist from itunes Version 11, How do you correct this problem

    Downloaded Itunes Ver.11 and now I can't prin a playlist ...All the titles come out brunchup and you can't read it.How do you correct this problem???????

    Downloaded Itunes Ver.11 and now I can't prin a playlist ...All the titles come out brunchup and you can't read it.How do you correct this problem???????

  • ITunes Match asks me to sign out and sign in again every time I attempt to update.  How do you fix this problem?

    iTunes Match asks me to sign out and sign in again every time I attempt to update.  How do you fix this problem?

    My problem is it asks me to sign out and back in every time I try to update ITunes Match. And it won't let you add a new song to a playlist unless it's updated on Match. So every time I add a song I have to sign out and back in just to put it on a playlist.  I saw this issue on the internet but no solution.
    Very sorry I did iTunes Match.  Shuffled my playlists without asking and this additional extra work just to add a song to a playlist.  Not impressed - at all.
    I do thank you for trying.  Surprised Apple doesn't monitor this stuff and step in and provide a fix.  Left to our own devices.  Thanks Apple!

  • How do you resolve the problem of ipad not staying connected to internet. other laptops remain connected but ipad just disconnects after about 5 seconds.

    how do you resolve the problem of ipad not staying connected to internet when other devices are connected. Ipad disconnects after about 5 seconds.

    Look at iOS Troubleshooting Wi-Fi networks and connections  http://support.apple.com/kb/TS1398
    Additional things to try.
    Turn Off your iPad. Then turn Off (disconnect power cord) the wireless router & then back On. Now boot your iPad. Hopefully it will see the WiFi.
    On your iPad go to Settings > General > Reset > Reset network settings and see if that enables you to connect.
    If none of the above suggestions work, look at this link.
    iPad Wi-Fi Problems: Comprehensive List of Fixes
    http://appletoolbox.com/2010/04/ipad-wi-fi-problems-comprehensive-list-of-fixes/
     Cheers, Tom

  • I recently switched from an iPhone to an Android phone. I cannot receive text messages because Apple will not "release" my number from iMessage. I see others have had the same issue. How did you solve the problem, if you did?

    I recently switched from an iPhone to an Android phone. I cannot receive text messages because Apple will not "release" my number from iMessage. I see others have had the same issue. How did you solve the problem, if you did?

    This tech note addresses your problem: iOS: Deactivating iMessage

  • How Do You Debug Oracle Report Calls From Forms On The App Server?

    I am working on a system which uses oracle forms and reports 10g.
    In our system we call, we are calling oracle reports from oracle forms. How do we debug the form code when the form and report both are running on the application server in production.
    To my knowledge, this can not be done when the form is running locally since there is only OC4J forms services locally.
    I understand one views error messages through the jinitiator console but how does one turn on this facility? How do you determine what line the error occurred?
    I am looking for step by step instructions as answer to this issue.
    Please be specific. Please write in good English.

    Good afternoon,
    If you have the developer suite installed on your PC, run the report from your form and then follow this tree from the start button on your PC:
    Developer Suite Home =>
    Reports Developer =>
    Oracle Application Server Report Services =>
    Reports Queue Manager
    Select View => Past Jobs and then find your report in the list, double-click the report entry and you'll see the error message that was generated by the Report Server when you tried to run the report.
    Good luck,
    Don.

  • How do you debug JavaFX Script

    I'm very frusturated with JavaFX debugging "feature". (I'm using Netbeans 6.7.1 on Linux x86 platform.)
    It doesn't let me to watch objects, how can one debug code without watching objects?
    Great effort JavaFX team, that really made developing JavaFX torture!
    It doesn't even let me to see text value of a TextBox. What a crap!
    ...And it's on 1.2.1 version, though what it should be is 0.2 Beta. There is nothing complete about JavaFX; the set of UI components is ridiculously small-sized. There is no grid, no tree, not even a bloody combobox. Swing wrapping does shit!
    Did anybody make it to watch variables despite javafx?

    I don't use NetBeans. Nor Eclipse... Just a plain text editor (SciTE...) and... lot of println! You can use loggers too. Or secondary visual nodes.
    OK, it is more suited for the small test applications than I wrote than for a full fledged multipackage applications, but at least it is IDE agnostic! ;-)
    There is nothing complete about JavaFX; the set of UI components is ridiculously small-sized.GUI is important, but only part of JavaFX. Obviously they concentrated first on the building blocks, like shapes and layout (and animation, effects, etc.).
    We expect more components in next version. Some are already developed by 3rd party developers (see CRUDfx, Peter Pilgrim's grid, also saw a combo box, a menu set, a calendar, among others).

  • How do you debug your unit tests?

    Hey folks,
    I'm obviously doing something wrong that I can't figure out. I've tried following Chris Hanson's instructions that he put on LJ. No matter what I do, I can't get the debugger to breakpoint in a unit test, no matter whether I put the breakpoint in the test code or the worker code. I can get it to breakpoint just fine in the worker code when I run the real app.
    How do you do this on your unit test code?
    Thanks,
    Pat

    Tried that. No joy so far. That's why I asked here; I hoped that someone here had done it successfully.
    Pat

  • Apple I'd disabled?  How do you resolve this problem

    Apple I'd disabled?  How do you resolve this problem

    You might be able to re-enable it via this page : http://appleid.apple.com, then 'reset your password'
    You might then need to log out of your account on your iPad by tapping on your id in Settings > iTunes & App Stores and then log back in so as to 'refresh' the account on it
    If that doesn't fix it then you might need to contact iTunes Support : http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page

Maybe you are looking for