XML Publisher - EBS Applications Menu

Is there a way to create an XML Publisher report in Oracle Applications and then provide it as a menu item on the Applications menu for a specific responsibility? Also, will XMLP reports that use the secure views in Oracle HCM Applications be restricted for users who access them through the apps menu?
I am considering use of XMLP to create reports for one of the self-service HCM applications.
Thanks.

Hi,
If you use the secured views when you are writing the report then your data should be restricted accordingly. I haven't tried with HCM but it definitely works with the standard Operating Unit security.
Thanks
Paul

Similar Messages

  • XML publisher(template builder menu for rtf)

    Hi,
    i am trying to do XML publisher report...
    To develop Rtf template by using Microsoft word.i need one menu name called Template Builder over microsoft word .
    i think to get this menu we have to apply some software or patch over the machine which we r using for rtf development .
    anybody can give me the software name and also where i can get this ...
    regards,
    kumar

    The XML Publisher 5.0 Template Builder for Word is available on Metalink as a Patch:
    Patch 4239263
    Description XDO/ORACLE XML PUBLISHER TEMPLATE BUILDER PATCH 1.0.0
    Product XML Publisher
    Release Applications 11i
    Platform or Language -------- Platforms --------Microsoft Windows (32-bit)
    If you don't have access to Metalink, you can download a trial version of the standalone release of XML Publisher 5.5 from Oracle eDelivery:
    http://edelivery.oracle.com/EPD/Download/get_form?egroup_part_number=B23145-01
    Product Pack Oracle Application Server Products
    Platform: Any (e.g. Window 32 Bit)
    The part number is B23145-01: "Oracle® XML Publisher CD/Media Pack".
    The Template Builder for Word is part of the "XML Publisher Desktop".
    HR Madrid

  • XML Publisher/eBS version

    Hi,
    If I look in the white paper "Publishing Concurrent Requests with XML Publisher" from January 2005 I can on page 9 see that there is a new field in the Submit Request form (Forms environment); "Layout", where you can tell which XML Publisher template the report should use. This fixes the problem that you need to submit two requests, one for the actual report to XML and one for the layout generation.
    Does anyone know in which patch level/version on eBS/XML Publisher this new field is added? I have an environment 11.5.10 (unpatched) and there the new field is not visible? Does it come with the 11.5.10 CU2 or what do I have to do get this new field?
    Regards,
    Daniel

    Hi Daniel,
    Please apply patch 3435480, that integrates the XML Publisher concurrent requests into one (instead of running two).On application of this patch, the service request form FNDRSRUN will upgrade itself to the newer version ($Header FNDRSRUN.fmb 115.136 2004/12/10 15:14 jtoruno ship). You will be able to see a new button called 'Options' in the 'Layout' section of the same SR form. This is the place where one selects the 'Template/Output Format' and then submit the request for further processing. We have implemented this with the 11.5.10 CU2 release and then applying the patch.
    I hope this helps.
    Thx,
    Nitin

  • XML Publisher and Application Engine in Peoplesoft

    How do i write a simple application engine program for an XML Publisher report in Peoplesoft?
    Thanks in advance.
    Message was edited by:
    user611481

    Create sample output data in xml format and create a data source type rowset.
    create the report defination with above data source.
    Create a AE and create the rowset by using peoplecode, run the xmlp report by using PeopleCode and publish it in PeopleCode.

  • XML Publisher (EBS) Bursting and Group By

    I have a feeling I already know the answer to this question, but maybe not and there is a way around it. I'm using the seeded report Deposit Advice XML from EBS, and I copied it so I can use bursting. Here is my problem. The xml is not grouped by the way we need it so when I burst it it will either email us the full file or each person in a separate email.
    Here is what I'm TRYING to accomplish. Is there a way in the Bursting Control File to have records grouped, the bursted (either by print/email etc).
    For example I would like to have all organizations_id in ('100','101,'102') grouped into one file then emailed. I don't think this is possible without changing the original xml file and since it's seeded and spawned thats not going to happen. It does filter the records and email me each person separately. But that's because the XML is formatted that way.
    Any ideas?

    I figured it out
    in your select if you want to group your output by say Organization_id change your select in your burst file to the following
    <xapi:request select="/PAYSLIP_REPORT/PAYSLIP/EMPLOYEE_DETAILS/ORGANIZATION_ID">

  • Difference between BI publisher and XML Publisher(EBS)

    I have created some reports in BI Publisher and integrated in dashboards.
    Now can i embed the same reports in E Business suite as concurrent programs. Is BI Publisher desktop is specific to Business intellgence or can we use it for E Business suite.
    If BI Publisher is same as XML Publisher. I will get both xml source and template in BIP itself. How can we integrate BIP report with concurrent program.
    I am a bit confused, excuse me if i am silly.

    BI Publisher is same as XML Publisher. ==>. It got renamed.
    In E Business suite, we can use BI publisher.
    BI Publisher desktop is just to create layout from desktop.
    if you want to register a same report in E Business suite as concurrent programs,
    then there are different method,
    1. use datatemplate
    2. use rdf
    3. pl/sql
    4. java
    and go through the doc's..

  • Issue in Bursting with XML Publisher in Applications

    Hi ,
    After I submitted the conc.request for XML Output PDF, the request is getting Completed with Normal Status.
    I'm getting the below NULL Pointer Exception.
    Please find the below EXCEPTION from logfile.
    ==============================================================
    [061009_120534210][oracle.apps.xdo.batch.BurstingProcessorEngine][STATEMENT] ========================> startElement() ::: startDocument is entered <========================
    [061009_120534224][][EXCEPTION] java.lang.NullPointerException
         at oracle.apps.xdo.batch.BurstingProcessorEngine.addDocument2Queue(BurstingProcessorEngine.java:3197)
         at oracle.apps.xdo.batch.BurstingProcessorEngine.createBurstingDocument(BurstingProcessorEngine.java:2112)
         at oracle.apps.xdo.batch.BurstingProcessorEngine.burstDocument(BurstingProcessorEngine.java:2054)
         at oracle.apps.xdo.batch.BurstingProcessorEngine.burstingEndElement(BurstingProcessorEngine.java:1806)
         at oracle.apps.xdo.batch.BurstingProcessorEngine.endElement(BurstingProcessorEngine.java:1127)
         at oracle.xml.parser.v2.XMLContentHandler.endElement(XMLContentHandler.java:196)
         at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1212)
         at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:301)
         at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:268)
         at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:227)
         at oracle.apps.xdo.batch.BurstingProcessorEngine.burstingConfigParser(BurstingProcessorEngine.java:959)
         at oracle.apps.xdo.batch.BurstingProcessorEngine.process(BurstingProcessorEngine.java:903)
         at oracle.apps.xdo.oa.cp.JCP4XDOBurstingEngine.runProgram(JCP4XDOBurstingEngine.java:269)
         at oracle.apps.fnd.cp.request.Run.main(Run.java:161)
    [061009_120534229][oracle.apps.xdo.batch.BurstingProcessorEngine][STATEMENT] ========================> startElement() ::: endDocument is entered <========================
    Bursting process complete..
    Generating Bursting Status Report..
    [061009_120534351][oracle.apps.xdo.batch.bursting.FileHandler][STATEMENT] /user2/apps10/vis10nappl/po/11.5.0/reports/US/061009_120534207/xdo0.tmp is not deleted
    ==============================================================
    Please do the needful in resolving this issue.
    Thanks,
    Abdul

    Thanks Hussein for prompt response.
    I didnt get a proper solution for this issue.
    Its basically points to Null Pointer Exception with Java Msg Number as : BurstingProcessorEngine.java:3197
    Please see the below extract from logfile.
    ===============================================================
    Start bursting process..
    [061009_120534197][][STATEMENT] /user2/apps10/vis10nappl/po/11.5.0/reports/US
    [061009_120534208][][STATEMENT] BurstingProcessor ::: Property Key ---> burstng-source
    [061009_120534208][][STATEMENT] Inside burstingConfigParser
    [061009_120534210][oracle.apps.xdo.batch.BurstingProcessorEngine][STATEMENT] ========================> startElement() ::: startDocument is entered <========================
    [061009_120534224][][EXCEPTION] java.lang.NullPointerException
         at oracle.apps.xdo.batch.BurstingProcessorEngine.addDocument2Queue(BurstingProcessorEngine.java:3197)
         at oracle.apps.xdo.batch.BurstingProcessorEngine.createBurstingDocument(BurstingProcessorEngine.java:2112)
         at oracle.apps.xdo.batch.BurstingProcessorEngine.burstDocument(BurstingProcessorEngine.java:2054)
         at oracle.apps.xdo.batch.BurstingProcessorEngine.burstingEndElement(BurstingProcessorEngine.java:1806)
         at oracle.apps.xdo.batch.BurstingProcessorEngine.endElement(BurstingProcessorEngine.java:1127)
         at oracle.xml.parser.v2.XMLContentHandler.endElement(XMLContentHandler.java:196)
         at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1212)
         at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:301)
         at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:268)
         at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:227)
         at oracle.apps.xdo.batch.BurstingProcessorEngine.burstingConfigParser(BurstingProcessorEngine.java:959)
         at oracle.apps.xdo.batch.BurstingProcessorEngine.process(BurstingProcessorEngine.java:903)
         at oracle.apps.xdo.oa.cp.JCP4XDOBurstingEngine.runProgram(JCP4XDOBurstingEngine.java:269)
         at oracle.apps.fnd.cp.request.Run.main(Run.java:161)
    [061009_120534229][oracle.apps.xdo.batch.BurstingProcessorEngine][STATEMENT] ========================> startElement() ::: endDocument is entered <========================
    Bursting process complete..
    Generating Bursting Status Report..
    [061009_120534351][oracle.apps.xdo.batch.bursting.FileHandler][STATEMENT] /user2/apps10/vis10nappl/po/11.5.0/reports/US/061009_120534207/xdo0.tmp is not deleted
    ===============================================================
    Please do the neeful.
    Thanks,
    Abdul

  • Add XML Publisher Administrator responsibility with EBS 11.5.9

    Hi all !
    I'm exploring the possibility to use XML Publisher inside Oracle E Business Suite 11.5.9. because...unfortunately it's not possible to upgrade EBS to the 11.5.10 version
    I found a note on the forum which says: "Starting from 11.5.9 the XMLP is bundled with Apps. You just need to add XML Publisher Administrator responsibility to your profile, and install MS Word template builder on your PC".
    So...my questions are:
    1) how can I add the XML Publisher Administrator responsibility to my profile ? Should I set up something (already existing into EBS), or should I install a patch ?
    2) how can I know the XML Publisher version bundled within Apps (if what is written inside that note it's true), 'cause I'd like to use the 5.6.3 version
    Also, I looked for a solution on Metalink and the only note regarding how to use XML Publisher inside E Business Suite 11.5.9. is the note id 278727.1 (even I should install the 4.5 XML Publisher version - TOO OLD)
    Thanks in advance
    Alessandro

    Hi Ravi thanks for you answer !
    So....I tried to create the responsibility from scratch, because nothing is defined for XML Publisher, in this way (from the OA System Administrator):
    Responsibility Name: XML Publisher Administration
    Application: XML Publisher
    Responsibility Key: XDO_ADMINISTRATION
    .....but inside the Data Group area
    Name : Standard
    Application: ?
    ....and inside the Menu area which information should I write ?
    Is there something to follow in order to create from scratch a XML responsibility ?
    Thanks again
    Alex

  • Error "Run-Time Error '76' PAth Not Found" in XML Publisher Desktop

    Hi All,
    we are trying to preview the PDF output in the XML Publisher Desktop Application.
    We are able to LOAD the data successfully.
    But whenever we try to preview the output, we are getting an error saying "Run-Time Error '76' Path Not Found".
    We are using the XMLP Desktop application on the Client Machine.(Citrix)
    Can anybody help us in this regard?
    Thanks,
    Sachin.

    Hi.
    You are posting in the wrong forum.
    Please post to the BI Publisher Forum:
    BI Publisher

  • XML Publisher and HTML DB

    Hello;
    Is anyone out there have integrated the XML Publisher with Application Express (aka HTML DB) ?
    Thank you.
    Shaun

    Hi Mike,
    i'm looking for the same info about integrating xml pub with htmldb.
    For now i'm only testing it, however i heard that can be paid as well 40$ for employee.
    Is not too much as we pay as well microsoft...
    However would be nice to have a separate price list regarding only the xml publ. (such as it's a standalone product)
    However did you go further into the evaluation of htmldb + xml pub?
    thanx

  • Oracle XML Publisher Template Builder 5.5

    I have seen references to this word plug-in in various XML Publisher demos and presentations, but cannot find where to download the plug-in. Could anyone please provide some insight?
    Thanks,
    Brett

    Brett,
    The patch number given in your reply doesn't seems to exist. Here is the patch number I found in Metalink.
    Patch 4239263
    Description XDO/ORACLE XML PUBLISHER TEMPLATE BUILDER PATCH 1.0.0
    Product XML Publisher
    Release Applications 11i
    Platform or Language -------- Platforms --------Microsoft Windows (32-bit)
    Last Updated 14-MAR-2005
    Size 31M (32764293 bytes)
    Thanks, Anbu Kuppusamy

  • XML Publisher Loading data error "Run-Time Error '76' Path Not Found"

    Hi,
    I am trying to preview the PDF output in the XML Publisher Desktop Application.
    I am able to LOAD the data successfully.
    But whenever we try to preview the output, we are getting an error saying "Run-Time Error '76' Path Not Found".
    I am running in Vista OS and MS Office 2007.
    What to be done after this? Do I place the .xml and .xsd in Temp folder?
    Kindly pls help me out in this. It would be really a very great.
    Thanks & Regards,
    Santhoshkumar.M
    Edited by: 882342 on Aug 31, 2011 3:24 AM

    You must give your user full control to C:\program files\Oracle i.e. the folder where your BI Publisher or XML Publisher Desktop is installed, see http://boardreader.com/thread/xml_publisher_error_Run_Time_Error_76_Pa_lsptXmonb.html

  • Error while triggering XML publisher thru AE program

    Hi all,
    Im trying to generate a report using XML publisher thru Application Engine program which is invoked by a batch job. Im getting an "No such file or directory." error..
    Error creating directory /opt/batchapps/psoft/pri/appserv/prcs/HRDEV/files/XMLP/76d9c064-71bb-11de-b902-c97a101aa4b6: No such file or directory. (2,827) PSXP_RPTDEFNMANAGER.ReportDefn.OnExecute Name:ProcessReport PCPC:38847 Statement:927
    Called from:MGR_TBL.BUSINESS_UNIT.FieldFormula Name:NOTIF Statement:813
    Called from:STK_NF.MAIN.GBL.default.1900-01-01.Step01.OnExecute Statement:29
    Process 114396 ABENDED at Step STK_NF.MAIN.Step01 (PeopleCode) -- RC = 8 (108,524)
    Process %s ABENDED at Step %s.%s.%s (Action %s) -- RC = %s
    PeopleSoft AE Retcode=0
    Can someone please let me know what could be the issue ?

    Hi all,
    Im trying to generate a report using XML publisher thru Application Engine program which is invoked by a batch job. Im getting an "No such file or directory." error..
    Error creating directory /opt/batchapps/psoft/pri/appserv/prcs/HRDEV/files/XMLP/76d9c064-71bb-11de-b902-c97a101aa4b6: No such file or directory. (2,827) PSXP_RPTDEFNMANAGER.ReportDefn.OnExecute Name:ProcessReport PCPC:38847 Statement:927
    Called from:MGR_TBL.BUSINESS_UNIT.FieldFormula Name:NOTIF Statement:813
    Called from:STK_NF.MAIN.GBL.default.1900-01-01.Step01.OnExecute Statement:29
    Process 114396 ABENDED at Step STK_NF.MAIN.Step01 (PeopleCode) -- RC = 8 (108,524)
    Process %s ABENDED at Step %s.%s.%s (Action %s) -- RC = %s
    PeopleSoft AE Retcode=0
    Can someone please let me know what could be the issue ?

  • XML Publisher Report Fails While using Pivot Table in R12 Oracle EBS

    Hello All,
    Need your help. I am trying to create a report with a Pivot table. I have created the .rtf file using the Oracle BI Publisher Template Builder for word 10.1.3.4.1. the data comes correctly in preview but when i register it in EBS and run the concurrent program it competes in warning and no output is displayed.
    The error message looks like as follows.
    [9/3/10 4:03:17 PM] [19934:RT444621] Executing post-processing actions for request 444621.
    [9/3/10 4:03:17 PM] [19934:RT444621] Starting XML Publisher post-processing action.
    [9/3/10 4:03:17 PM] [19934:RT444621]
    Template code: XXECOHCGEN
    Template app: XXECO
    Language: en
    Territory: 00
    Output type: EXCEL
    [9/3/10 4:03:31 PM] [19934:RT444621] Output file was found but is zero sized - Deleted
    [9/3/10 4:03:31 PM] [UNEXPECTED] [19934:RT444621] java.lang.reflect.InvocationTargetException
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:45)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
         at java.lang.reflect.Method.invoke(Method.java:599)
         at oracle.apps.xdo.common.xml.XSLT10gR1.invokeNewXSLStylesheet(XSLT10gR1.java:611)
         at oracle.apps.xdo.common.xml.XSLT10gR1.transform(XSLT10gR1.java:239)
         at oracle.apps.xdo.common.xml.XSLTWrapper.transform(XSLTWrapper.java:182)
         at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:1044)
         at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:997)
         at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:212)
         at oracle.apps.xdo.template.FOProcessor.createFO(FOProcessor.java:1665)
         at oracle.apps.xdo.template.FOProcessor.generate(FOProcessor.java:975)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.runProcessTemplate(TemplateHelper.java:5936)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3459)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3548)
         at oracle.apps.fnd.cp.opp.XMLPublisherProcessor.process(XMLPublisherProcessor.java:302)
         at oracle.apps.fnd.cp.opp.OPPRequestThread.run(OPPRequestThread.java:176)
    Caused by: oracle.xdo.parser.v2.XPathException: Namespace prefix 'crosstab' used but not declared.
         at oracle.xdo.parser.v2.XSLProcessor.reportException(XSLProcessor.java:806)
         at oracle.xdo.parser.v2.XSLProcessor.newXSLStylesheet(XSLProcessor.java:571)
         ... 17 more
    would appreciate some pointers to fix this issue.
    Regards,
    Abhijeet K
    Edited by: Abhijeet K on Sep 3, 2010 8:10 AM

    HI, was there a Solution Ever found for this post other than the Workaround.
    I am at the Same issue now, Any Valuable inputs will Help me finish my Report ASAP, becos currently this is my only Show stopper
    we have Oracle Apps R12 realease 12.1.3  we use XMLpublisher built in R12
    The issue i have is .
    I created a XMLPublisher Report using PIVOT TABLE i would like to have my output to be in Excel, When i Preview it works fine, when i execute via Concurrent Program it gives the Following Log file
    XXTPC Custom Application: Version : UNKNOWN
    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
    TPC_ITEM_COUNT_RPT module: TPC ITEM COUNT RPT
    Current system time is 25-JUN-2012 11:00:39
    XDO Data Engine Version No: 5.6.3
    Resp: 21676
    Org ID : 101
    Request ID: 2149483
    All Parameters: report_name=RUN BY ORDER TYPE:org_name=HQF:org_choice=TPC US:item_selection=1001:order_type=k-us:pstatus=entered,waved,notwaved,shipped:transit_days=:first_receipt_date=01-jun-2012:last_receipt_date=22-jun-2012
    Data Template Code: TPC_ITEM_COUNT_RPT
    Data Template Application Short Name: XXTPC
    Debug Flag: N
    {first_receipt_date=01-jun-2012, org_choice=TPC US, item_selection=1001, report_name=RUN BY ORDER TYPE, pstatus=entered,waved,notwaved,shipped, org_name=HQF, last_receipt_date=22-jun-2012, order_type=k-us, transit_days=}
    Calling XDO Data Engine...
    Start of log messages from FND_FILE
    End of log messages from FND_FILE
    Executing request completion options...
    Output file size:
    29148
    ------------- 1) PUBLISH -------------
    Beginning post-processing of request 2149483 on node HQTERPAS1LX at 25-JUN-2012 11:00:51.
    Post-processing of request 2149483 failed at 25-JUN-2012 11:00:52 with the error message:
    One or more post-processing actions failed. Consult the OPP service log for details.
    ------------- 2) PRINT   -------------
    Not printing the output of this request because post-processing failed.
    Finished executing request completion options.
    Concurrent request completed
    Current system time is 25-JUN-2012 11:00:52
    I have requested my DBA to get me the OPP file..
    Thanks in advance for any solution.

  • XML Publisher Patch 9501440 EBS 11i

    Hello
    Is there any body faced any problem when apply XML Publisher Patch 9501440?
    Bursting Program does not find File...
    Oracle XML Publisher Template Builder for Word
    Version 5.6 Build 45
    Oracle RDBMS : 10.2.0.4.0
    Oracle Applications : 11.5.10.2
    Concurrent Program: XML Publisher Report Bursting Program
    Concurrent Short Name:XDOBURSTREP
    Executable: XDOBURSTRPT
    *************LOG FILE Messages START ****************************
    XDOBURSTREP module: XML Publisher Report Bursting Program
    Current system time is 08-NOV-2010 17:02:08
    1.007: [GC 1.007: [DefNew: 1792K->191K(1984K), 0.0192655 secs] 1792K->243K(6080K), 0.0195205 secs] [Times: user=0.02 sys=0.00, real=0.02 secs]
    1.787: [GC 1.788: [DefNew: 1983K->45K(1984K), 0.0277442 secs] 2035K->283K(6080K), 0.0279352 secs] [Times: user=0.03 sys=0.00, real=0.03 secs]
    2.562: [GC 2.562: [DefNew: 1837K->192K(1984K), 0.0253611 secs] 2075K->597K(6080K), 0.0255568 secs] [Times: user=0.02 sys=0.00, real=0.03 secs]
    3.462: [GC 3.462: [DefNew: 1984K->130K(1984K), 0.0209697 secs] 2389K->713K(6080K), 0.0211647 secs] [Times: user=0.01 sys=0.00, real=0.02 secs]
    4.266: [GC 4.266: [DefNew: 1922K->97K(1984K), 0.0168747 secs] 2505K->809K(6080K), 0.0170602 secs] [Times: user=0.02 sys=0.00, real=0.02 secs]
    5.123: [GC 5.123: [DefNew: 1889K->192K(1984K), 0.0284309 secs] 2601K->1253K(6080K), 0.0286286 secs] [Times: user=0.02 sys=0.00, real=0.03 secs]
    5.909: [GC 5.909: [DefNew: 1957K->192K(1984K), 0.0116465 secs] 3018K->1567K(6080K), 0.0118526 secs] [Times: user=0.01 sys=0.00, real=0.01 secs]
    5.943: [GC 5.944: [DefNew: 1973K->162K(1984K), 0.0029086 secs] 3349K->1664K(6080K), 0.0030941 secs] [Times: user=0.01 sys=0.00, real=0.00 secs]
    5.970: [GC 5.970: [DefNew: 1951K->1K(1984K), 0.0025240 secs] 3452K->1504K(6080K), 0.0027056 secs] [Times: user=0.01 sys=0.00, real=0.00 secs]
    5.993: [GC 5.993: [DefNew: 1781K->35K(1984K), 0.0020896 secs] 3284K->1537K(6080K), 0.0022733 secs] [Times: user=0.01 sys=0.00, real=0.00 secs]
    6.651: [GC 6.651: [DefNew: 1827K->119K(1984K), 0.0065788 secs] 3329K->1622K(6080K), 0.0067660 secs] [Times: user=0.01 sys=0.00, real=0.01 secs]
    6.843: [GC 6.843: [DefNew: 1911K->54K(1984K), 0.0077538 secs] 3414K->1670K(6080K), 0.0079373 secs] [Times: user=0.01 sys=0.00, real=0.01 secs]
    7.056: [GC 7.057: [DefNew: 1846K->99K(1984K), 0.0033575 secs] 3462K->1715K(6080K), 0.0035395 secs] [Times: user=0.00 sys=0.00, real=0.00 secs]
    7.228: [GC 7.229: [DefNew: 1891K->82K(1984K), 0.0054213 secs] 3507K->1750K(6080K), 0.0056144 secs] [Times: user=0.00 sys=0.00, real=0.01 secs]
    7.351: [GC 7.351: [DefNew: 1874K->137K(1984K), 0.0046116 secs] 3542K->1805K(6080K), 0.0047993 secs] [Times: user=0.01 sys=0.00, real=0.00 secs]
    7.469: [GC 7.470: [DefNew: 1929K->100K(1984K), 0.0043573 secs] 3597K->1843K(6080K), 0.0045445 secs] [Times: user=0.01 sys=0.00, real=0.00 secs]
    7.632: [GC 7.632: [DefNew: 1892K->192K(1984K), 0.0134389 secs] 3635K->2308K(6080K), 0.0136347 secs] [Times: user=0.01 sys=0.00, real=0.01 secs]
    XML/BI Publisher Version : 5.6.3
    Request ID: 17676203
    All Parameters: ReportRequestID=17674892:DebugFlag=Y
    Report Req ID: 17674892
    Debug Flag: Y
    Updating request description
    Updated description
    Retrieving XML request information
    Node Name:ATFAPT02
    Preparing parameters
    null output =/oracle/appl/orad1at2/product/comn/admin/out/o17676203.out
    8.464: [GC 8.464: [DefNew: 1984K->192K(1984K), 0.0184990 secs] 4100K->2509K(6080K), 0.0186945 secs] [Times: user=0.01 sys=0.00, real=0.02 secs]
    inputfilename =/oracle/appl/orad1at2/product/comn/admin/out/o17674892.out
    Data XML File:/oracle/appl/orad1at2/product/comn/admin/out/o17674892.out
    Set Bursting parameters..
    Bursting propertes.....
    {user-variable:cp:territory=US, PRT00814.pdf-stream-divider-max-output-size=65536000, user-variable:cp:ReportRequestID=17674892, user-variable:cp:language=en, user-variable:cp:responsibility=20420, pdf-stream-divider-max-output-size=65536000, user-variable.OA_MEDIA=http://d1at2.abc.ca:8010/OA_MEDIA, burstng-source=EBS, user-variable:cp:DebugFlag=Y, user-variable:cp:parent_request_id=17674892, user-variable:cp:locale=en-US, user-variable:cp:user=URU4.ASHAFI, user-variable:cp:application_short_name=XDO, system-temp-dir=/oracle/appl/orad1at2/product/comn/temp, user-variable:cp:request_id=17676203, user-variable:cp:org_id=43, user-variable:cp:reportdescription=XXPAY Database Audit Series Change Register}
    Start bursting process..
    9.208: [GC 9.208: [DefNew: 1984K->142K(1984K), 0.0167699 secs] 4301K->2645K(6080K), 0.0169704 secs] [Times: user=0.01 sys=0.01, real=0.02 secs]
    [110810_050218008][][STATEMENT] /oracle/appl/orad1at2/product/comn/temp
    [110810_050218063][][STATEMENT] BurstingProcessor:Property Key=>user-variable:cp:territory : value=>US
    [110810_050218063][][STATEMENT] BurstingProcessor:Property Key=>user-variable:cp:ReportRequestID : value=>17674892
    [110810_050218064][][STATEMENT] BurstingProcessor:Property Key=>PRT00814.pdf-stream-divider-max-output-size : value=>65536000
    [110810_050218064][][STATEMENT] BurstingProcessor:Property Key=>user-variable:cp:language : value=>en
    [110810_050218065][][STATEMENT] BurstingProcessor:Property Key=>user-variable:cp:responsibility : value=>20420
    [110810_050218065][][STATEMENT] BurstingProcessor:Property Key=>user-variable.OA_MEDIA : value=>http://d1at2.abc.ca:8010/OA_MEDIA
    [110810_050218066][][STATEMENT] BurstingProcessor:Property Key=>burstng-source : value=>EBS
    [110810_050218066][][STATEMENT] BurstingProcessor:Property Key=>pdf-stream-divider-max-output-size : value=>65536000
    [110810_050218066][][STATEMENT] BurstingProcessor:Property Key=>user-variable:cp:DebugFlag : value=>Y
    [110810_050218067][][STATEMENT] BurstingProcessor:Property Key=>user-variable:cp:locale : value=>en-US
    [110810_050218067][][STATEMENT] BurstingProcessor:Property Key=>user-variable:cp:parent_request_id : value=>17674892
    [110810_050218068][][STATEMENT] BurstingProcessor:Property Key=>user-variable:cp:user : value=>URU4.ASHAFI
    [110810_050218068][][STATEMENT] BurstingProcessor:Property Key=>user-variable:cp:application_short_name : value=>XDO
    [110810_050218068][][STATEMENT] BurstingProcessor:Property Key=>user-variable:cp:request_id : value=>17676203
    [110810_050218069][][STATEMENT] BurstingProcessor:Property Key=>system-temp-dir : value=>/oracle/appl/orad1at2/product/comn/temp
    [110810_050218069][][STATEMENT] BurstingProcessor:Property Key=>user-variable:cp:org_id : value=>43
    [110810_050218070][][STATEMENT] BurstingProcessor:Property Key=>user-variable:cp:reportdescription : value=>XXPAY Database Audit Series Change Register
    [110810_050218071][][STATEMENT] Inside burstingConfigParser
    [110810_050218073][oracle.apps.xdo.batch.BurstingProcessorEngine][STATEMENT] ========================> startElement() ::: startDocument is entered <========================
    [110810_050218095][][STATEMENT] ATTR_TEMPLATE_FIELD_ALIAS:null
    9.325: [GC 9.325: [DefNew: 382K->38K(1984K), 0.0116621 secs]9.337: [Tenured[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor2]
    [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor1]
    : 2642K->2080K(4096K), 0.2945164 secs] 2885K->2080K(6080K), 0.3065072 secs] [Times: user=0.32 sys=0.02, real=0.31 secs]
    [110810_050218555][oracle.apps.xdo.batch.BurstingProcessorEngine][STATEMENT] ========================> startElement() ::: startDocument is entered <========================
    [110810_050218572][][STATEMENT] Template Location:xdo://XX.XXPAY048RPT.en.00/?getSource = true
    [110810_050218605][][STATEMENT] url:xdo://XX.XXPAY048RPT.en.00/?getSource = true
    [110810_050218606][][STATEMENT] mUrl:xdo://XX.XXPAY048RPT.en.00/?getSource = true
    [110810_050218686][oracle.apps.xdo.oa.schema.server.TemplateInputStream][STATEMENT] initStream(): mProps is null
    [110810_050218689][oracle.apps.xdo.oa.schema.server.TemplateInputStream][STATEMENT] initStream(): xdo.TemplateValidation: null
    [110810_050218689][oracle.apps.xdo.oa.schema.server.TemplateInputStream][STATEMENT] initStream(): template validation is on
    [110810_050218880][][STATEMENT] initConfig(): config file used :null
    [110810_050218881][][STATEMENT] initCustomFactories(): loading custom delivery channels :{}
    [110810_050218881][oracle.apps.xdo.delivery.DeliveryManager][STATEMENT] initConfig(): loading default properties :{}
    [110810_050218882][oracle.apps.xdo.delivery.DeliveryManager][STATEMENT] createRequest(): called with request type :smtp_email
    10.191: [GC 10.192: [DefNew: 1792K->157K(1984K), 0.0124028 secs] 5872K->4238K(6080K), 0.0125942 secs] [Times: user=0.01 sys=0.00, real=0.01 secs]
    [110810_050218994][oracle.apps.xdo.delivery.DeliveryManager][STATEMENT] createRequest(): exiting
    [110810_050219092][oracle.apps.xdo.batch.DeliveryHelper][EXCEPTION] java.io.FileNotFoundException: /oracle/appl/orad1at2/product/comn/temp/110810_050218056/xdo1_2.pdf (No such file or directory)
         at java.io.FileInputStream.open(Native Method)
         at java.io.FileInputStream.<init>(FileInputStream.java:106)
         at java.io.FileInputStream.<init>(FileInputStream.java:66)
         at oracle.apps.xdo.batch.DeliveryHelper.getEmailDeliveryRequest(DeliveryHelper.java:221)
         at oracle.apps.xdo.batch.DeliveryHelper.addRequest(DeliveryHelper.java:466)
         at oracle.apps.xdo.batch.bursting.DocumentDelivery.addDeliveryRequest(DocumentDelivery.java:204)
         at oracle.apps.xdo.batch.bursting.DocumentDelivery.submitCoreDeliveryRequests(DocumentDelivery.java:143)
         at oracle.apps.xdo.batch.BurstingProcessorEngine.addDocument2Queue(BurstingProcessorEngine.java:3326)
         at oracle.apps.xdo.batch.BurstingProcessorEngine.createBurstingDocument(BurstingProcessorEngine.java:2165)
         at oracle.apps.xdo.batch.BurstingProcessorEngine.burstDocument(BurstingProcessorEngine.java:2102)
         at oracle.apps.xdo.batch.BurstingProcessorEngine.globalDataEndElement(BurstingProcessorEngine.java:2025)
         at oracle.apps.xdo.batch.BurstingProcessorEngine.endElement(BurstingProcessorEngine.java:1145)
         at oracle.xml.parser.v2.XMLContentHandler.endElement(XMLContentHandler.java:196)
         at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1212)
         at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:301)
         at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:268)
         at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:201)
         at oracle.apps.xdo.batch.BurstingProcessorEngine.burstingRequest(BurstingProcessorEngine.java:2206)
         at oracle.apps.xdo.batch.BurstingProcessorEngine.burstingEndElement(BurstingProcessorEngine.java:1835)
         at oracle.apps.xdo.batch.BurstingProcessorEngine.endElement(BurstingProcessorEngine.java:1148)
         at oracle.xml.parser.v2.XMLContentHandler.endElement(XMLContentHandler.java:196)
         at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1212)
         at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:301)
         at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:268)
         at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:227)
         at oracle.apps.xdo.batch.BurstingProcessorEngine.burstingConfigParser(BurstingProcessorEngine.java:974)
         at oracle.apps.xdo.batch.BurstingProcessorEngine.process(BurstingProcessorEngine.java:917)
         at oracle.apps.xdo.oa.cp.JCP4XDOBurstingEngine.runProgram(JCP4XDOBurstingEngine.java:293)
         at oracle.apps.fnd.cp.request.Run.main(Run.java:161)
    [110810_050219094][oracle.apps.xdo.delivery.smtp.SMTPDeliveryRequest][STATEMENT] submit(): Called
    [110810_050219095][oracle.apps.xdo.delivery.smtp.SMTPDeliveryRequest][STATEMENT] setDefaultServerProperties(): No default server found for this request type: smtp_email
    [110810_050219096][oracle.apps.xdo.delivery.smtp.SMTPDeliveryRequest][STATEMENT] setDefaultServerProperties(): properties defined in this request.
    [TEMP_DIR:String] [oracle/appl/orad1at2/product/comn/temp/110810_050218056]
    [ASYNC_CHECK_INTERVAL:Integer] [60000]
    [HOST:String] [is053.abc.com]
    [SMTP_TO_RECIPIENTS:String] [[email protected]]
    [SMTP_ENCODING:String] **
    [SMTP_CONTENT_TYPE:String] [text/html;charset=UTF-8]
    [SMTP_SUBJECT:String] [- ]
    [BUFFERING_MODE:Boolean] [true]
    [SMTP_FROM:String] []
    [TEMP_FILE_PREFIX:String] [dlvr]
    [PORT:Integer] [(java.lang.Integer]
    [RETRY:Integer] [0]
    [SMTP_ATTACHMENT:Attachment] [(oracle.apps.xdo.delivery.smtp.Attachment]
    [RETRY_INTERVAL:Integer] [60000]
    [TEMP_FILE_SUFFIX:String] [.tmp]
    [SMTP_ATTACHMENT_FIRST:Boolean] [(java.lang.Boolean]
    [SMTP_REPLY_TO:String] [[email protected]]
    [SMTP_CHARSET:String] [UTF-8]
    [ASYNC_TIMEOUT:Integer] [86400000]
    [110810_050219097][oracle.apps.xdo.delivery.smtp.SMTPDeliveryRequest][STATEMENT] submit(): BUFFERING_MODE is ON.
    [110810_050219097][oracle.apps.xdo.delivery.smtp.SMTPDeliveryRequest][STATEMENT] submit(): TEMP_DIR found, start document buffering : /oracle/appl/orad1at2/product/comn/temp/110810_050218056
    [110810_050219098][oracle.apps.xdo.delivery.smtp.SMTPDeliveryRequest][STATEMENT] backupDocument(): Starting document buffering.
    [110810_050219133][oracle.apps.xdo.delivery.smtp.SMTPDeliveryRequest][STATEMENT] backupDocument(): Creating temporary file for buffering : /oracle/appl/orad1at2/product/comn/temp/110810_050218056/dlvrt6raN7DEYH26913.tmp
    [110810_050219137][oracle.apps.xdo.delivery.smtp.SMTPDeliveryRequest][STATEMENT] backupDocument(): 1528 bytes have been written to the temporary file.
    [110810_050219137][oracle.apps.xdo.delivery.smtp.SMTPDeliveryRequest][STATEMENT] filterDocument(): Starting document preprocessing.
    [110810_050219137][oracle.apps.xdo.delivery.smtp.SMTPDeliveryRequest][STATEMENT] filterDocument(): No native command found for preprocessing, exiting.
    [110810_050219138][oracle.apps.xdo.delivery.smtp.SMTPDeliveryRequest][STATEMENT] backupDocument(): Finished document buffering.
    [110810_050219138][oracle.apps.xdo.delivery.smtp.SMTPDeliveryRequest][STATEMENT] submit(): Start reading the buffered document file. : /oracle/appl/orad1at2/product/comn/temp/110810_050218056/dlvrt6raN7DEYH26913.tmp
    [110810_050219139][oracle.apps.xdo.delivery.smtp.SMTPDeliveryRequest][STATEMENT] submit(): Calling DeliveryRequestHandler.submitRequest()
    [110810_050219139][oracle.apps.xdo.delivery.smtp.SMTPDeliveryRequestHandler][STATEMENT] submitRequest(): called
    [110810_050219140][oracle.apps.xdo.delivery.smtp.SMTPDeliveryRequestHandler][STATEMENT] submitRequest(): This request has never been submitted before.
    [110810_050219161][oracle.apps.xdo.delivery.smtp.Attachment][STATEMENT] Start parsing HTML file...(filename:null)(current dir:null)
    [110810_050219163][oracle.apps.xdo.delivery.smtp.Attachment][STATEMENT] 1th <img>/<embed> tag - Beginning of the tag.
    [110810_050219163][oracle.apps.xdo.delivery.smtp.Attachment][STATEMENT] 1th <img>/<embed> tag - Reached the end of the tag.
    [110810_050219164][oracle.apps.xdo.delivery.smtp.Attachment][STATEMENT] 1th <img>/<embed> tag - Original image src :
    [110810_050219164][oracle.apps.xdo.delivery.smtp.Attachment][STATEMENT] 1th <img>/<embed> tag - source is NOT reachable. Value will be used as is.
    [110810_050219166][oracle.apps.xdo.delivery.smtp.Attachment][STATEMENT] Reached the end of InputStream.
    [110810_050219171][oracle.apps.xdo.delivery.smtp.Attachment][STATEMENT] addAttachment(): Adding an attachment ...[filename]=[null], [content-type]=[text/html], [index]=[-1], [disposition]=[null]
    [110810_050219173][oracle.apps.xdo.delivery.smtp.Attachment][STATEMENT] addAttachment(): Character set for MIME headers : UTF-8
    [110810_050219173][oracle.apps.xdo.delivery.smtp.Attachment][STATEMENT] addAttachment(): Character encoding for MIME headers : B
    [110810_050219174][oracle.apps.xdo.delivery.smtp.Attachment][STATEMENT] addAttachment(): Exiting addAttachment()
    [110810_050219174][oracle.apps.xdo.delivery.smtp.Attachment][STATEMENT]
                        <html>
                             <head>
                                  <style type="text/css">
                                       body {font-family:Arial}
                                  </style>
                             </head>
                        <body>
    <!--                    <img src=""/>
    -->
    ---------------------------------------------------------- Oracle----------------------------------------------------------------
    System Administrator Action:
    Not applicable.
    Regards
    The information transmitted is intended only for the addressee and may contain confidential,
    proprietary and/or privileged material. Any unauthorized review, distribution or other use of
    or the taking of any action in reliance upon this information is prohibited. If you received
    this in error, please contact the sender and delete any copies.
    </body></html>
    [110810_050219267][oracle.apps.xdo.delivery.smtp.SMTPDeliveryRequestHandler][STATEMENT] submitRequest(): Character set for MIME headers : UTF-8
    [110810_050219267][oracle.apps.xdo.delivery.smtp.SMTPDeliveryRequestHandler][STATEMENT] submitRequest(): Character encoding for MIME headers : B
    [110810_050219282][oracle.apps.xdo.batch.DeliveryHelper][EXCEPTION] javax.mail.internet.AddressException: Illegal address in string ``''
         at javax.mail.internet.InternetAddress.<init>(InternetAddress.java:68)
         at oracle.apps.xdo.delivery.smtp.SMTPDeliveryRequestHandler.submitRequest(SMTPDeliveryRequestHandler.java:747)
         at oracle.apps.xdo.delivery.AbstractDeliveryRequest.submit(AbstractDeliveryRequest.java:1270)
         at oracle.apps.xdo.batch.DeliveryHelper.submitRequests(DeliveryHelper.java:627)
         at oracle.apps.xdo.batch.bursting.DocumentDelivery.submitCoreDeliveryRequests(DocumentDelivery.java:151)
         at oracle.apps.xdo.batch.BurstingProcessorEngine.addDocument2Queue(BurstingProcessorEngine.java:3326)
         at oracle.apps.xdo.batch.BurstingProcessorEngine.createBurstingDocument(BurstingProcessorEngine.java:2165)
         at oracle.apps.xdo.batch.BurstingProcessorEngine.burstDocument(BurstingProcessorEngine.java:2102)
         at oracle.apps.xdo.batch.BurstingProcessorEngine.globalDataEndElement(BurstingProcessorEngine.java:2025)
         at oracle.apps.xdo.batch.BurstingProcessorEngine.endElement(BurstingProcessorEngine.java:1145)
         at oracle.xml.parser.v2.XMLContentHandler.endElement(XMLContentHandler.java:196)
         at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1212)
         at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:301)
         at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:268)
         at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:201)
         at oracle.apps.xdo.batch.BurstingProcessorEngine.burstingRequest(BurstingProcessorEngine.java:2206)
         at oracle.apps.xdo.batch.BurstingProcessorEngine.burstingEndElement(BurstingProcessorEngine.java:1835)
         at oracle.apps.xdo.batch.BurstingProcessorEngine.endElement(BurstingProcessorEngine.java:1148)
         at oracle.xml.parser.v2.XMLContentHandler.endElement(XMLContentHandler.java:196)
         at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1212)
         at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:301)
         at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:268)
         at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:227)
         at oracle.apps.xdo.batch.BurstingProcessorEngine.burstingConfigParser(BurstingProcessorEngine.java:974)
         at oracle.apps.xdo.batch.BurstingProcessorEngine.process(BurstingProcessorEngine.java:917)
         at oracle.apps.xdo.oa.cp.JCP4XDOBurstingEngine.runProgram(JCP4XDOBurstingEngine.java:293)
         at oracle.apps.fnd.cp.request.Run.main(Run.java:161)
    [110810_050219283][][EXCEPTION] Error!! Could not deliver the output for Delivery channel:null . Please check the Log for error details..
    10.512: [GC 10.512: [DefNew: 1204K->61K(1984K), 0.0072295 secs]10.520: [Tenured: 4232K->2292K(4352K), 0.2700526 secs] 5284K->2292K(6336K), 0.2776002 secs] [Times: user=0.28 sys=0.00, real=0.28 secs]
    [110810_050219578][oracle.apps.xdo.batch.BurstingProcessorEngine][STATEMENT] ========================> startElement() ::: endDocument is entered <========================
    [110810_050219580][oracle.apps.xdo.batch.BurstingProcessorEngine][STATEMENT] ========================> startElement() ::: endDocument is entered <========================
    Bursting process complete..
    Generating Bursting Status Report..
    --Exception
    /*oracle/appl/orad1at2/product/comn/temp/110810_050218056/xdo1_2.pdf (No such file or directory)*
    java.io.FileNotFoundException: /oracle/appl/orad1at2/product/comn/temp/110810_050218056/xdo1_2.pdf (No such file or directory)     at java.io.FileInputStream.open(Native Method)
         at java.io.FileInputStream.<init>(FileInputStream.java:106)
         at java.io.FileInputStream.<init>(FileInputStream.java:66)
         at oracle.apps.xdo.oa.cp.JCP4XDOBurstingEngine.zipOutputFiles(JCP4XDOBurstingEngine.java:532)
         at oracle.apps.xdo.oa.cp.JCP4XDOBurstingEngine.runProgram(JCP4XDOBurstingEngine.java:299)
         at oracle.apps.fnd.cp.request.Run.main(Run.java:161)
    [110810_050219666][][STATEMENT] /oracle/appl/orad1at2/product/comn/temp/110810_050218056 deleted successfully...
    Heap
    def new generation total 1984K, used 199K [0xb1000000, 0xb1220000, 0xb4780000)
    eden space 1792K, 11% used [0xb1000000, 0xb1031d68, 0xb11c0000)
    from space 192K, 0% used [0xb11c0000, 0xb11c0000, 0xb11f0000)
    to space 192K, 0% used [0xb11f0000, 0xb11f0000, 0xb1220000)
    tenured generation total 6104K, used 4292K [0xb4780000, 0xb4d76000, 0xd0400000)
    the space 6104K, 70% used [0xb4780000, 0xb4bb10c0, 0xb4bb1200, 0xb4d76000)
    compacting perm gen total 12288K, used 7320K [0xd0400000, 0xd1000000, 0xd8400000)
    the space 12288K, 59% used [0xd0400000, 0xd0b26118, 0xd0b26200, 0xd1000000)
    ro space 8192K, 80% used [0xd8400000, 0xd8a73430, 0xd8a73600, 0xd8c00000)
    rw space 12288K, 59% used [0xd8c00000, 0xd9330510, 0xd9330600, 0xd9800000)
    *************LOG FILE Messages END****************************
    Thanks

    Hi Edmonton,
    Check the email address that you're trying to send to, from your log below:
    javax.mail.internet.AddressException: Illegal address in string ``''
    Regards,
    Gareth

Maybe you are looking for

  • Would a Mac-ready GPU work in a PC?

    I've been doing a lot of reading on getting the right graphics card for my set up and I can't get a fix on this question: Could I use a Mac-ready GPU in a PC?  (And if so, are any mods necessary?) I have a Mid-2010 Mac Pro (8-core) that currently has

  • Aperture 3 bad raw conversion with Canon files

    Hi, Aperture is converting my 6400 iso raws into images I can't work with to my satisfaction. For pleasure I shot a staged disco dance event with some fun colorful lighting. When imported into Aperture via card reader the previews look somewhat simil

  • FBL5N Display error

    Hi, I have taken dump of customer line item, but i am getting  same SAP  document no in  Doc no column as well as  clrg documents . any one can help me out in this. Thanks Sandesh Rao

  • Some of my iweb site is not publishing

    Hi I have recently made changes to my website - although the majority of them are fine when i publish them any changes to my home page are not appearing in my published website. I am publishing via 1and1 Any help would be greatfuly received

  • Need to take out battery to shut down MacBook

    After installing 10.5.3 my MacBook shows instead of shutting down a small rotating wheel on the screen. I can only stop this by taking out the battery. When I start the MacBook and shut it down immediately whithout using the applications, it works no