JDE Enterprise One 8.11/8.12 and XML Publisher

For one of the implementations, the requirement is to print the information from the application on a standard drawing....
Can the XML Publisher be used to pick the information from the JDE Sales Configurator and print the same on a standard media attachement which is a pdf file....

Hi Eddy,
I notice that you are using the html generation machine also for product package and package builds as wel.
You only need the C compiler for development AND packagebuild. Normally I would split these functionality. (different machines for development and html generation, product packaging)
I'm not sure about Product packages, but I would advice doing the package builds on the deployment server. (doing only the assembly on a client for update packages)
Building on the depl server makes the build process MUCH faster.
hope this helps
regards
Alaric

Similar Messages

  • JDE Enterprise One v9.0 and ISO 20022 support

    Hi all,
    Does anyone out there know whether JDE Enterprise One v9 supports any of the ISO 20022 financial message formats such as payments or bank statements? If not, is it Oracle's intention to provide support in the near future? Our banks are encouraging us to adopt this new standard for communications.
    Thanks in advance.

    Hi Dario,
    BizTalk 2013 R2 (JDE LOB Adapter) is not tested against latest release of JDE EnterpriseOne 9.1.
    It only supports with 8.12 and 9.0 version of JDE.
    Refer the discussion here:
    Integrating BizTalk with JDE EnterpriseOne
    Rachit
    Please mark as answer or vote as helpful if my reply does

  • Problems with reports and XML-publisher - No XML

    Hi!
    I'm having a problem with Apps and XML-publisher. I made a report file, which queries some views. When executing in reports, I get all the data I expect.
    Now, when I upload the reportfile to Apps and let it generate XML, my xml-file is empty (well, almost empty)
    <?xml version="1.0" ?>
    <!-- Generated by Oracle Reports version 6.0.8.27.0 -->
    <T03501684>
    <LIST_G_PERSOON>
    <LIST_G_PERSOON />
    </T03501684>
    Anyone who can shed any light upon this problem?

    OK, finally solved the problem... A good night's sleep always helps ;).
    After just trying each queried table one after an other, I found the problem:
    The difference between Oracle Apps (Dutch locale) and the reports builder (English) is the language... And our functional people have changed some names, but the Dutch ones, leaving the english names in place and one of the tables I query has language specific data, which is also appears in a where clause.

  • How to disable 'Save' button when OAF and XML Publisher integrated...URGENT

    Hi,
    I am new to the OA Framework and XML publisher. I have been working on a requirement where I am designing a new page in Manager Self Service with few fields and a submit button. Also designed a RTF template in XML publisher to display the output in PDF format.
    When the details are entered on the page and click on 'Submit' button, the PDF will Open with the data populated. This is working perfectly... thanks to the forum.
    But my issue is: When the submit button is clicked, it displayes a dialog box with Open/Save/Cancel options and if I click the 'Open', the PDF will be opened. But my client is a retail client and they don't want store managers to save this PDF so either I have to skip this dialog box and directly open the PDF or I have to disable the 'Save' on the dialog box.
    Gurus -- Please help me how to achieve this. This is very urgent
    Below is the piece of code I am using in the controller to generate the PDF.
    TemplateHelper.processTemplate(
    ((OADBTransactionImpl)pageContext.getApplicationModule(webBean).getOADBTransaction()).getAppsContext(),
    APP_NAME,
    TEMPLATE_CODE,
    ((OADBTransactionImpl)pageContext.getApplicationModule(webBean).getOADBTransaction()).getUserLocale().getLanguage(),
    ((OADBTransactionImpl)pageContext.getApplicationModule(webBean).getOADBTransaction()).getUserLocale().getCountry(),
    inputStream,
    TemplateHelper.OUTPUT_TYPE_PDF,
    null,
    pdfFile);
    Thanks in Advance,
    Naren

    Frank, thanks for the update.
    But do you want me to try ControllerContext.getInstance().getCurrentViewPort().isDataDirty(); in button disable property?
    I have written one method in my am like
    public boolean isTransactionDirty(){
    return getDBTransaction.isDity();
    and exposed that method to client side and i try to use this method in my button disable property as
    disable#{bindings.isTransactionDirty.execute} but this is not working.
    Thanks

  • JDeveloper and XML Publisher with EBS ?

    Hi All,
    Can anyone clarify my doubts ?
    I am new to Java and i have some experience in XMLP, but i saw in the User guide the Java API's, how to and where to run those API's.
    And is JDeveloper used with XMLP to run Java API's ?, if yes can u pls explain how to start working on that and what is the relation between JDeveloper and XML Publisher in EBS.
    I really appriciate your early reply.
    Thanks in advance.

    XML Publisher ships with 2 XDK parsers a 9i version for backward compatibility and 10g version - you can switch at runtim using the properties. However, you have to make sure that the XML Publisher versions of the libraries are used and not the ones coming with i.e. jdeveloper version or oc4j version that you are using. You should use the version shipped with XML Publisher, because these versions are thoroughly tested with XML Publisher.
    See the deployment notes in the install document:
    Oracle OC4J Deployment Notes
    The version of the XML Parser shipped with Oracle OC4J is incompatible with XML Publisher. When you create an XML Publisher application for OC4J you need to configure the system to use the XML Publisher version of the XML Parser. This can be accomplished by setting an orion-web.xml configuration file with the following content:
    <?xml version = '1.0' encoding = 'windows-1252'?>
    <orion-web-app>
    <web-app-class-loader search-local-classes-first="true" />
    </orion-web-app>

  • OAF and XML Publisher

    Hi,
    How to merge OAF and Xml publisher when multiple view objects are present i.e(PO header and Lines)
    Thanks

    refer this http://apps2fusion.com/at/ps/260-integrating-xml-publisher-and-oa-framework
    --Prasanna                                                                                                                                                                                                       

  • Dunning Letters and XML Publisher

    I have created a template for the dunning letter print in applications. When we submit the dunning letter generate process it kicks off the print automatically and this gives us a problem as the print doesn't seem to have the XMLP template associated with it and we get no output. We can work round this by submitting the XML Report Publisher Request to get the dunning letter print as required. We do have the "one step" patch applied and other XML Publisher reports are working seamlessly so how do we get the dunning letters print to work seamlessly when we have no control of the submission?
    Any help appreciated.
    Thanks,
    Dave

    Tim
    Yes it works fine in preview. Also works OK if I submit XML Report Publisher.
    The problem is the template is for the dunning letters print report but we don't actually submit that, we submit the dunning letters generate which kicks off the dunning letter print. I guess the submit process within the generate process does not include the template in the parameters list so there is no output available when it runs.
    Only thing I can think of is to modify the print report to submit the XML Report Publisher in the after report trigger but not sure if this is going to work?
    I did see a similar query on metalink where the person was told there would be a solution in XMLP5.5 but I can't see anything in the about 5.5 doc that fits this issue.
    Any ideas appreciated.
    Thanks,
    Dave

  • Generating pdf report via concurrent manager and xml publisher

    I have report (rdf) which works fine in eBusiness Suite but I’d like to create translatable reports with reach layout (comparing with the Report Builder) based on the functionalities of the XML publisher. I’ve made all necessary steps (first change the output format for that report in concurrent manager from pdf to xml, submit the report to get xml file, which I’ve used in Microsoft Word Template Builder to make layout in rtf file, and create data and template in XML Publisher Administrator in eBusiness Suite).
    When I’ve submitted that report from concurrent manager, after the concurrent manage finished his job I got the warning message.
    Also the output file is not generated and in log file there is a message: One or more post-processing actions failed. Consult the OPP service log for details.
    Concurrent manager works fine, but there are problem when concurrent manager send the xml output of the report to XML Publisher which have to create pdf layout based on rtf template.
    I think there might be a problem with report complexity, while I’ve used layout formatting, api calls to eBusiness Suite, parameters, placeholders, attached library etc.
    If it is impossible to get new report based on xml publisher template, what is the purpose of xml publisher if it is so limited, while every eBusiness Suite Report is so complex.
    I hope there will be a person on this forum with the same problem, otherwise I’ll give up at all from XML Publisher, at least until it come a better version of that tool which it seems to be in early development phase and not ready for the market yet.

    All of the complex report logic is handled in your Oracle Report (rdf) file.
    If your Oracle report is working OK, then this report should be generating XML.
    After running your report, go to the View Requests window. Highlight your request, and click the Diagnostics button. Then click the 'View XML' button. If you see XML data, then you should be OK.
    When I faced a similar issue, it was because the '1 step' process didnt work for the particular report I was using. The '1 step' process doesn't work for every report. Which report are you using?
    If the report is submitted via a form (not the concurrent manager request form), then you probably need to use 2 steps to produce the desired output.
    For more information, see the following thread:
    Enhancment to avoid 2 step check printing
    HTH,
    Mark K

  • Report 6i rdf's and XML Publisher

    I'm trying to decide whether to implement Reports Developer 10g or XML Publishing as our reporting tool. Can I get some feedback from XML Publisher users who have also worked with the Oracle reporting tool Reports 6i? (I'm currently working with 6i)
    How difficult is it to convert existing .rdf's into XML douments?
    Are the complex queries represented in the 6i data model neatly transferred to the XML document or is there a lot of tweaking involved?
    Do you find that you can create complex queries in the XML Publisher tool or is it easier to do it in Reports 6i and transfer the results over to XML?
    How many of the Oracle seeded reports that are delivered as .rdf's have you converted to using the XML Publisher?

    Hi Tim,
    Context: R12 France Telecom (FT) migration from 11i
    FT Reports are complex and the quantity of data / size of files generated by reports can reach up to 20Go. So I need to convert RDF to DATA Template because RDF can not generate some so big files (limit=2Go in 11i and may be 10Go in 12)
    I experience some troubles / issues / limits with reports conversion to XML.
    1 - some Data templates are not generated because of error : [052107_102109040][][EXCEPTION] java.lang.IndexOutOfBoundsException: Index: 0, Size: 0. I sent you 2 mails in the past with error detail but have no answer.
    2 - Data Templates are not directly usable because Reports include call to packages stored in PLL files. Pakages definition are well include in XML file generated by Report converter (1st step of conversion) but are not take in account when PL/SQL routine generation (Data template generation).
    Can you help me especially for the 1st issue
    I'd like to show a XMLP demo to FT using the Data source generator XDODTEXE in GL. I see XDOGLDEMO and GLGENJRNDT concurrent programs but there is no Data Definition / XML Data Template associated. Can you tell me if it exists a Data Template and where it can be retrieved from.

  • 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..

  • JDev ADF Faces and XML publisher integration

    Hi,
    I have an ADF Faces / BC project which I want to integrate XML Publisher for reporting and output purposes.
    Following this note by Deepak Vohra http://www.oracle.com/technology/pub/articles/vohra-jdev-xmlpub.html (which was incredibly helpful by the way)
    So far it's looking very promising but I have a few unknowns with the design.
    1. The database connection.
    In the examples a JDBC connection is opened (and actually forgotten to be closed!). I would like to utilise the AM pooling mechanisim rather than a seperate open/close situation. How do i properly reference/use the pooled AM java.sql.Connection?
    2. Output
    The examples write the PDF (what i am using) to the file system. Is it possible to write this to the browser response stream using a JSP or servlet? My preference is NOT to produce PDF's on the middle tier file system if possible. Need some guidance here.
    thanks and regards,
    Brenden

    1. The database connection.
    In the examples a JDBC connection is opened (and actually forgotten to be closed!). I would like to utilise the AM pooling mechanisim rather than a seperate open/close situation. How do i properly reference/use the pooled AM java.sql.Connection?
    To obtain JDBC connection from ApplicationModule refer
    http://radio.weblogs.com/0118231/2004/01/30.html#a232
    2. Output
    The examples write the PDF (what i am using) to the file system. Is it possible to write this to the browser response stream using a JSP or servlet? My preference is NOT to produce PDF's on the middle tier file system if possible. Need some guidance here.
    Output may be set to an OutputStream with the FOProcessor method
    setOutput(java.io.OutputStream stream)

  • Barcodes and XML Publisher

    Hi ,
    I would like to know if any one has used Barcodes in XML Publisher templates ? also please let me know if you know of any documentation on this topic.
    I have tried other fonts using the RTF templates but when output in PDF , just shows up as numbers....
    Cheers
    Joe

    Hi Joe
    There is a white paper on Check Printing (Note:312353.1, if you do not have a metalink account it will be on our public site soon) which uses the same approach as barcodes to generate the MICR font required on checks.
    The latest 5.5 XMLP release Users Guide now has a section on how to get a non standard font into your output ie a barcode.
    Regards
    Tim
    Message was edited by:
    tdexter

  • Fresh EnterPrise One 9.0 (@MSSQL) installation and security server error

    Hello!
    I've managed to complete Standalone installation without any issues (Win XP SP2 EN) but I have encountered a problem with first login. After entering the password I'm receiving following message: "waiting for security server" and then: "unable to locate security server". Final one says: "failed to communicate with security server: unable to locate security server" and that's it. I can't log in. I've noticed few things:
    jdenet_n.exe is not being started with the system startup - I'm running it manually
    I can see it's working on correct port (6012 as entered in JDBJ.ini)
    Data Sources seems to be configured fine. I've just switched all words '(local)' and 'localhost' to my PC name in Data Source server name, JDE.ini and JDBJ.ini (at all locations). Someone did advice this step if there are security server issues like mine - it didn't help.
    I was following these steps in order to complete the installation, maybe it will help: http://e1tips.com/2011/11/03/jd-edwards-enterpriseone-9-0-standalone-installation/
    I've run out of ideas and google is not able to help any more. Have you encountered it before? I will be grateful for any advice!
    My best regards
    Rafał
    Edited by: 932762 on 2012-05-08 04:04

    Yes all Oracle9iAS installs will have perl directory.
    When you run emctl, please make sure Oracle_HOme variable is set properly
    You are running the command as the user who installed Oracle9iAS
    The restriction to bring down em during second installs will be addressed in the subsequent releases.
    Regards
    Pavna Jain
    Oracle9iAS Product Management

  • Unable to Boot JDE Enterprise One VM Template

    I am trying to bring up the JD EDwards EnterpriseOne Oracle VM Templates (9.0) using OVM Server 3.1.1.
    I uploaded the Image Files for each of the Servers ( HTML, DB, ENT) as well as the supplied Oracle Enterprise Linux 5 image.
    When trying to boot any of the newly created machines I am getting the following error.
    Error 13: Invalid or unsupported executable format.
    Any Suggestions would be greatly appreciated

    Based on some articles that I found while researching this issue I changed the Domain Type to XEN PVM but I am now unable to start the VM at all due to the following error
    Any suggestions should be greatly appreciated
    Job Construction Phase
    begin()
    Appended operation 'Virtual Machine Start' to object '0004fb000006000047eacb228373a3d9 (VINTE1ENT)'.
    Appended operation 'Bridge Configure Operation' to object '0004fb000020000036cead3ac36f6e03 (network.BondPort (1) in ovmserver)'.
    commit()
    Completed Step: COMMIT
    Objects and Operations
    Object (IN_USE): [VirtualDisk] 0004fb0000120000d43ba7dbd9020425.img (E1_ENT.img (2))
    Object (IN_USE): [VirtualMachine] 0004fb000006000047eacb228373a3d9 (VINTE1ENT)
    Operation: Virtual Machine Start
    Object (IN_USE): [BondPort] 0004fb000020000036cead3ac36f6e03 (network.BondPort (1) in ovmserver)
    Operation: Bridge Configure Operation
    Object (IN_USE): [VmDiskMapping] 0004fb00001300005166559c15cca131
    Object (IN_USE): [Vnic] 0004fb000007000074858a3172c37e5e (00:21:f6:00:00:10)
    Object (IN_USE): [VmDiskMapping] 0004fb00001300004f0db86fe39b71c5
    Object (IN_USE): [VirtualDisk] 0004fb000012000003c218b5acec0a73.img (system.img (3))
    Job Running Phase at 15:40 on Tue, Oct 2, 2012
    Job Participants: [44:45:4c:4c:56:00:10:4b:80:39:c8:c0:4f:4a:53:31 (ovmserver)]
    Actioner
    Starting operation 'Virtual Machine Start' on object '0004fb000006000047eacb228373a3d9 (VINTE1ENT)'
    Completed operation 'Virtual Machine Start' completed with direction ==> LATER
    Starting operation 'Bridge Configure Operation' on object '0004fb000020000036cead3ac36f6e03 (network.BondPort (1) in ovmserver)'
    Bridge [192.0.0.0] already exists (and should exist) on interface [bond0] on server [ovmserver]; skipping bridge creation
    Completed operation 'Bridge Configure Operation' completed with direction ==> DONE
    Starting operation 'Virtual Machine Start' on object '0004fb000006000047eacb228373a3d9 (VINTE1ENT)'
    Job Internal Error (Operation)com.oracle.ovm.mgr.api.exception.FailedOperationException: OVMAPI_4010E Attempt to send command: start_vm to server: ovmserver failed. OVMAPI_4004E Server Failed Command: start_vm 0004fb00000300006968e15789a5527f 0004fb000006000047eacb228373a3d9, Status: org.apache.xmlrpc.XmlRpcException: exceptions.RuntimeError:Command: ['xm', 'create', '/OVS/Repositories/0004fb00000300006968e15789a5527f/VirtualMachines/0004fb000006000047eacb228373a3d9/vm.cfg'] failed (1): stderr: Error: Boot loader didn't return any data!
    stdout: Using config file "/OVS/Repositories/0004fb00000300006968e15789a5527f/VirtualMachines/0004fb000006000047eacb228373a3d9/vm.cfg".
    Tue Oct 02 15:40:44 EDT 2012
    Tue Oct 02 15:40:44 EDT 2012
    at com.oracle.ovm.mgr.action.ActionEngine.sendCommandToServer(ActionEngine.java:507)
    at com.oracle.ovm.mgr.action.ActionEngine.sendUndispatchedServerCommand(ActionEngine.java:459)
    at com.oracle.ovm.mgr.action.ActionEngine.sendServerCommand(ActionEngine.java:385)
    at com.oracle.ovm.mgr.action.VirtualMachineAction.sendStartVmCommand(VirtualMachineAction.java:121)
    at com.oracle.ovm.mgr.op.virtual.VirtualMachineStart.asyncAction(VirtualMachineStart.java:65)
    at com.oracle.ovm.mgr.api.collectable.ManagedObjectDbImpl.executeCurrentJobOperationAsyncAction(ManagedObjectDbImpl.java:999)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:330)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:290)
    at com.oracle.odof.core.storage.Transaction.invokeMethod(Transaction.java:822)
    at com.oracle.odof.core.Exchange.invokeMethod(Exchange.java:245)
    at com.oracle.ovm.mgr.api.virtual.VirtualMachineProxy.executeCurrentJobOperationAsyncAction(Unknown Source)
    at com.oracle.ovm.mgr.api.job.JobEngine.objectAsyncStart(JobEngine.java:596)
    at com.oracle.ovm.mgr.op.virtual.VirtualMachineStart.action(VirtualMachineStart.java:52)
    at com.oracle.ovm.mgr.api.collectable.ManagedObjectDbImpl.executeCurrentJobOperationAction(ManagedObjectDbImpl.java:1009)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:330)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:290)
    at com.oracle.odof.core.storage.Transaction.invokeMethod(Transaction.java:822)
    at com.oracle.odof.core.Exchange.invokeMethod(Exchange.java:245)
    at com.oracle.ovm.mgr.api.virtual.VirtualMachineProxy.executeCurrentJobOperationAction(Unknown Source)
    at com.oracle.ovm.mgr.api.job.JobEngine.operationActioner(JobEngine.java:218)
    at com.oracle.ovm.mgr.api.job.JobEngine.objectActioner(JobEngine.java:309)
    at com.oracle.ovm.mgr.api.job.InternalJobDbImpl.objectCommitter(InternalJobDbImpl.java:1140)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:330)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:290)
    at com.oracle.odof.core.BasicWork.invokeMethod(BasicWork.java:136)
    at com.oracle.odof.command.InvokeMethodCommand.process(InvokeMethodCommand.java:100)
    at com.oracle.odof.core.BasicWork.processCommand(BasicWork.java:81)
    at com.oracle.odof.core.TransactionManager.processCommand(TransactionManager.java:773)
    at com.oracle.odof.core.WorkflowManager.processCommand(WorkflowManager.java:401)
    at com.oracle.odof.core.WorkflowManager.processWork(WorkflowManager.java:459)
    at com.oracle.odof.io.AbstractClient.run(AbstractClient.java:42)
    at java.lang.Thread.run(Thread.java:662)
    Caused by: com.oracle.ovm.mgr.api.exception.IllegalOperationException: OVMAPI_4004E Server Failed Command: start_vm 0004fb00000300006968e15789a5527f 0004fb000006000047eacb228373a3d9, Status: org.apache.xmlrpc.XmlRpcException: exceptions.RuntimeError:Command: ['xm', 'create', '/OVS/Repositories/0004fb00000300006968e15789a5527f/VirtualMachines/0004fb000006000047eacb228373a3d9/vm.cfg'] failed (1): stderr: Error: Boot loader didn't return any data!
    stdout: Using config file "/OVS/Repositories/0004fb00000300006968e15789a5527f/VirtualMachines/0004fb000006000047eacb228373a3d9/vm.cfg".
    Tue Oct 02 15:40:44 EDT 2012
    at com.oracle.ovm.mgr.action.ActionEngine.sendAction(ActionEngine.java:798)
    at com.oracle.ovm.mgr.action.ActionEngine.sendCommandToServer(ActionEngine.java:503)
    ... 40 more
    FailedOperationCleanup
    Starting failed operation 'Virtual Machine Start' cleanup on object 'VINTE1ENT'
    Complete rollback operation 'Virtual Machine Start' completed with direction=VINTE1ENT
    Rollbacker
    Executing rollback operation 'Virtual Machine Start' on object '0004fb000006000047eacb228373a3d9 (VINTE1ENT)'
    Complete rollback operation 'Virtual Machine Start' completed with direction=DONE
    Executing rollback operation 'Bridge Configure Operation' on object '0004fb000020000036cead3ac36f6e03 (network.BondPort (1) in ovmserver)'
    Complete rollback operation 'Bridge Configure Operation' completed with direction=DONE
    Objects To Be Rolled Back
    Object (IN_USE): [VirtualDisk] 0004fb0000120000d43ba7dbd9020425.img (E1_ENT.img (2))
    Object (IN_USE): [VirtualMachine] 0004fb000006000047eacb228373a3d9 (VINTE1ENT)
    Object (IN_USE): [BondPort] 0004fb000020000036cead3ac36f6e03 (network.BondPort (1) in ovmserver)
    Object (IN_USE): [VmDiskMapping] 0004fb00001300005166559c15cca131
    Object (IN_USE): [Vnic] 0004fb000007000074858a3172c37e5e (00:21:f6:00:00:10)
    Object (IN_USE): [VmDiskMapping] 0004fb00001300004f0db86fe39b71c5
    Object (IN_USE): [VirtualDisk] 0004fb000012000003c218b5acec0a73.img (system.img (3))
    Write Methods Invoked
    Class=InternalJobDbImpl vessel_id=25495 method=addTransactionIdentifier accessLevel=6
    Class=VirtualMachineDbImpl vessel_id=24259 method=start accessLevel=6
    Class=VnicDbImpl vessel_id=824 method=lock accessLevel=6
    Class=VirtualDiskDbImpl vessel_id=24461 method=lock accessLevel=6
    Class=VirtualDiskDbImpl vessel_id=24155 method=lock accessLevel=6
    Class=VnicDbImpl vessel_id=824 method=lock accessLevel=6
    Class=VmDiskMappingDbImpl vessel_id=24664 method=lock accessLevel=6
    Class=VmDiskMappingDbImpl vessel_id=24669 method=lock accessLevel=6
    Class=VirtualDiskDbImpl vessel_id=24461 method=lock accessLevel=6
    Class=VirtualDiskDbImpl vessel_id=24155 method=lock accessLevel=6
    Class=VirtualMachineStartingEventDbImpl vessel_id=25504 method=notify accessLevel=6
    Class=VirtualMachineStartingEventDbImpl vessel_id=25504 method=setDescription accessLevel=6
    Class=BondPortDbImpl vessel_id=2173 method=addJobOperation accessLevel=6
    Class=InternalJobDbImpl vessel_id=25495 method=setCompletedStep accessLevel=6
    Class=InternalJobDbImpl vessel_id=25495 method=setAssociatedHandles accessLevel=6
    Class=InternalJobDbImpl vessel_id=25495 method=setTuringMachineFlag accessLevel=6
    Class=VirtualMachineDbImpl vessel_id=24259 method=setCurrentOperationToLater accessLevel=6
    Class=InternalJobDbImpl vessel_id=25495 method=setTuringMachineFlag accessLevel=6
    Class=BondPortDbImpl vessel_id=2173 method=setCurrentJobOperationComplete accessLevel=6
    Class=BondPortDbImpl vessel_id=2173 method=nextJobOperation accessLevel=6
    Class=VirtualMachineDbImpl vessel_id=24259 method=nextJobOperation accessLevel=6
    Class=InternalJobDbImpl vessel_id=25495 method=setFailedOperation accessLevel=6
    Class=VirtualDiskDbImpl vessel_id=24155 method=nextJobOperation accessLevel=6
    Class=VirtualMachineDbImpl vessel_id=24259 method=nextJobOperation accessLevel=6
    Class=BondPortDbImpl vessel_id=2173 method=nextJobOperation accessLevel=6
    Class=VmDiskMappingDbImpl vessel_id=24664 method=nextJobOperation accessLevel=6
    Class=VnicDbImpl vessel_id=824 method=nextJobOperation accessLevel=6
    Class=VmDiskMappingDbImpl vessel_id=24669 method=nextJobOperation accessLevel=6
    Class=VirtualDiskDbImpl vessel_id=24461 method=nextJobOperation accessLevel=6
    Class=VirtualMachineDbImpl vessel_id=24259 method=nextJobOperation accessLevel=6
    Class=BondPortDbImpl vessel_id=2173 method=nextJobOperation accessLevel=6
    Completed Step: ROLLBACK
    Job failed commit (internal) due to OVMAPI_4010E Attempt to send command: start_vm to server: ovmserver failed. OVMAPI_4004E Server Failed Command: start_vm 0004fb00000300006968e15789a5527f 0004fb000006000047eacb228373a3d9, Status: org.apache.xmlrpc.XmlRpcException: exceptions.RuntimeError:Command: ['xm', 'create', '/OVS/Repositories/0004fb00000300006968e15789a5527f/VirtualMachines/0004fb000006000047eacb228373a3d9/vm.cfg'] failed (1): stderr: Error: Boot loader didn't return any data!
    stdout: Using config file "/OVS/Repositories/0004fb00000300006968e15789a5527f/VirtualMachines/0004fb000006000047eacb228373a3d9/vm.cfg".
    Tue Oct 02 15:40:44 EDT 2012
    Tue Oct 02 15:40:44 EDT 2012
    com.oracle.ovm.mgr.api.exception.FailedOperationException: OVMAPI_4010E Attempt to send command: start_vm to server: ovmserver failed. OVMAPI_4004E Server Failed Command: start_vm 0004fb00000300006968e15789a5527f 0004fb000006000047eacb228373a3d9, Status: org.apache.xmlrpc.XmlRpcException: exceptions.RuntimeError:Command: ['xm', 'create', '/OVS/Repositories/0004fb00000300006968e15789a5527f/VirtualMachines/0004fb000006000047eacb228373a3d9/vm.cfg'] failed (1): stderr: Error: Boot loader didn't return any data!
    stdout: Using config file "/OVS/Repositories/0004fb00000300006968e15789a5527f/VirtualMachines/0004fb000006000047eacb228373a3d9/vm.cfg".
    Tue Oct 02 15:40:44 EDT 2012
    Tue Oct 02 15:40:44 EDT 2012
    at com.oracle.ovm.mgr.action.ActionEngine.sendCommandToServer(ActionEngine.java:507)
    at com.oracle.ovm.mgr.action.ActionEngine.sendUndispatchedServerCommand(ActionEngine.java:459)
    at com.oracle.ovm.mgr.action.ActionEngine.sendServerCommand(ActionEngine.java:385)
    at com.oracle.ovm.mgr.action.VirtualMachineAction.sendStartVmCommand(VirtualMachineAction.java:121)
    at com.oracle.ovm.mgr.op.virtual.VirtualMachineStart.asyncAction(VirtualMachineStart.java:65)
    at com.oracle.ovm.mgr.api.collectable.ManagedObjectDbImpl.executeCurrentJobOperationAsyncAction(ManagedObjectDbImpl.java:999)
    at sun.reflect.GeneratedMethodAccessor1232.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:330)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:290)
    at com.oracle.odof.core.storage.Transaction.invokeMethod(Transaction.java:822)
    at com.oracle.odof.core.Exchange.invokeMethod(Exchange.java:245)
    at com.oracle.ovm.mgr.api.virtual.VirtualMachineProxy.executeCurrentJobOperationAsyncAction(Unknown Source)
    at com.oracle.ovm.mgr.api.job.JobEngine.objectAsyncStart(JobEngine.java:596)
    at com.oracle.ovm.mgr.op.virtual.VirtualMachineStart.action(VirtualMachineStart.java:52)
    at com.oracle.ovm.mgr.api.collectable.ManagedObjectDbImpl.executeCurrentJobOperationAction(ManagedObjectDbImpl.java:1009)
    at sun.reflect.GeneratedMethodAccessor786.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:330)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:290)
    at com.oracle.odof.core.storage.Transaction.invokeMethod(Transaction.java:822)
    at com.oracle.odof.core.Exchange.invokeMethod(Exchange.java:245)
    at com.oracle.ovm.mgr.api.virtual.VirtualMachineProxy.executeCurrentJobOperationAction(Unknown Source)
    at com.oracle.ovm.mgr.api.job.JobEngine.operationActioner(JobEngine.java:218)
    at com.oracle.ovm.mgr.api.job.JobEngine.objectActioner(JobEngine.java:309)
    at com.oracle.ovm.mgr.api.job.InternalJobDbImpl.objectCommitter(InternalJobDbImpl.java:1140)
    at sun.reflect.GeneratedMethodAccessor886.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:330)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:290)
    at com.oracle.odof.core.BasicWork.invokeMethod(BasicWork.java:136)
    at com.oracle.odof.command.InvokeMethodCommand.process(InvokeMethodCommand.java:100)
    at com.oracle.odof.core.BasicWork.processCommand(BasicWork.java:81)
    at com.oracle.odof.core.TransactionManager.processCommand(TransactionManager.java:773)
    at com.oracle.odof.core.WorkflowManager.processCommand(WorkflowManager.java:401)
    at com.oracle.odof.core.WorkflowManager.processWork(WorkflowManager.java:459)
    at com.oracle.odof.io.AbstractClient.run(AbstractClient.java:42)
    at java.lang.Thread.run(Thread.java:662)
    Caused by: com.oracle.ovm.mgr.api.exception.IllegalOperationException: OVMAPI_4004E Server Failed Command: start_vm 0004fb00000300006968e15789a5527f 0004fb000006000047eacb228373a3d9, Status: org.apache.xmlrpc.XmlRpcException: exceptions.RuntimeError:Command: ['xm', 'create', '/OVS/Repositories/0004fb00000300006968e15789a5527f/VirtualMachines/0004fb000006000047eacb228373a3d9/vm.cfg'] failed (1): stderr: Error: Boot loader didn't return any data!
    stdout: Using config file "/OVS/Repositories/0004fb00000300006968e15789a5527f/VirtualMachines/0004fb000006000047eacb228373a3d9/vm.cfg".
    Tue Oct 02 15:40:44 EDT 2012
    at com.oracle.ovm.mgr.action.ActionEngine.sendAction(ActionEngine.java:798)
    at com.oracle.ovm.mgr.action.ActionEngine.sendCommandToServer(ActionEngine.java:503)
    ... 40 more
    End of Job
    ----------

  • MS Word 2007 and XML Publisher

    Is the BI Publisher Client certified with MS Word 2007? If not how soon it will be? And the last one does anyone come across major problems with this combination?
    Tomas

    Tomas -
    it isn't certified (at least as of yesterday it wasn't) but I use it b/c unfortunately it is the only version we have licensed.
    I have run into problems but don't know if it is related to 2007. Also - a lot of the blogs give directions for 2003 and as you know the menus in 2007 are completely different. It takes some digging around to find the same paths.
    Let me know if you are trying to do something specific and I will see if I can answer any questions...although I don't know much!
    Rob

Maybe you are looking for