Details on AIAInstallProperties.xml

Hi all

Can someone provide/point me for more details on the following sections of the file AIAInstallProperties.xml.

< participatingapplications >
< Ebiz >
< Server >
************
< / Server >
< db >
***********
< /dB >
< / Ebiz >
< / participatingapplications >
< pips >
*******************
< / pips >

When do we actually need to fill these sections, and even if we find out what are the appropriate values? For example: wouldn't the db details in particiapting request, details of the apps schema, and why they are needed?

Thank you
ANish.

Anish,
the parameters you need depends on what application you integrate and how you connect to that.

So, for example, if use you the datasbases JCA adapter, you apparently DB details such as the host name, port, SID, schema name, and password in the case of an Oracle DB. In the case of the use of SOAP/http can use to interact with an application that provides standard web services, you would not use a JCA adapter and, therefore, would not necessary to fill in the AIAInstallProperties.xml, that your deployment plan should not have references to all parameters, it.

So, I guess the best approach is to analyze your deployment plan so that the settings for applications you are integrating and fill them. To understand what kind of values are expected for each parameter, it would be wise to check the deployment plan that comes with the AIA Demo (samples/AIADemo/config/AIADemoDeploymentPlan.xml) as a reference and check what values it is representative of the AIAInstallProperties.xml. This should give you a good idea of what values required by the deployment instructions.

An example is the use of the DB adapter in the demo of the AIA. In the deployment plan, which translates into the following:


This refers to such content in the AIAInstallProperties.xml:





JDBC:Oracle:thin:@aia11g.localdomain:1521/AIA
AIA11G_FOD
[C@1c32c491
true
sys
[C@1c32c491
SYSDBA
SYSTEM
TEMP



Hope that helps.
Gerhard

Tags: Fusion Middleware

Similar Questions

  • Can't see schemas deployed in JDev - used UpdateMetaDataDP.xml

    Hello.
    I tried deploying a schema under $AIA_HOME/AIAMetadata/AIAComponents/ApplicationObjectLibrary/Ebiz/V1/schemas, but am not able to see the changes in JDeveloper. Here's the script that followed:

    1. accessed to/oracle/product/AIA30/aia_instances/AIA_DEV/bin and run the following command:
    source aiaenv.sh

    2. accessed to/oracle/product/AIA30/aia_instances/AIA_DEV/config

    3 update UpdateMetaDataDP.xml to add below please request it:
    < name = "" AIAComponents/ApplicationObjectLibrary/Ebiz/V1/schemas / * "/ >"

    4. advanced to/oracle/product/AIA30/Infrastructure/Install/AID and ran
    Ant f AIAInstallDriver.xml-DDeploymentPlan=$AIA_HOME/aia_instances/AIA_DEV/config/UpdateMetaDataDP.xml-DPropertiesFile=$AIA_HOME/aia_instances/AIA_DEV/config/AIAInstallProperties.xml

    Got the "BUILD SUCCESSFUL" message.

    I tried to run the command "Ant f $AIA_HOME/aia_instances/AIA_DEV/config/UpdateMetaDataDP.xml" mentioned in the developer's Guide, but who sent me the message "BUILD FAILED" unknown element: DeploymentPlan error (). So try step 4 above, which worked well.

    Can anyone advice if I missed some configurations or steps, due to which I am not able to see the changes in JDeveloper?

    Thank you
    Jyotideep Singh (JD)

    HI JD,

    No, there is no update process, this should automatically.

    Something evil below is, that if you want to update all the files under the Directory schema, then
    Instead of

    It should be

    Note the double *.

    Otherwise, this looks good to me.

    Thank you
    Manish
    www.oratutor.com

  • SQL Query to retrieve data in XML format with several levels

    Hello

    I'm looking to help generate XML from Oracle database. The request must contain many levels of sub...

    For example.
    Create table inventory
    (Group varchar2 (10))
    category varchar2 (10),
    ProductName varchar2 (10),
    Detail varchar2 (10));

    The output should be also present below. The data must be multiple values for each item.

    < inventory >
    < name of group 'auto' = >
    < category name 'cars' = >
    < name productname = 'Seat' >
    < details > red color < / details >
    < details > 5 seats < / details >
    < / productname >
    < / category >
    < / Group >
    < / inventory >

    Please share your ideas by retrieving data in the XML structure using SQL or PL/SQL for oracle 10 g.

    Thank you and best regards,
    Siva.

    This?

    SQL> create table t as
    with t as (
     select 'automobiles' "GROUP", 'cars' category, 'seat' productname, 'color red' details from dual union all
     select 'automobiles', 'cars', 'seat', '5 seats' from dual union all
     select 'automobiles', 'cars', 'make', 'ford' from dual union all
     select 'automobiles', 'cars', 'make', 'Toyota' from dual union all
     select 'automobiles', 'Bus', 'Model', 'volvo' from dual union all
     select 'automobiles', 'flight', 'Airbus', '400 passenger' from dual union all
     select 'automobiles', 'flight', 'Airbus', '500 mph' from dual union all
     select 'HealthCare', 'Nutrition', 'centrum', 'Organic' from dual union all
     select 'HealthCare', 'Nutrition', 'centrum', 'Chemical' from dual union all
     select 'Computers', 'Software', 'Database', 'Oracle' from dual union all
     select 'Computers', 'Software', 'Database', 'sqlserver' from dual
    )
    select * from t
    /
    Createtable successfully completed.
    
    SQL> select xmlserialize (content x.column_value indent) xml
      from xmltable('element Inventory
                     {for $g in distinct-values(ora:view("t")/ROW/GROUP)
                       return element group
                          {attribute name {$g},
                            for $c in distinct-values(ora:view("t")/ROW[GROUP=$g]/CATEGORY)
                              return element category {attribute name {$c},
                                for $p in distinct-values(ora:view("t")/ROW[GROUP=$g and CATEGORY=$c]/PRODUCTNAME)
                                  return element productname {attribute name {$p},
                                    for $d in distinct-values(ora:view("t")/ROW[GROUP=$g and CATEGORY=$c and PRODUCTNAME=$p]/DETAILS)
                                      return element details {$d}
                                                             }
                                                      }
                          }
                     }') x
    /
    XML
    --------------------------------------------------------------------------------
    
      
        
          
            
    Oracle
    sqlserver
    Chemical
    Organic
    volvo
    Toyota
    ford
    5 seats
    color red
    400 passenger
    500 mph
    1 row selected.
  • AppleScript to obtain the physical path of a picture in the Yosemite photos app

    In iPhoto, we had this nice XML file with the metadata for each image in iPhoto.

    In the Photos of Yosemite application, there is no file.  So, I wrote an Applescript script that loops on each folder, subfolder, album, etc. and write the details to an XML file.

    When code loops, I have:

    Repeat with img in each media element of myContainer

    and I get these details:

    • file name: 2011-07-10 020. JPG
    • Keywords: 2011-07-10
    • name: missing value
    • Description:
    • favorite: false
    • Date: Monday, July 4, 2011 at 12:34:30
    • ID: 9XCpq6SzSD666TwlCHW8HA
    • height: 3240
    • Width: 4320
    • altitude: missing value
    • Location: valuemissing missing value

    But nothing in these attributes tells me where the actual image file is on the hard drive.  Anybody know a way in AppleScript to obtain the physical path of a picture in Yosemite photos app?

    Thank you!

    There are two categories of images within a library of Photos: 1) copied - no external location information stored (by default) and image is stored in the photo library and 2) referenced - only the pointers to the location of external images are stored in the photo library, and location information to real image from the file menu and context menu as file referenced in the Finder menu item slide show can be found.

    In pictures preferences: general Board, there is an import: box - copy items to the photo library. Apparently, this option is enabled by default, as it was the once Photos migrate my iPhoto library. It also means that I don't have category 2 above and the menu items are gray, because there is no location of external file stored in the photo library.

    More on that here on different application.

  • The difficulty to consume REST in ADF

    Hey all,.

    Thanks for your help!

    I can't create a data control to a REST service that returns JSON.

    The Rest service url is: https://btc-e.com/api/2/btc_usd/depth

    Here is an example of a small subset of the data returned:

    {"asks":[[552.825,0.33311602],[553.8,1],[553.887,1.92375302],[553.888,2.08576],],"bids":[[552.005,20],[552,6.13619106],[551.999,0.032],[551.8,7.94],[551.7,10.31977256],[551.502,0.2],[551.5,2.7740043],[551.118,0.0263181]]}


    I used an online tool to create a XSD which is required by the wizard:

    <?xml version="1.0" encoding="windows-1252" ?>
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.example.org"
                targetNamespace="http://www.example.org" elementFormDefault="qualified">
      <xsd:element name="root">
        <xsd:complexType>
          <xsd:sequence>
            <xsd:element name="asks">
              <xsd:complexType>
                <xsd:sequence>
                  <xsd:element name="ask" maxOccurs="unbounded">
                    <xsd:complexType>
                      <xsd:sequence>
                        <xsd:element name="price" type="xsd:float"/>
                        <xsd:element name="size" type="xsd:float"/>
                      </xsd:sequence>
                    </xsd:complexType>
                  </xsd:element>
                </xsd:sequence>
              </xsd:complexType>
            </xsd:element>
            <xsd:element name="bids">
              <xsd:complexType>
                <xsd:sequence>
                  <xsd:element name="bid" maxOccurs="unbounded">
                    <xsd:complexType>
                      <xsd:sequence>
                        <xsd:element name="price" type="xsd:float"/>
                        <xsd:element name="size" type="xsd:float"/>
                      </xsd:sequence>
                    </xsd:complexType>
                  </xsd:element>
                </xsd:sequence>
              </xsd:complexType>
            </xsd:element>
          </xsd:sequence>
        </xsd:complexType>
      </xsd:element>
    </xsd:schema>
    

    Here are the steps I took in Jdeveloper 12.1.2 (Build JDEVADF_12.1.2.0.0_GENERIC_130608.2330.6668):

    1. Created a new application (Application of Fusion ADF) - taken the default config.
    2. Model right click > New > Gallery > Control(SOAP/REST) data to the Web Service
    3. Give it a name "TestDS", select REST, create a new connection (name: 'Him', endpoint: "https://btc-e.com")-connection Test passes.
    4. Next > path add a resource: (display name of method "/ api/2/btc_usd/depth": "Gdepth")
    5. Next > add the location of the XSD file above to XSD > Next - Connection Test passes
    6. Finishing

    When I run the data control in the 'register of data control', I get the following error:

    Unexpected exception taken: oracle.adf.model.adapter.AdapterException, msg = DCA-29000: Unexpected exception caught: oracle.xml.parser.v2.XMLParseException, msg = start of element root waited. DCA-29000: Unexpected exception caught: oracle.xml.parser.v2.XMLParseException, msg = start of element root waited. : start of element root waited.


    With the trace of the following stack:


    oracle.jbo.jbotester.app.ErrorHandler$ExceptionWrapper: Start of root element expected.
      at oracle.jbo.jbotester.app.ErrorHandler.displayError(ErrorHandler.java:104)
      at oracle.jbo.jbotester.app.ErrorHandler.displayError(ErrorHandler.java:90)
      at oracle.jbo.jbotester.panel.MethodPanel$6.actionPerformed(MethodPanel.java:420)
      at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2018)
      at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2341)
      at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402)
      at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259)
      at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:252)
      at java.awt.Component.processMouseEvent(Component.java:6505)
      at javax.swing.JComponent.processMouseEvent(JComponent.java:3321)
      at java.awt.Component.processEvent(Component.java:6270)
      at java.awt.Container.processEvent(Container.java:2229)
      at java.awt.Component.dispatchEventImpl(Component.java:4861)
      at java.awt.Container.dispatchEventImpl(Container.java:2287)
      at java.awt.Component.dispatchEvent(Component.java:4687)
      at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4832)
      at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4492)
      at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4422)
      at java.awt.Container.dispatchEventImpl(Container.java:2273)
      at java.awt.Window.dispatchEventImpl(Window.java:2719)
      at java.awt.Component.dispatchEvent(Component.java:4687)
      at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:729)
      at java.awt.EventQueue.access$200(EventQueue.java:103)
      at java.awt.EventQueue$3.run(EventQueue.java:688)
      at java.awt.EventQueue$3.run(EventQueue.java:686)
      at java.security.AccessController.doPrivileged(Native Method)
      at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
      at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:87)
      at java.awt.EventQueue$4.run(EventQueue.java:702)
      at java.awt.EventQueue$4.run(EventQueue.java:700)
      at java.security.AccessController.doPrivileged(Native Method)
      at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
      at java.awt.EventQueue.dispatchEvent(EventQueue.java:699)
      at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
      at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
      at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
      at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
      at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
      at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)
    Caused by: oracle.adf.model.adapter.AdapterException: DCA-29000: Unexpected exception caught: oracle.adf.model.adapter.AdapterException, msg=DCA-29000: Unexpected exception caught: oracle.xml.parser.v2.XMLParseException, msg=Start of root element expected.
      at oracle.adf.model.adapter.dataformat.XMLHandler.<init>(XMLHandler.java:229)
      at oracle.adf.model.adapter.dataformat.XMLHandler.<init>(XMLHandler.java:246)
      at oracle.adfinternal.model.adapter.XMLChildOperation.invokeOperationInternal(ChildOperation.java:960)
      at oracle.adfinternal.model.adapter.ChildOperation.invokeOperation(ChildOperation.java:529)
      at oracle.adf.model.adapter.rest.RestURLDataControl.invokeOperation(RestURLDataControl.java:119)
      at oracle.jbo.jbotester.panel.MethodPanel$6.actionPerformed(MethodPanel.java:408)
      ... 36 more
    Caused by: oracle.adf.model.adapter.AdapterException: DCA-29000: Unexpected exception caught: oracle.xml.parser.v2.XMLParseException, msg=Start of root element expected.
      at oracle.adf.model.adapter.dataformat.XMLHandler.parseDataStream(XMLHandler.java:699)
      at oracle.adf.model.adapter.dataformat.XMLHandler.<init>(XMLHandler.java:224)
      ... 41 more
    Caused by: oracle.xml.parser.v2.XMLParseException; lineNumber: 1; columnNumber: 1; Start of root element expected.
      at oracle.xml.parser.v2.XMLError.flushErrors1(XMLError.java:326)
      at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:453)
      at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:394)
      at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:335)
      at oracle.adf.model.adapter.dataformat.XMLHandler.parseDataStream(XMLHandler.java:691)
      ... 42 more
    ## Detail 0 ##
    oracle.adf.model.adapter.AdapterException: DCA-29000: Unexpected exception caught: oracle.adf.model.adapter.AdapterException, msg=DCA-29000: Unexpected exception caught: oracle.xml.parser.v2.XMLParseException, msg=Start of root element expected.
      at oracle.adf.model.adapter.dataformat.XMLHandler.<init>(XMLHandler.java:229)
      at oracle.adf.model.adapter.dataformat.XMLHandler.<init>(XMLHandler.java:246)
      at oracle.adfinternal.model.adapter.XMLChildOperation.invokeOperationInternal(ChildOperation.java:960)
      at oracle.adfinternal.model.adapter.ChildOperation.invokeOperation(ChildOperation.java:529)
      at oracle.adf.model.adapter.rest.RestURLDataControl.invokeOperation(RestURLDataControl.java:119)
      at oracle.jbo.jbotester.panel.MethodPanel$6.actionPerformed(MethodPanel.java:408)
      at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2018)
      at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2341)
      at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402)
      at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259)
      at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:252)
      at java.awt.Component.processMouseEvent(Component.java:6505)
      at javax.swing.JComponent.processMouseEvent(JComponent.java:3321)
      at java.awt.Component.processEvent(Component.java:6270)
      at java.awt.Container.processEvent(Container.java:2229)
      at java.awt.Component.dispatchEventImpl(Component.java:4861)
      at java.awt.Container.dispatchEventImpl(Container.java:2287)
      at java.awt.Component.dispatchEvent(Component.java:4687)
      at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4832)
      at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4492)
      at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4422)
      at java.awt.Container.dispatchEventImpl(Container.java:2273)
      at java.awt.Window.dispatchEventImpl(Window.java:2719)
      at java.awt.Component.dispatchEvent(Component.java:4687)
      at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:729)
      at java.awt.EventQueue.access$200(EventQueue.java:103)
      at java.awt.EventQueue$3.run(EventQueue.java:688)
      at java.awt.EventQueue$3.run(EventQueue.java:686)
      at java.security.AccessController.doPrivileged(Native Method)
      at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
      at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:87)
      at java.awt.EventQueue$4.run(EventQueue.java:702)
      at java.awt.EventQueue$4.run(EventQueue.java:700)
      at java.security.AccessController.doPrivileged(Native Method)
      at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
      at java.awt.EventQueue.dispatchEvent(EventQueue.java:699)
      at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
      at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
      at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
      at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
      at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
      at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)
    Caused by: oracle.adf.model.adapter.AdapterException: DCA-29000: Unexpected exception caught: oracle.xml.parser.v2.XMLParseException, msg=Start of root element expected.
      at oracle.adf.model.adapter.dataformat.XMLHandler.parseDataStream(XMLHandler.java:699)
      at oracle.adf.model.adapter.dataformat.XMLHandler.<init>(XMLHandler.java:224)
      ... 41 more
    Caused by: oracle.xml.parser.v2.XMLParseException; lineNumber: 1; columnNumber: 1; Start of root element expected.
      at oracle.xml.parser.v2.XMLError.flushErrors1(XMLError.java:326)
      at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:453)
      at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:394)
      at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:335)
      at oracle.adf.model.adapter.dataformat.XMLHandler.parseDataStream(XMLHandler.java:691)
      ... 42 more
    ## Detail 0 ##
    oracle.adf.model.adapter.AdapterException: DCA-29000: Unexpected exception caught: oracle.xml.parser.v2.XMLParseException, msg=Start of root element expected.
      at oracle.adf.model.adapter.dataformat.XMLHandler.parseDataStream(XMLHandler.java:699)
      at oracle.adf.model.adapter.dataformat.XMLHandler.<init>(XMLHandler.java:224)
      at oracle.adf.model.adapter.dataformat.XMLHandler.<init>(XMLHandler.java:246)
      at oracle.adfinternal.model.adapter.XMLChildOperation.invokeOperationInternal(ChildOperation.java:960)
      at oracle.adfinternal.model.adapter.ChildOperation.invokeOperation(ChildOperation.java:529)
      at oracle.adf.model.adapter.rest.RestURLDataControl.invokeOperation(RestURLDataControl.java:119)
      at oracle.jbo.jbotester.panel.MethodPanel$6.actionPerformed(MethodPanel.java:408)
      at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2018)
      at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2341)
      at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402)
      at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259)
      at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:252)
      at java.awt.Component.processMouseEvent(Component.java:6505)
      at javax.swing.JComponent.processMouseEvent(JComponent.java:3321)
      at java.awt.Component.processEvent(Component.java:6270)
      at java.awt.Container.processEvent(Container.java:2229)
      at java.awt.Component.dispatchEventImpl(Component.java:4861)
      at java.awt.Container.dispatchEventImpl(Container.java:2287)
      at java.awt.Component.dispatchEvent(Component.java:4687)
      at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4832)
      at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4492)
      at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4422)
      at java.awt.Container.dispatchEventImpl(Container.java:2273)
      at java.awt.Window.dispatchEventImpl(Window.java:2719)
      at java.awt.Component.dispatchEvent(Component.java:4687)
      at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:729)
      at java.awt.EventQueue.access$200(EventQueue.java:103)
      at java.awt.EventQueue$3.run(EventQueue.java:688)
      at java.awt.EventQueue$3.run(EventQueue.java:686)
      at java.security.AccessController.doPrivileged(Native Method)
      at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
      at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:87)
      at java.awt.EventQueue$4.run(EventQueue.java:702)
      at java.awt.EventQueue$4.run(EventQueue.java:700)
      at java.security.AccessController.doPrivileged(Native Method)
      at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
      at java.awt.EventQueue.dispatchEvent(EventQueue.java:699)
      at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
      at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
      at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
      at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
      at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
      at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)
    Caused by: oracle.xml.parser.v2.XMLParseException; lineNumber: 1; columnNumber: 1; Start of root element expected.
      at oracle.xml.parser.v2.XMLError.flushErrors1(XMLError.java:326)
      at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:453)
      at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:394)
      at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:335)
      at oracle.adf.model.adapter.dataformat.XMLHandler.parseDataStream(XMLHandler.java:691)
      ... 42 more
    ## Detail 0 ##
    oracle.xml.parser.v2.XMLParseException; lineNumber: 1; columnNumber: 1; Start of root element expected.
      at oracle.xml.parser.v2.XMLError.flushErrors1(XMLError.java:326)
      at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:453)
      at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:394)
      at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:335)
      at oracle.adf.model.adapter.dataformat.XMLHandler.parseDataStream(XMLHandler.java:691)
      at oracle.adf.model.adapter.dataformat.XMLHandler.<init>(XMLHandler.java:224)
      at oracle.adf.model.adapter.dataformat.XMLHandler.<init>(XMLHandler.java:246)
      at oracle.adfinternal.model.adapter.XMLChildOperation.invokeOperationInternal(ChildOperation.java:960)
      at oracle.adfinternal.model.adapter.ChildOperation.invokeOperation(ChildOperation.java:529)
      at oracle.adf.model.adapter.rest.RestURLDataControl.invokeOperation(RestURLDataControl.java:119)
      at oracle.jbo.jbotester.panel.MethodPanel$6.actionPerformed(MethodPanel.java:408)
      at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2018)
      at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2341)
      at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402)
      at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259)
      at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:252)
      at java.awt.Component.processMouseEvent(Component.java:6505)
      at javax.swing.JComponent.processMouseEvent(JComponent.java:3321)
      at java.awt.Component.processEvent(Component.java:6270)
      at java.awt.Container.processEvent(Container.java:2229)
      at java.awt.Component.dispatchEventImpl(Component.java:4861)
      at java.awt.Container.dispatchEventImpl(Container.java:2287)
      at java.awt.Component.dispatchEvent(Component.java:4687)
      at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4832)
      at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4492)
      at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4422)
      at java.awt.Container.dispatchEventImpl(Container.java:2273)
      at java.awt.Window.dispatchEventImpl(Window.java:2719)
      at java.awt.Component.dispatchEvent(Component.java:4687)
      at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:729)
      at java.awt.EventQueue.access$200(EventQueue.java:103)
      at java.awt.EventQueue$3.run(EventQueue.java:688)
      at java.awt.EventQueue$3.run(EventQueue.java:686)
      at java.security.AccessController.doPrivileged(Native Method)
      at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
      at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:87)
      at java.awt.EventQueue$4.run(EventQueue.java:702)
      at java.awt.EventQueue$4.run(EventQueue.java:700)
      at java.security.AccessController.doPrivileged(Native Method)
      at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
      at java.awt.EventQueue.dispatchEvent(EventQueue.java:699)
      at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
      at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
      at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
      at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
      at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
      at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)
    
    

    Thanks for your help,

    NRage

    currently the data service REST command is for REST services that return XML.

    For Json results, you should write a Java class that calls the service, analyze the values returned and then expose this class Java as a control data to use in your applications to the ADF.

  • NullPointerException AIA demo installation

    When I run the command to deploy the demo of the AIA (ant f deployDemo.xml), I have the following NPES:

    [echo] /----------------------------------------------------------\
    [echo]!
    [echo]! Installing AIA demo!
    [echo]!
    [echo] \----------------------------------------------------------/

    HELP:
    [java] java.lang.NullPointerException
    [java] at Setup. AddAIADemoProperties.getPwd (AddAIADemoProperties.java:316)
    [java] at Setup. AddAIADemoProperties.main (AddAIADemoProperties.java:445)
    [java] Error has occurred, either during the updating of the AIAInstallProperties.xml with properties of demo of the AIA, AIA Dem insertion
    O in the keystore password, or the update of AIAConfigurationProperties.xml

    With or without access to AddAIADemoProperties.java, I'm at a loss as to what could be causing this NPE. Any ideas?

    Thank you
    Brian

    Hi Brian,.

    I faced the same question... I have just modified the deployDemo.xml and add the following lines

    Add

           

    under the tag

    and add the classpathref attribute in the tag

    classpathref = "classpath">

    In fact the program installation. AddAIADemoProperties is present in the aiademosetup.jar file.

    Hope this helps...

    Thanx

    Sithal

  • ODI-40837 ERROR: an error occurred when creating the schema

    Hi I'm testing a file xml server and receive the following error message.

    ODI-40837 ERROR: an error occurred when creating the schema: ODI-40738: SAXException has been surprised by reading the model saying: expected 'DOCTYPE '.


    JDBC URL jdbc:snps:xml?f=C:/Projects/prd.xml & ro = true & DOD = YES

    could someone help because I can not find any blog or documentation on this error?

    Thank you

    Published by: user626688 on May 31, 2013 13:26

    There seems to be a problem with your xml file. Please work with channel support to investigate this issue.
    You can also view the details of settings xml driver to http://docs.oracle.com/cd/E28280_01/integrate.1111/e12644/appendix_xml_driver.htm#CHDECBHH

  • Translation of file adapter format problem

    It's my load entering from a legacy application

    «"66386", "9002011319", "1 FEBRUARY 2013", "", "2114.11", "ITEM", '0.12', ' ',' 85411 ',' 2310 ', '0 ', ' 85', 'GST', "68085"
    «"66386", '9002011319', "1 FEBRUARY 2013", "", "2114.11", "ITEM", "3 PM", ' ',' 85411 ',' 2311 ", '0 ', ' 85', 'GST', '68085'
    «"66386", "9002011319", "1 FEBRUARY 2013", "", "2114.11", "ITEM", '1823.24', ' ',' 85411 ',' 2313 ", '0 ', ' 85', 'GST',"68085"
    "" "66386", '9002011319', "1 FEBRUARY 2013", "", "2114.11", "TAX", "275.75", "", ' ',' ', "", "GST ', '" ""
    "" 66386 ', '9002013706', "1 FEBRUARY 2013", "", "717,60", "ITEM", "624.00", ' ',' 85411 ',' 2319 ","0 "," 85","TPS","68232.
    "" "66386", '9002013706', "1 FEBRUARY 2013", "", "717,60", "TAX", "93.60", "", ' ',' ', "", "GST ', '" ""
    «"66386", "9002026588", "3 FEBRUARY 2013", "", "2706.30", "ITEM", '2353.30', ' ',' 85411 ',' 2319 ","0 "," 85","TPS","68085"
    "" "66386", '9002026588', "3 FEBRUARY 2013", "", "2706.30", "TAX", "353.00", "", ' ',' ', "", ' GST ', ' ' ""

    What we have here is 3 different recordsets. Field 2 is the number of the invoice. What I have to do is to translate this into something like

    <>container
    < invoiceHeader >
    < InvoiceLines >

    The first 4 elements in each row are the details header and everything after that is line-level details.

    If the resulting xml code will look something like this... Note Please that I left A LOT of detail for the xml of this

    <>container
    < invoice >
    <>< provider > 66386
    < InvoiceNum > 9002011319 <>
    < invoiceDate > February 1, 2013 <>
    < description / >
    < InvoiceAmount > 2114.11 <>
    <>lines
    <>line
    < type > < type > ELEMENT
    < LineAmount > < LineAmount > 0.12
    < LineDescription / >
    < code > 1 85411 < code > 1
    < > < Code2 > 2310 Code2
    < code > 3 0 < code > 3
    < code > 4 85 < code > 4
    < TaxCode > < TaxCode > GST
    < > < PONumber > 68085 PONumber
    < / line >
    <>line
    <>POINT <><>15.00 <><><><>85411 <><>2311 <><>0 <><>85 <><>GST <><>68085 <>
    < / line >
    <>line
    <>POINT <><>1823.24 <><><><>85411 <><>2313 <><>0 <><>85 <><>GST <><>68085 <>
    < / line >
    <>line
    <>TAX <><>275.75 <><><><><><><><><><><><><><><>GST
    < / line >
    < / lines >
    < / invoice >
    < invoice >
    <>66386 <><>9002013706 <><><><><><>717,60 <>February 1, 2013
    <>lines
    <>line
    <>POINT <><>624,00 <><><><>85411 <><>2319 <><>0 <><>85 <><>GST <><>68232 <>
    < / line >
    <>line
    <>TAX <><>93.60 <><><><><><><><><><><><><><><>GST
    < / line >
    < / lines >
    < / invoice >
    < invoice >
    <>66386 <><>9002026588 <><><><><><>2706.30 february 3, 2013 <>
    <>lines
    <>line
    <>POINT > <>2353.30 <><><><>85411 <><>2319 <><>0 <><>85 <><>GST <><>68085 <>
    < / line >
    <>line
    <>TAX <><>353.00 <><><><><><><><><><><><><><><>GST
    < / line >
    < / lines >
    < / invoice >
    < / container >

    Say you've got a structure like below with the repetitive ID...

    
    11detail_a
    11detail_b
    22detail_c
    22detail_d
    
    

    Now, you want to eliminate duplicates to get something like that...

    
    
    1
    
    1detail_a 1detail_b
    2
    2detail_c 2detail_d

    To do this you need a transformation like this...

    
    
    
    
    
    
    
    
    

    See you soon,.
    Vlad

  • Create a scheduled task

    Hi guys,.
    I followed the steps required to create a task scheduled, but due to some reasons its not appearing is not in the list of tasks of planning after importation by file weblogicimportmetadat.bat...

    Here are the details of the xml file: C:\MyDataSets\Custom\metadata\FFLookupRecon.xml

    <? XML version = "1.0" encoding = "UTF - 8"? >
    < scheduledTasks xmlns = "http://xmlns.oracle.com/oim/scheduler" >
    < task >
    < name > FFLookupRecon < / name >
    oracle.iam.connectors.icfcommon.recon.LookupReconTask < class > < / class >
    < description > gets all the roles, such as specified in the target machine < / description >
    < retry > 0 < / re >
    < Parameters >
    < string-required param = 'true' encrypted = 'false' helpText 'The IT resource name' = > IT Resource Name < / param-string >
    object Type < string-required param = 'true' encrypted = 'false' helpText = "Object Type" > < / param-string >
    < string-required param = 'true' encrypted = 'false' helpText = "Search name" > search name < / param-string >
    < string-required param = 'true' encrypted = 'false' helpText "Key Code attribute" = > attribute Key Code < / param-string >
    < string-required param = 'true' encrypted 'false' helpText = 'Attribute to decode' = > decode attribute < / param-string >
    < string-required param = 'false' encrypted 'false' helpText = 'Filter' = > filter < / param-string >
    < / Parameter >
    < / task >
    < / scheduledTasks >


    Here are the details of the file weblogic.properties:

    # Weblogic Server name on which IOM application runs

    wls_servername = oim_server1

    # If you import or export all out of area event handlers, the value is IOM.
    # For the rest of the release of metadata of the box, the value is OIMMetadata.
    # If you import or export all custom data, always use the name of the application as OIMMetadata.

    application_name = OIMMetadata

    # Location of the directory where XML file to be imported.
    # Lets say I want to import User.xml and it is at location scratc/asmaram/temp/oim/file/User.xml,.
    # I should give the value of the location as/scratc/asmaram/temp/IOM. Make sure that no other files are
    # in this folder or its subfolders. Import utility try to recursively import all of the files in the
    # the location folder. This property is used only by weblogicImportMetadata.sh

    metadata_from_loc = C: / / MyDataSets / / Custom / / metadata

    # Location of the directory to be exported to XML file

    metadata_to_loc=@metadata_to_loc

    # E.g. /file/User.xml to export the definition of the user entity. You can specify multiple xml in the form of comma-separated values files.
    # This property is used only by the weblogicExportMetadata.sh and weblogicDeleteMetadata.sh scripts

    metadata_files=@metadata_files

    Any help would be appreciated

    Thank you and best regards,
    Prasad Shinde

    Make sure that you store xml as below

    IE: =C://MyDataSets//Custom//metadata//*db//scheduledtask.xml* xml location

    metadata_from_loc = C: / / MyDataSets / / Custom / / metadata

    Be sure to only run the Purgecache.sh

    Verify MDS pattern to the title of the table MDS_PATHS.

  • Deployment on another Partition

    Hello

    I want to deploy Composits AIA and EBS on partition other than default. How far do for AIA is

    I use the command sequence

    _ant -f ${AIA_HOME}/Infrastructure/Install/AID/AIAInstallDriver.xml-DPropertiesFile=${AIA_HOME}/aia_instances/CTMSAIADEV/config/AIAInstallProperties.xml-DDeploymentPlan=${AIA_HOME}/pips/CTD/DeploymentPlans/CTDDP.xml -l ${AIA_HOME}/pips/CTD/DeploymentPlans/CTDDeploymentPlanLog.log

    I saw in the forums, but it comes to point number 3 for ant Update call don't know what I have to do.


    * 1. Add attribute "partition" to "Composite" macrodef $AIA_HOME/Infrastructure/Install/AID/lib/AIDDeploymentLibraryTasks.xml*
    * < name macrodef 'Composite' = > *.
    * < attribute name = "partition" default = "default" / > *.

    * 2. Add attribute 'score' to 'DeployComposite' macrodef $AIA_HOME/Infrastructure/Install/AID/lib/AIDDeploymentLibraryTasks.xml*
    * < macrodef name = "DeployComposite" > *.
    * < attribute name = "partition" / > *.

    * 3. Update of the step to call ant to deploy from this attribute.*
    * < antfile="${SOA_HOME}/bin/ant-sca-deploy.xml"* ant
    * target = "deploy" dir = "${SOA_HOME} / bin" > *.

    * < property name = "partition."
    *value="@{partition}"/ > *.

    * So in the DeploymentPlan, we can use following: *.
    * < Composite compositeName = "SyncCustomerReqABCSImpl" compositedir = "${AIA_HOME}" / Services/customer/SyncCustomerReqABCSImpl "revision ="1.0"wlserver ="fp"action ="deploy"partition = 'reliable' / > *"

    Hello

    I think you need to add simple property to the call of the Ant to Ant-sca-deploy. In my case there are three points to adapt ant-sca-deploy, two with target called "deployment" and calls to "cancel the deployment. Here's a sample:
         
         
         
         
         
         
         
         
    **

    Last step is to extend the deployment Plan with partition = "."
    For me, the solution works, but I hope that this feature will be part of the games of the future update.

    Best regards
    Marcel

  • ScrollPane content disappear

    I have an AS3 scrollpane with a content of an empty clip source holder called.

    I have a search function which returns an xmllist, then attach a movieclip for each node in the list, and adds a few details of the xml node, then each movieclip is added to the scrollpane. It all works well.

    The content is initially in the order of the 'relevance', but there are buttons for orders for title and the date as well. When the user clicks to change the order of the xmllist is sorted and the code numbers where each of the clips should be and interpolations of TweenLite them from their current location in the scrollpane to their new location. And most of the time this worked well.

    Because of the word stemming the words management and managers return the same results (initial relevance ranking is probably different). Oddly enough management results 'lost' several of the clips at the sort of date or title. Curiously, they come back / reappear when put them back in order of relevance. Still unknown, none of this happens with managers - the same results, but in an order slightly different initial relevance.

    Clips are arranged (for these specific results) in 25 lines and are probably about 4500 pixels high. Could it be the source of the problem?

    I just noticed the problem at the end of the day, so I have a lot of chance to try to understand. Everyone has experienced this before? Any ideas?

    Use the overwrite parameter in your tweenlite tweens if you have problems with an object being interpolated by interpolation of tweenlite at any time.

  • Y at - it of any change in Architecture compared to 11.1.1.3 11.1.1.5

    Hello
    Can someone help me with following - I'm looking for any change in SOA 11.1.1.5 Architecture while Uploading to MDS using ANT?

    I have no problem @ SOA 11.1.1.3
    @ SOA 11.1.1.5 trying to load to MDS in the face of the series of questions:

    (1) when the attempt to load to MDS using ANT began asking Admin User name and Password. He never use to ask before on 11.1.1.3. The ANT Script that I use to charge of MDS - East

    ant -f /XXXX/fmw/product/aia/Infrastructure/Install/AID/AIAInstallDriver.xml-DDeploymentPlan=/XXXX/fmw/product/aia/aia_instances/XXXX/config/UpdateMetaDataDP.xml-DPropertiesFile=/XXXXX/fmw/product/aia/aia_instances/XXXX/config/AIAInstallProperties.xml

    After running the above script @ 11.1.1.5 that is prompting

    [WARNING] [jrockit] MaxPermSize = 512 m ignored: not an option valid for JRockit
    BuildFile: /XXXXX/fmw/product/aia/Infrastructure/Install/AID/AIAInstallDriver.xml
    Enter the Admin user name:
    Please enter the Admin password:

    Thank you...

    Hello
    The change that you have observed in not with the update of the MDS. There is change in the implementation of the AIAInstallDriver (HELP).
    HELP invite you for the weblogic admin user name and password at the beginning of the deployment.
    We have added this prompt to increase the security of password encryption.

    Apart from that, there is no change in deployment plan execution.
    Thank you
    Kaushik.

    Published by: kone Koka 10 August 2011 17:11

  • Problems during deployment using the HELP

    Hi all

    We receive the following errors while deploying a xxxposite using the HELP.

    /Oracle/product/middleware/AIA/infrastructure/install/aid/AIAInstallDriver.XML:72: the following error occurred during the execution of this line:
    /Oracle/product/middleware/AIA/infrastructure/install/aid/AIAExecuteDriver.XML:79: the following error occurred during the execution of this line:
    /Oracle/product/middleware/AIA/infrastructure/install/aid/AIAExecuteDriver.XML:58: the following error occurred during the execution of this line:
    /Oracle/product/middleware/AIA/aia_instances/AIA_DEV/tmp/AIDExecuteDP_temp_760097272.XML:6: the following error occurred during the execution of this line:
    /Oracle/product/middleware/AIA/infrastructure/install/aid/lib/AIDConfigurationLibraryTasks.XML:379: not provided valid values for jdbc-url, user name, password for datasource tag in participatingapplications. Ebiz.db.EBIZ01

    It's the xxxmand that I am running

    ant -f AIAInstallDriver.xml-DDeploymentPlan=/oracle/product/Middleware/AIA/util/DeploymentPlanGenerator/POProviderDP.xml-DPropertiesFile=/oracle/product/Middleware/AIA/aia_instances/AIA_DEV/config/AIAInstallProperties.xml


    I don't know if the Nomenclature and generated RFP has the correct values, and if AIAInstallProperties have been changed correctly.

    They are pasted below,

    BOM.xml
    ------------
    <? XML version = "1.0" encoding = "UTF - 8"? >
    < svcdoc:BOM xmlns = "http://xmlns.oracle.xxx/sca/1.0" xmlns: XS = "http://www.w3.org/2001/XMLSchema" xmlns:wsp = "http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:orawsp = "http://schemas.oracle.xxx/ws/2006/01/policy" xmlns:ui = "http://xmlns.oracle.xxx/soa/designer/" xmlns:svcdoc = "http://xmlns.oracle.xxx/Services/Documentation/V1" xsi:noNameSpaceSchemaLocation = "AIAPIP.xsd" projectCode = "BAERPSOA" xmlns: xsi = "http://xmlns.oracle.xxx/Services/Documentation/V1" > "
    < svcdoc:xxxposite revision = "1.0" name = "PurchaseOrderListEbizProvider" >
    < svcdoc:ServiceSolutionxxxponentAssociation >
    < svcdoc:GUID > def61380-d651-4fd7-87de-054e45eea195 < / svcdoc:GUID >
    < / svcdoc:ServiceSolutionxxxponentAssociation >
    < svcdoc:service name = "createpurchaseorderlistebizproviderservice_ep" >
    < svcdoc:ImplementationDetails >
    Ebiz < svcdoc:ApplicationName > < / svcdoc:ApplicationName >
    < svcdoc:BaseVersion > 1.0 < / svcdoc:BaseVersion >
    < svcdoc:DevelopedBy > BAEIS < / svcdoc:DevelopedBy >
    < svcdoc:OracleCertified > Yes < / svcdoc:OracleCertified >
    < svcdoc:ArtifactType > TransportAdapter < / svcdoc:ArtifactType >
    < svcdoc:ServiceOperation >
    process < svcdoc:Name > < / svcdoc:Name >
    < / svcdoc:ServiceOperation >
    < / svcdoc:ImplementationDetails >
    < / svcdoc:service >
    < svcdoc:reference name = "InsertPurchaseOrderListEbizProviderDBAdapterService" >
    < svcdoc:ArtifactType > TransportAdapter < / svcdoc:ArtifactType >
    < svcdoc:ServiceOperation >
    Insert < svcdoc:Name > < / svcdoc:Name >
    < / svcdoc:ServiceOperation >
    < svcdoc:TransportDetails >
    < svcdoc:DBAdapter >
    OracleDB < svcdoc:ResourceProvider > < / svcdoc:ResourceProvider >
    < svcdoc:ConnectionFactory > EI/DB/APPS < / svcdoc:ConnectionFactory >
    Ebiz < svcdoc:ApplicationName > < / svcdoc:ApplicationName >
    < svcdoc:XAEnabled > True < / svcdoc:XAEnabled >
    < svcdoc:ResourceTargetIdentifier > EBIZ01 < / svcdoc:ResourceTargetIdentifier >
    < svcdoc:ResourceName > BAPO_SOA_PO_HEADERS_STAGE < / svcdoc:ResourceName >
    < svcdoc:ResourceName > BAPO_SOA_PO_LINES_STAGE < / svcdoc:ResourceName >
    < svcdoc:ResourceName > BAPO_SOA_PO_DIST_STAGE < / svcdoc:ResourceName >
    < / svcdoc:DBAdapter >
    < / svcdoc:TransportDetails >
    < / svcdoc:reference >
    < svcdoc:reference name = "PurchaseOrderAPICall" >
    < svcdoc:ArtifactType > TransportAdapter < / svcdoc:ArtifactType >
    < svcdoc:ServiceOperation >
    < svcdoc:Name > procedure < / svcdoc:Name >
    < / svcdoc:ServiceOperation >
    < svcdoc:TransportDetails >
    < svcdoc:DBAdapter >
    OracleDB < svcdoc:ResourceProvider > < / svcdoc:ResourceProvider >
    < svcdoc:ConnectionFactory > EI/DB/APPS < / svcdoc:ConnectionFactory >
    Ebiz < svcdoc:ApplicationName > < / svcdoc:ApplicationName >
    < svcdoc:XAEnabled > True < / svcdoc:XAEnabled >
    < svcdoc:ResourceTargetIdentifier > EBIZ01 < / svcdoc:ResourceTargetIdentifier >
    < svcdoc:ResourceName > BAPO_SOA_STD_IMPORT_K.BAPO_SOA_VALIDATE_HEADERS_P < / svcdoc:ResourceName >
    < / svcdoc:DBAdapter >
    < / svcdoc:TransportDetails >
    < / svcdoc:reference >
    < / svcdoc:xxxposite >
    < / svcdoc:BOM >

    DP
    ---
    < DeploymentPlan xxxponent = "BAERPSOA" version = "3.0" >
    < PreInstallScript >
    < if >
    < is equal to arg1 = "${oer.server.publishtooer}" arg2 = "true" / > ""
    < do >
    < copy todir = "${AIA_INSTANCE} / Infrastructure/cycle of life/Install/PIPHarvest" >
    "< file="${AIA_HOME}/Infrastructure/LifeCycle/AIAHarvester/HarvesterSettings.xml fileset "/ >
    < filterchain >
    < expandproperties / >
    < / filterchain >
    < / copy >
    < for param = 'file' >
    < path >
    < fileset dir = "${AIA_INSTANCE} / Infrastructure/cycle of life/Install/PIPHarvest" >
    < name = "*.xml" / >
    < / fileset >
    < / path >
    < sequence >
    "{" {< OEREncrypt sourceFile="@{file}" destinationFile="@{file}" / >
    < / sequential >
    < / for >
    < / may >
    < /if >
    < / PreInstallScript >
    <>configurations
    < Target server EndpointConfigurator = 'pips. BAERPSOA"dir =" ${AIA_HOME} ">
    < / EndpointConfigurator >
    < Datasource = 'APPS' jndiLocation name = "jdbc/APPS" action = "crΘer" database = 'participatingapplications. Ebiz.db.EBIZ01 ' xa-enabled = "true" wlserver = "pips." BAERPSOA "/ >"
    < UpdateMetadata wlserver = 'pips. BAERPSOA">
    < fileset dir = "${AIA_HOME} / AIAMetaData" >
    < name = "" Ebiz/ApplicationObjectLibrary/AIAxxxponents / * "/ >"
    < name = "" Ebiz/ApplicationConnectorServiceLibrary/AIAxxxponents / * "/ >"
    < / fileset >
    < / UpdateMetadata >
    < ManagedServer wlserver = 'pips. Action BAERPSOA' = 'stop' failonerror = "true" / >
    < Connection-instance-jndi DbAdapter = ' ist/DB/APPS' datasource jndi = ' jdbc/APPS' xa-enabled = "true" action = "crΘer" wlserver = "pips. BAERPSOA "/ >"
    < ManagedServer wlserver = 'pips. Action BAERPSOA' = 'start' failonerror = "true" / >
    < / configuration >
    <>deployments
    < xxxposite xxxpositeName = "PurchaseOrderListEbizProvider" xxxpositedir = "${AIA_HOME} / xxxposites/PurchaseOrderListEbizProvider" revision = "1.0" wlserver = "pips. Action BAERPSOA"="deploy"/ >
    < / deployments >
    < PostInstallScript >
    < / PostInstallScript >
    < / DeploymentPlan >


    AIAInstallProperties
    --------------------------
    <? XML version = "1.0" encoding = "UTF-8"? >
    Properties of <>
    < aiainstance >
    < aiaHome > / oracle/product/Middleware/AIA < / aiaHome >
    < name > AIA_DEV < / name >
    < javahome > / oracle/product/jdk16 < / javahome >
    < remote_install > false < / remote_install >
    < domain_root > / oracle/product/Middleware/user_projects/domains/base_domain < / domain_root >
    < mwHome > / oracle/product/Middleware < / mwHome >
    < soaHome > / oracle/product/Middleware/Oracle_SOA1 < / soaHome >
    standard of < aiainstalltype > < / aiainstalltype >
    false < isencrypted > < / isencrypted >
    < / aiainstance >
    < fp >
    < version > 11.1.1.3.0 < / version >
    < Server >
    xxx.xxx.xxx.xxx < adminhostname > < / adminhostname >
    < > 7001 adminport < / adminport >
    base_domain < domain_name > < / domain name >
    < username > * < / username >
    password <>* < / password >
    < servertype > server < / servertype >
    < soaserver > soa_server1 < / soaserver >
    xxx.xxx.xxx.xxx < soaserverhostname > < / soaserverhostname >
    < soaserverport > 8001 < / soaserverport >
    < / Server >
    < db >
    < aia >
    < jdbc-url * < / jdbc-url >
    < username > * < / username >
    password <>* < / password >
    < createschema > true < / createschema >
    system of < sysusername > < / sysusername >
    < syspassword > * < / syspassword >
    < role > SYSDBA < / role >
    < defxxxlttablespace > aia_data < / defxxxlttablespace >
    < temptablespace > TEMP < / temptablespace >
    < / aia >
    < mds >
    < url jdbc - > * < / jdbc-url >
    < username > * < / username >
    password <>* < / password >
    < / mds >
    < sr >
    < url jdbc - > * < / jdbc-url >
    < username > * < / username >
    password <>* < / password >
    < createschema > true < / createschema >
    < sysusername > * < / sysusername >
    < syspassword > * < / syspassword >
    < role > SYSDBA < / role >
    < defxxxlttablespace > aia_data < / defxxxlttablespace >
    < temptablespace > TEMP < / temptablespace >
    </SR >
    < jms >
    > jdbc url < jdbc:oracle:thin:@xxx.xxx.xxx.xxx:1521/SOAD < / jdbc-url >
    < user name > AIA_DEV_JMSUSER < / name >
    password <>* < / password >
    < createschema > true < / createschema >
    < sysusername > * < / sysusername >
    < syspassword > * < / syspassword >
    < role > SYSDBA < / role >
    < defxxxlttablespace > aia_data < / defxxxlttablespace >
    < temptablespace > TEMP < / temptablespace >
    < / jms >
    < xref >
    > jdbc url < jdbc:oracle:thin:@xxx.xxx.xxx.xxx:1521/SOAD < / jdbc-url >
    < username > * < / username >
    password <>* < / password >
    < createschema > true < / createschema >
    < sysusername > * < / sysusername >
    < syspassword > * < / syspassword >
    < role > SYSDBA < / role >
    < defxxxlttablespace > aia_data < / defxxxlttablespace >
    < temptablespace > TEMP < / temptablespace >
    < / xref >
    < aialifecycle >
    > jdbc url < jdbc:oracle:thin:@xxx.xxx.xxx.xxx:1521/SOAD < / jdbc-url >
    < username > * < / username >
    password <>* < / password >
    < createschema > true < / createschema >
    < sysusername > * < / sysusername >
    < syspassword > * < / syspassword >
    < role > SYSDBA < / role >
    < defxxxlttablespace > aia_data < / defxxxlttablespace >
    < temptablespace > TEMP < / temptablespace >
    < / aialifecycle >
    < /dB >
    < /FP >
    < rel >
    < Server >
    < publishtooer > false < / publishtooer >
    < oerurl / >
    < user name / >
    password <>* < / password >
    < / Server >
    < / rel >
    < participatingapplications >
    < BAERPSOA >
    < Server >
    xxx.xxx.xxx.xxx < adminhostname > < / adminhostname >
    < > 7001 adminport < / adminport >
    base_domain < domain_name > < / domain name >
    < username > * < / username >
    password <>* < / password >
    < servertype > server < / servertype >
    < soaserver > soa_server1 < / soaserver >
    xxx.xxx.xxx.xxx < soaserverhostname > < / soaserverhostname >
    < soaserverport > 8001 < / soaserverport >
    < / Server >
    < db >
    < aiademoparticipatingapp >
    > jdbc url < jdbc:oracle:thin:@sbuxtdb4.xxx.xxx.xxx:1571/FINDL < / jdbc-url >
    < username > * < / username >
    password <>* < / password >
    < createschema > true < / createschema >
    < sysusername > * < / sysusername >
    < syspassword > * < / syspassword >
    < role > SYSDBA < / role >
    < defxxxlttablespace > apps_ts_data < / defxxxlttablespace >
    < temptablespace > TEMP < / temptablespace >
    < / aiademoparticipatingapp >
    < /dB >
    < / BAERPSOA >
    < / participatingapplications >
    < pips >
    < BAERPSOA >
    < version > 11.1.1.3.0 < / version >
    < Server >
    xxx.xxx.xxx.xxx < adminhostname > < / adminhostname >
    < > 7001 adminport < / adminport >
    base_domain < domain_name > < / domain name >
    < username > * < / username >
    password <>* < / password >
    < servertype > server < / servertype >
    < soaserver > soa_server1 < / soaserver >
    xxx.xxx.xxx.xxx < soaserverhostname > < / soaserverhostname >
    < soaserverport > 8001 < / soaserverport >
    < / Server >
    < / BAERPSOA >
    < / pips >
    < / properties >

    Published by: Raj Anish on December 12, 2011 13:52

    Hi Anish,

    You must set the following in AIAInstallerProperties.xml for ' participatingapplications. Ebiz.db.EBIZ01' by DeploymentPlan.


    ..........

              

    JDBC:Oracle:thin:@[IP]:[port]/[SID]
    [username]
    [password]


              

    ............

    Then try to redeployment.
    Rgds,
    Mandrita.

  • Utility LCM - how to provide the name of user and password (to avoid prompting)

    Version - hyperion 11.1.1.3.24
    Objective - is to RUN the utility of LCM & schedule it later.
    Create a Batch file to run the utility of LCM. Calling utility LCM & referring location of XM. Batch file is created as follows.

    --------------------------------------------------------------------------------

    E:\Hyperion\common\utilities\LCM\9.5.0.0\bin\Utility.bat E:\Temp\TestExport.xml


    --------------------------------------------------------------------------------
    When tried to run, it requires a username and password. I'm not very versed in working with scripts. How to provide ID and password, so that it runs automatically.

    You can provide a name of user and password in the migration xml file.
    If you run an export and save on migration to XML, open xml code under the heading ConnectionInfo that you will see username and password, you can enter the details in the xml file

    for example
    http://2.BP.blogspot.com/__2AaArK5lW8/SJSBsGDDQuI/AAAAAAAAAOU/szcTOhfoaxs/S1600-h/14.PNG

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • Possible bug in DataTemplateProcessor

    Hello

    I already searched for it but found nothing.

    I'm running the dataTemplate as a test for three levels of master data / detail:
    <?xml version="1.0"?>
    <dataTemplate name="RESULT" version="1.0">
        <dataQuery>
        <sqlStatement name="q3">
             <![CDATA[
                select 6500 BAIRRO_NETO, 57570 CODIGO_NETO, 'A' NOME_NETO from dual
                union
                select 758 BAIRRO_NETO, 57570 CODIGO_NETO, 'B' NOME_NETO from dual
                union
                select 1400 BAIRRO_NETO, 57570 CODIGO_NETO, 'C' NOME_NETO from dual
            ]]>
            </sqlStatement>
            <sqlStatement name="q1">
                <![CDATA[
                select a.cust_account_id CODIGO, b.party_name NOME_PAI, a.account_number CNPJ
    from apps.hz_cust_accounts_all a, apps.hz_parties b
    where a.party_id = b.party_id and ROWNUM <= 5
            ]]>
            </sqlStatement>
            <sqlStatement name="q2">
                <![CDATA[
                SELECT HCA.cust_account_id    CODIGO_FILHO
       ,HP.PARTY_NAME     NOME_CLIENTE
       ,HL.ADDRESS1      ENDERECO
       ,HL.ADDRESS3      NUMERO
       ,HL.ADDRESS2      BAIRRO
       ,HL.ADDRESS4      COMPLEMENTO
       ,HL.CITY        CIDADE
       ,HL.STATE        ESTADO
       ,HL.POSTAL_CODE     CEP
       ,HL.COUNTRY       PAIS
       ,HCA.ORG_ID
       ,HPSU.SITE_USE_TYPE
    FROM  HZ_PARTIES       HP
       ,HZ_PARTY_SITES     HPS
       ,HZ_LOCATIONS      HL
       ,HZ_CUST_ACCT_SITES_ALL HCA
       ,HZ_PARTY_SITE_USES   HPSU
    WHERE HP.PARTY_ID = HPS.PARTY_ID
    AND  HPS.LOCATION_ID = HL.LOCATION_ID
    AND  HPS.PARTY_SITE_ID = HCA.PARTY_SITE_ID
    AND  HCA.PARTY_SITE_ID = HPSU.PARTY_SITE_ID 
            ]]>
            </sqlStatement>
            <link name="pai_filho" parentQuery="q1" parentColumn="CODIGO"
                  childQuery="q2" childColumn="CODIGO_FILHO" condition="="/>
            
            <link name="filho_neto" parentQuery="q2" parentColumn="BAIRRO"
                  childQuery="q3" childColumn="BAIRRO_NETO" condition="="/>      
            
        </dataQuery>
        <dataStructure>
            <group name="PAI" source="q1">
                <element name="NOME_PAI" value="NOME_PAI"/>
                <element name="CODIGO" value="CODIGO"/>
                <group name="FILHO" source="q2">
                    <element name="NOME_FILHO" value="ENDERECO"/>
                    <element name="BAIRRO" value="BAIRRO"/>
                    <group name="FILHO" source="q3">
                        <element name="NOME_NETO" value="NOME_NETO"/>
                    </group>
                </group>
            </group>
        </dataStructure>
    </dataTemplate>
    Problem is that I'm a ' ORA-00904: "Q3": invalid identifier "error. By looking at the trace of the db, I found that the bi of the query editor runs in the database:
    with
    q3 as (select 6500 BAIRRO_NETO, 57570 CODIGO_NETO, 'A' NOME_NETO from dual
                union
                select 758 BAIRRO_NETO, 57570 CODIGO_NETO, 'B' NOME_NETO from dual
                union
                select 1400 BAIRRO_NETO, 57570 CODIGO_NETO, 'C' NOME_NETO from dual ),
    q1 as (select a.cust_account_id CODIGO, b.party_name NOME_PAI, a.account_number CNPJ
    from apps.hz_cust_accounts_all a, apps.hz_parties b
    where a.party_id = b.party_id and ROWNUM <= 5 ),
    q2 as (SELECT HCA.cust_account_id    CODIGO_FILHO
       ,HP.PARTY_NAME     NOME_CLIENTE
       ,HL.ADDRESS1      ENDERECO
       ,HL.ADDRESS3      NUMERO
       ,HL.ADDRESS2      BAIRRO
       ,HL.ADDRESS4      COMPLEMENTO
       ,HL.CITY        CIDADE
       ,HL.STATE        ESTADO
       ,HL.POSTAL_CODE     CEP
       ,HL.COUNTRY       PAIS
       ,HCA.ORG_ID
       ,HPSU.SITE_USE_TYPE
    FROM  HZ_PARTIES       HP
       ,HZ_PARTY_SITES     HPS
       ,HZ_LOCATIONS      HL
       ,HZ_CUST_ACCT_SITES_ALL HCA
       ,HZ_PARTY_SITE_USES   HPSU
    WHERE HP.PARTY_ID = HPS.PARTY_ID
    AND  HPS.LOCATION_ID = HL.LOCATION_ID
    AND  HPS.PARTY_SITE_ID = HCA.PARTY_SITE_ID
    AND  HCA.PARTY_SITE_ID = HPSU.PARTY_SITE_ID )
    
     select q3.* , q1.* , q2.*
    from q1 left join q2 on q1.CODIGO=q2.CODIGO_FILHO
    I found that the tracks bi query editor db missing the join defined by the link between q2 and q3.

    This could be a bug? Or I'm missing something?

    I would say, incorrect use :)

    Completely remove the link element.

    in query 2 Add this
    HCA.cust_account_id =: CÓDIGO

    in query 3 Add this
    BAIRRO_NETO =: BAIRRO

    If possible, keep the column names unique nickname in all queries.

    Using the binding variable is recommended here.

    Keep it this way much better and faster than the binding declaration.

    and you got to keep requests in the order.
    1ST QUARTER
    Q2
    Q3

Maybe you are looking for