Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 16 Oracle Analytics Lounge
- 216 Oracle Analytics News
- 43 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 79 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
running Bursting job XDOBURSTREP failed with no obvious error in the log

Summary
running Bursting job XDOBURSTREP failed with no obvious error in the log
Content
Running Bursting report and it errors - Some reports Burst OK - there is no obvious error in the concurrent log
the report produced is for Police Officer and Staff 3rd Party Payments
If we run for Staff, the job completes ok
If we run for Officer, the job errors
I've noticed the following at the end of the log files
At the End of the Log file for Staff (Bursting ok) it does this ….
[112417_145007162][oracle.apps.xdo.template.FOProcessor][STATEMENT] clearInputs(Object) is called.
[112417_145007166][oracle.apps.xdo.template.FOProcessor][STATEMENT] clearInputs(Object) done. All inputs are cleared.
[112417_145007166][oracle.apps.xdo.template.FOProcessor][STATEMENT] End Memory: max=474MB, total=474MB, free=276MB
[112417_145007166][oracle.apps.xdo.delivery.DeliveryManager][STATEMENT] initConfig(): loading default properties :{TEMP_DIR:String=/usr/tmp, BUFFERING_MODE:Boolean=true}
[112417_145007167][oracle.apps.xdo.batch.BurstingProcessorEngine][STATEMENT] ========================> startElement() ::: endDocument is entered <========================
[112417_145007167][oracle.apps.xdo.batch.BurstingProcessorEngine][STATEMENT] ========================> startElement() ::: endDocument is entered <========================
Bursting process complete..
Generating Bursting Status Report..
Found duplicate file name 013PP_MPS Staff Payroll_Direct_Earnings_Attachment_NTPP_Authority .xls
-->File name renamed as 013PP_MPS Staff Payroll_Direct_Earnings_Attachment_NTPP_Authority 0.xls
[112417_145007677][][STATEMENT] /usr/tmp/EBSSIT/112417_144921227 deleted successfully...
But the Officer log file (Bursting errors) displays this
[112417_142258205][oracle.apps.xdo.template.FOProcessor][STATEMENT] clearInputs(Object) is called.
[112417_142258210][oracle.apps.xdo.template.FOProcessor][STATEMENT] clearInputs(Object) done. All inputs are cleared.
[112417_142258210][oracle.apps.xdo.template.FOProcessor][STATEMENT] End Memory: max=450MB, total=450MB, free=109MB
[112417_142258210][oracle.apps.xdo.delivery.DeliveryManager][STATEMENT] initConfig(): loading default properties :{TEMP_DIR:String=/usr/tmp, BUFFERING_MODE:Boolean=true}
[112417_142301526][][STATEMENT] /usr/tmp/EBSSIT/112417_142050506 deleted successfully...
Answers
-
there could be several reason for this
1. Check the mail id is present in the XML file(you can see the program XML by click request id > Diagnostics > View XML)
2. Please check in the Bursting control you have correctly specified the rtf template name with correct application name and locale
3. Check the XML Administration responsibility > Administration Tab > Check the Temporary folder path....this path should physically exists in the application server with write permission.
0