Xmldocument as xmlvalue context value question

why is it that when i use an xmldocument (wrapped by an xmlvalue object) as a context value for xmlqueryexpression.execute() and if my query returns nodes (rather than scalars like string(), etc), the resulting xmlresults' xmlvalue objects return empty string for .asString()?
i'm completely new to this approach for using xmldocument as a starting query context. i'm trying this because i figure doing this is better than using doc() because you get to reuse the same xmlqueryexpressions objects across different documents.
so for instance:
          XmlDocument document = xmlContainer.getDocument("catalog2", XmlDocumentConfig.DEFAULT);
          XmlQueryContext ctx = xmlManager.createQueryContext();
          XmlQueryExpression expr = xmlManager.prepare("/catalog/journal/article", ctx);
          XmlResults results = null;
          try {
               results = expr.execute(new XmlValue(document), ctx);
               List<String> articles = new ArrayList<String>();
               try {
                    if (results != null) {
                         if (results.size() > 0) {
                              XmlValue value = results.next();
                              while (value != null) {
                                   articles.add(value.asString());
                                   value = results.next();
               finally {
                    if (results != null) results.delete();
               assertEquals(2, articles.size()); // correct!
               for (String string : articles) {
                    System.out.println(string);
                    assertFalse(StringUtils.isEmpty(string));  // empty strings!
          finally {
               results.delete();
               expr.delete();
               document.delete();
any ideas? thanks.

Hi wvuong,
You can reuse xmlqueryexpression objects across different documents simply by XmlQueryContext::setVariableValue().
Here is an example in C++( sorry, I'm not good at Java ). Please refere the docs if you want more details about using XmlQueryContext::setVariableValue in Java.
// Define XmlQueryExpression using "doc_name" as Variable
XmlQueryContext qc = mgr.createQueryContext();
qc.setVariableValue("doc_name", "");
string query = "for $node in doc($doc_name) return <l1>{$node}</l1>";
XmlQueryExpression expr = mgr.prepare(query, qc);
// Using the XmlQueryExpression
string docName = collection_name + "/" + "THE_DOC_NAME";
qc.setVariableValue("doc_name", docName);
XmlResults res = expr.execute( qc );

Similar Messages

  • BizTalk Host Application Adapters - Set Client Context Values

    http://technet.microsoft.com/en-us/library/bb726925(v=bts.10).aspx
    Client Context
    The schema provides the node, TIClientContext, allowing context values to be passed. There are several Client Context properties supported by the adapter, listed in Table 7. However, only two are exposed via the messages passed to the adapter as attributes
    on the root node - the user’s Host credentials to use for the call and the connection timeout value. The Allow Security Overrides property works in conjunction with Client Context and allows the User and Password to be taken from the TIClientContext node in
    the message and used to make the Host program call. In order to access the others, a property schema must be created to add them to the BizTalk Server message context. All of the properties are in the http://microsoft.com/HostApplications/TI/WIP namespace.
    Once created, any of these properties can be set via the BizTalk Message Context.
    Question:
    I am trying to pass LibNameOverride in the Message. I created a property schema and added this promoted property. I am trying to set this value in the Message, but not succesful.
    I tried in the below mentioned ways but not successful
    <ns0:LibNameOverride>ABCDEFG</ns0:LibNameOverride>
    or
    <ns0:TIClientContext TIContextKeyword="LibNameOverride" TIContextValue="ABCDEFG" />
    Thanks, Pavan MCTS-Microsoft Biztalk Windows Server 2010

    Please verify the file version of Microsoft.HostIntegration.Adapters.MsTI.Runtime.dll in the %SNAROOT% folder just to make sure the version.
    You might want to try passing PortOverride with an invalid port to see if you get an error in the Application Event log indicating a problem with the connection indicating that the target machine actively refused the connection and it will include the IP
    address and the invalid port. It is an Event 102 message.
    I passed the following in my sample HIS 2010 Application:
    <ns0:BAHA_ELMLink_GetBal__Accounts__GetBalance__Request TIAssemblyVersion="1.0" xmlns:ns0="http://microsoft.com/HostApplications/TI/WIP">
      <ns0:GetBalanceInDocument>
        <ns0:NAME>Kim Akers</ns0:NAME>
        <ns0:ACCNUM>123456</ns0:ACCNUM>
      </ns0:GetBalanceInDocument>
      <ns0:TIClientContext TIContextKeyword="PortOverride" TIContextValue="7555" />
    </ns0:BAHA_ELMLink_GetBal__Accounts__GetBalance__Request>
    I don't have an AS/400 sample setup, but this test proved that I could pass a client context property in the input XML to my Send Port.
    Also, make sure that you have the "Allowed Advanced Overrides" option in the Send Port set to "Yes" to enable client context override keywords.
    Thanks...
    Stephen Jackson - MSFT

  • To access context values in java util methods in webdynpro java

    My requirement is to access the wdcontext values in the my util classes.
    kindly  suggest how to access the context value in my util class
    Regards
    Priya

    The context reference must be passed to the .java class in order to access same in the .java
    for example,
    Change MyUtil.java - get the reference to this file.
    public class MyUtil {
    //make a local variable of context element type.
    private IPrivateCompView.IHashContextElement local_context;
    //add context type in Constructor
    public MyUtil (IPrivateCompView.IHashContextElement local_context, /*rest of params*/){
            this.local_context = local_context;
            //.... rest of initialization
    In Webdynpro, initialize the call by passing the context reference.
    IPrivateCompView.IHashContextElement hashmap = wdContext.currentHashContextElement();
    //initialize my class
    new MyUtil( hashmap, /*rest of params*/);
    regards,
    Nikhil

  • Value questions for SAP HR Reporting

    I am working as a "SAP HR Functional consultant".
    I am preparing Value Questions that can benefit End users with respect to SAP HR Reporting.
    Could you kindly help me by sending some questions [If you have any ] & Also tell me how to prepare them?
    <b>For Exp</b>: This below example is for sales, need the same for HR scenarios ( Time management,Org Management, Budget monitoring, Leave management)
    <b>Q</b>
    1. Actor - Sales Rep                                  
    2. Question - Are there new Leads/Opportunities that need my attention?
    3.Action to take - follow-up with Oppty's contact & update Oppty Record with actions taken
    <b>Q</b>
    1. Actor - Sales Rep                                  
    2. Question - What are my territory’s/geography's monthly Sales trends?
    3.Action to take - contact customers whose sales are below expectations
    Waiting for your early reply.
    Thanks.
    Nimisha

    Hi Nisha
    We generally categorise the reports in a matrix structure based on the following criteria -
    1. Usage of the report, eg. monthly, weekly and so on
    2. Data to be processed per usage, eg. no of records
    3. Criticality of the report, eg, must have, useful, important, nice to have and so on
    4. Intended users of the report, eg, management, top management, support satff and so on
    Based on the matrix and the estimated effort required for each report, we make a decision of which reports to be created and the ranking of the reports, that is, which reports to be created on an urgent basis and which ones can be taken up later.
    Also, the same matrix can be used for determining the authorizations for the reports.
    Pls feel free to contact me in case of any further queries/clarifications.
    Regards
    Lincoln

  • Setting up Flexfield Context Value programmatically in Custom.pll

    I need to default the context value of my DFF based on user profile/responsibility, How do I assign a value to context value field in custom.pll?
    Thanks,
    AJ

    Hi John,
    I got the same issue. Is yours being resolve yet?
    Can you share the solution.
    Thanks.

  • Passing a context value to BAPI Import parameter in WebDynpro!

    Hi All,
    I have a small doubt here!
    I am trying to create a sales order using Webdynpro through BAPI.
    There i want to hard code the value of order type like, i want to fix the value before running the porgram itself i.e., statically i want to pass the value.
    What i have done is,
    created a Context variable and has assigned the value in the init() of view like,
    <b>wdContext.currentUIElementsElement().setDocType("ZORD")</b>
    and also changed the value attribute of InputField to the context variable called "DocType".
    But now we need to pass this context value to the BAPI Structure called ORDER_HEADER_IN  i.e, to the class "Bapisdhd1". with out the hardcode value it is working, but i want to pass the value before executing it self. so What i can do, can any body pls give sample line of coding.
    Thanks in advance,
    Regards,
    Sireesha.B

    Hi
    Have you bound instantiated the Bapi class?If not then do like this.
    BapiClass input = new BapiClass();
    wdContext.node<BAPINODE>.bind(input);
    Above code can be written in your Custom Controller or View's doinit.
    Then you write the code for doctype as given in the post above.
    Regards,
    Ajay

  • Null DFF Context Value in R12

    Hi Experts,
    Recently we have upgraeded ebs 11.5.10.2 to R12.1.3 .
    In 11i , we have DFF at supplier site level ( Title : Vendor Sites).
    After upgradation , we are not able to see the context value at supplier site level.
    Is there any set-up required for the same ?
    Please guide me.
    regards
    sd

    Hi
    can i get the information type from ExtraInformationTypeVO,
    but the create ,update pages using different VOs
    Please tell me the solution.
    Thanks
    Raju

  • Person DFF Context Value based on 2 criteria (Business Group and Emp Type)?

    Hello,
    We're implementing HR module into multiple business groups.
    I need to define context value for DFF "Additional Personal Details" based on 2 criteria Business Group ID and Employee Type
    Any idea how to do it?
    Thank you
    Elie

    Hello Elie,
    I am not sure on it,However have you tried creating a context with combination of Business Group and Person Type using merging,
    business_group_id || "_"|| person_type_id And structures would be something like 80_2112 Business Group id = 80 and Person Type id=2112.
    It may resolve your issue if this works out.
    Regards,
    Saurabh

  • Accessing  context value of webdynpro through  javascript

    hi gurus,
    how can I address the value of a context in adobe forms's   java script.
    I want to hide and display some fields based on  the value of the context of the WDA application .
    Thanks

    Hello,
    Please refer this blog:
    /people/juergen.hauser2/blog/2007/09/03/accessing-data-nodes-in-sap-interactive-forms
    If this is not working , assign the context value to a text field on the form which is kept hidden.
    Then by using , fieldname.rawValue we can access the field value.
    THanks & Regards,
    Omkar Mirvankar.

  • Concatenating context value and non-context value

    Hi,
    I have a context binding to one of the input field(lets say field-X) and also I have another dropdown list UI element(lets say field-Y) which is not bound to any context.  When a user enters values in field-X and selects a item from field-Y hits the save button, I need to concat "Field-X - Field-Y" and assign this concatenated value to field-X context.  So in a road-map (next screen) when I retrieve field-X context value it should have concatenated value of dropdown UI element as well.
    Where do I do this concat (I mean which method e.g. WDModify) and how do I do it?
    Thanks
    Praveen.

    Hi Praveen,
    What do you mean by field-Y is not bound to any context?? I am sure you would have atleast bound the selectedKey property of the dropdown list with some attribute of the context.
    For concatinating the fileds you have to write the code on the onAction function of Save button which is taking you to the next screen of the road map. On the onActionSave() you have to get the values of the currently selected input field and the dropdown value. Then you have to concatenate the values and set it in some attribute from where you can pick it in the next screen.
    Please use this code in onActionSave() method:
    // Get the value of the currently entered value of the input field from the attribute which is bound to the input field. I am assuming the name of the attribute as InputFiledValue
    String inpValue = wdContext.currentContextElement().getInputFiledValue();
    // Get the value of the currently selected value of the drop down field from the attribute which is bound to the drop down field. I am assuming the name of the attribute as DropDownValue
    String dropDpwnValue = wdContext.currentContextElement().getDropDownValue();
    // Concatenate with "-" in between
    String concatenatedValue = inpValue+ " - " + dropDpwnValue;
    // Set the concatenated value to a temporary attribute. This will be accessed in next view of road map.
    wdContext.currentContextElement().setConcatenatedValue(concatenatedValue);
    // OR if you want to save in same inputfield Attribute then also you can do that.
    // use the similar code as above. see this:
    // wdContext.currentContextElement().setInputFiledValue(concatenatedValue);
    Here I am assuming that the attribute which have bound to the inputfield and dropdown field are directly under the context node. If not then you have to get the values from a specific node. Do it like this:
    // Get the value of the currently entered value of the input field from the attribute which is bound to the input field.
    String inpValue = wdContext.current<NODE_NAME>Element().getInputFiledValue();
    // Get the value of the currently selected value of the drop down field from the attribute which is bound to the drop down field.
    String dropDpwnValue = wdContext.current<NODE_NAME>Element().getDropDownValue();
    In the next view you can get this concatenated value and can use whereever you want. Use following code:
    // To get the value of the concatenated string.
    String value = wdContext.currentContextElement().getConcatenatedValue();
    I hope this solves the issue. Please revert back in case you need any furtehr help on this.
    Thanks and Regards,
    Pravesh

  • ERROR:Context Value Management Failed adconfig.cmd

    hi,
    when attempting to run %ORACLE_HOME%/ad/11.5.0/cin> adconfig.cmd contextfile=%CONTEXT_FILE_LOCATION%
    its gives error in log file as.
    ERROR:Context Value Management Failed
    Terminate
    Regards
    ***SBJ***

    Hi SBJ;
    1.Open cmd prompt
    in cmd prompt oracle/prodappl>APPSORA.cmd
    oracle/prodcomn/admin/scripts/PROD_<host_name>>adautocfg.cmd
    Starting up Autoconfig engine...
    Fri 06/11/2010
    03:47 PM
    The System Cannot Find the drive specified.
    completed execution of Autoconfig
    Oracle/prodcomn/admin/scripts/PROD_<host_name>>
    ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------You have rename or changed driver name(like change C driver to Z) or path?(C:\oracle to C:\Oracle)
    You type oracle/prodcomn/admin/scripts/PROD_<host_name>>adautocfg.cmd but it seems its look Oracle/prodcomn/admin/scripts/PROD_<host_name>
    can you change oracle to Oracle and retest please
    Regard
    Helios

  • ERROR: Context Value Management Failed. Terminate. Running AutoConfig on DB

    Hi
    I got the below error while running the autoconfig on DB node in 11i environment
    ERROR: Context Value Management Failed.
    Terminate.
    Current Version of DB 10.2.04
    OS - HP 11.11
    Environment 11.5.10.2
    We are trying to DR to turn stand by to test. Now the database is up and running. When i tried to run autoconfig on DB node i got below error.
    ./adautocfg.sh
    Enter the APPS user password:
    AutoConfig is configuring the Database environment...
    AutoConfig will consider the custom templates if present.
    Using ORACLE_HOME location : /d01/app/oracle/fsproddb/10.2.0
    Classpath :
    /d01/app/oracle/fsproddb/10.2.0/jre/1.4.2/lib/rt.jar:/d07/app/oracle/proddb/10.2.0/jdbc/lib/ojdbc14.jar:/d07/app/oracle/proddb/10.2.0/appsutil/java/xmlparserv2.zip:/d01/app/oracle/proddb/10.2.0/appsutil/java:/d01/app/oracle/proddb/10.2.0/jlib/netcfg.jar:/d01/app/oracle/proddb/10.2.0/jlib/ldapjclnt10.jar
    ERROR: Context Value Management Failed.
    Terminate.
    Need Help to fix this issue.
    Thank You In advance.
    Kumar.

    The Log file has below.
    /d01/app/oracle/fsproddb/10.2.0/appsutil/scripts/PROD_fss $ ./adautocfg.sh
    Enter the APPS user password:
    AutoConfig is configuring the Database environment...
    AutoConfig will consider the custom templates if present.
    Using ORACLE_HOME location : /d01/app/oracle/proddb/10.2.0
    Classpath :
    /d01/app/oracle/proddb/10.2.0/jre/1.4.2/lib/rt.jar:/d01/app/oracle/proddb/10.2.0/jdbc/lib/ojdbc14.jar:/d01/app/oracle/proddb/10.2.0/appsutil/java/xmlparserv2.zip:/d01/app/oracle/proddb/10.2.0/appsutil/java:/d01/app/oracle/proddb/10.2.0/jlib/netcfg.jar:/d01/app/oracle/proddb/10.2.0/jlib/ldapjclnt10.jar
    ERROR: Context Value Management Failed.
    Terminate.
    Thank You,
    Kumar.

  • ERROR: Context Value Management Failed

    Hi,
    While running autoconfig, i am getting below error
    =================================
    ./adautocfg.sh
    Enter the APPS user password :
    Context Value Management will now update the Context file
    Exception in thread "main" java.lang.NoSuchMethodError: oracle.apps.ad.context.S toreDataOfFile.getChkListConditions()Ljava/util/Vector;
    at oracle.apps.ad.context.ContextSelfHeal.doTranslate(ContextSelfHeal.ja va:2073)
    at oracle.apps.ad.context.ContextSelfHeal.updateContext(ContextSelfHeal. java:1426)
    at oracle.apps.ad.context.ContextSelfHeal.startProcess(ContextSelfHeal.j ava:822)
    at oracle.apps.ad.context.CtxValueMgt.processCSH(CtxValueMgt.java:1305)
    at oracle.apps.ad.context.CtxValueMgt.processCtxFile(CtxValueMgt.java:16 21)
    at oracle.apps.ad.context.CtxValueMgt.main(CtxValueMgt.java:709)
    ERROR: Context Value Management Failed.
    Terminate.
    The logfile for this session is located at:
    /d05/u06/applmgr/ndevappl/admin/ndev_sflxap05/log/09231831/adconfig.log
    ================================================
    By following Running Autoconfig : Context Value Management Failed [ID 285422.1]
    i moved the two classes.
    Even then getting the same issue.
    Thanks,

    Hi,
    By following the note, i tried to apply patch 9535311.
    It is failed. The adworker log showing below error.
    drop public synonym ad_ddl
    ERROR at line 1:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-04068: existing state of packages has been discarded
    ORA-04065: not executed, altered or dropped stored procedure
    "SYS.DBMS_STANDARD"
    ORA-06508: PL/SQL: could not find program unit being called:
    "SYS.DBMS_STANDARD"
    ORA-06512: at "SYS.DICTIONARY_OBJ_TYPE", line 3
    create public synonym ad_inst for system.ad_inst
    ERROR at line 1:
    ORA-00955: name is already used by an existing object
    Thanks,

  • How do I to modify context value DATABASE.SID on existing web ADI sheet?

    Does anybody know how to modify the connection context value (DATABASE.SID) on an existing web ADI sheet?
    My original sheet was created against e.g. TESTBASE.TST1, but now I want the same sheet to work on PRD (PRDBASE.PRD).
    In the old client version there was a hidden sheet where you could change this, but in web ADI there is no hidden sheet, and changing context values directly is not allowed.

    Does anybody know how to modify the connection context value (DATABASE.SID) on an existing web ADI sheet?
    My original sheet was created against e.g. TESTBASE.TST1, but now I want the same sheet to work on PRD (PRDBASE.PRD).
    In the old client version there was a hidden sheet where you could change this, but in web ADI there is no hidden sheet, and changing context values directly is not allowed.

  • Adautoconfig.cmd error "Error: Context value Management Failed."

    Starting Autoconfig at wed Nov 10 16:38:56 2010
    using adconfig.pl version 115.82
    classpath :c:\jdk13\jre\lib\rt.jar;c:\jdk13\jre\lib\i18n.jar;c:\jdk.........more jdk files locations
    Starting utility to Report version conflicts at wed Noc 10 16:38:57 VET 2010
    Using VersionConflictListGenerator.java version 115.4
    All driver files processed.
    No version conflict encountered.
    using Context file :F:\oracle\prodappl\admin\TEST_XXXXX.xml
    Attempting to create a back up of the Context file
    Create back up file of name :
    f:\oracle\prodappl\admin\TEST_XXXXX\our\11101638\TEST_XXXXXXdb.xml
    Starting synchronization of file system context file and its templates with those in the database.
    Error: Context value Management Failed.
    Terminated.
    The logfile for this session is located at :
    xxxxxxxlocationxxxxxxxxxxxxxxxxxx
    Dear all , the above log file created after adcfgclone in appsTier, is any one tel me what is the problem,, where what may went wrong,, am not getting any clear idea about this,,

    This is the excate error while running adautoconfig*
    Context Value Management will now update the Context file
    Exception in thread "main" java.lang.NoClassDefFoundError: java/sql/Savepoint
    at java.lang.ClassLoader.defineClass0(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:488)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:10
    +6)+
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:243)
    at java.net.URLClassLoader.access$100(URLClassLoader.java:51)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:190)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:183)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:294)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:288)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:250)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:310)
    at oracle.jdbc.driver.OracleDriver.getConnectionInstance(OracleDriver.ja
    va:551)
    at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:351)
    at java.sql.DriverManager.getConnection(DriverManager.java:512)
    at java.sql.DriverManager.getConnection(DriverManager.java:172)
    at oracle.apps.ad.util.DBUtil.getConnectionUsingSID(DBUtil.java:253)
    at oracle.apps.ad.util.DBUtil.getConnection(DBUtil.java:410)
    at oracle.apps.ad.util.DBUtil.getConnectionUsingAppsJDBCConnector(DBUtil
    +.java:590)+
    at oracle.apps.ad.tools.configuration.FileSysDBCtxMerge.getDBConnection(
    FileSysDBCtxMerge.java:760)
    at oracle.apps.ad.tools.configuration.FileSysDBCtxMerge.initializeParams
    +(FileSysDBCtxMerge.java:147)+
    at oracle.apps.ad.tools.configuration.FileSysDBCtxMerge.setParams(FileSy
    sDBCtxMerge.java:128)
    at oracle.apps.ad.context.CtxValueMgt.mergeCustomInFiles(CtxValueMgt.jav
    a:1762)
    at oracle.apps.ad.context.CtxValueMgt.processCtxFile(CtxValueMgt.java:15
    +79)+
    at oracle.apps.ad.context.CtxValueMgt.main(CtxValueMgt.java:709)
    Error returned from java. Context Value Management was aborted
    ERROR: Context Value Management Failed.
    Terminate.
    The logfile for this session is located at:
    f:\oracle\prodappl\admin\TEST_ppclone5db\log\11110958\adconfig.log
    F:\oracle\prodcomn\admin\scripts\TEST_ppclone5db>
    Previously while running the adcfgclone.pl in appsTier we faced error...
    Tail details of the ApplyAppsTier_xx.log
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    Script Success, Profiles set.
    ERRORCODE = 0 ERRORCODE_END
    .end std out.
    .end err out.
    Product Top Drivers executed : AD_TOP FND_TOP ICX_TOP IEO_TOP ABM_TOP ECX_TOP BIS_TOP GL_TOP AMS_TOP CCT_TOP WSH_TOP CLN_TOP OKE_TOP OKL_TOP OKS_TOP CSF_TOP XNC_TOP IGS_TOP IBY_TOP PA_TOP JTF_TOP MWA_TOP CN_TOP CSI_TOP WIP_TOP CSE_TOP EAM_TOP IMT_TOP FTE_TOP ONT_TOP AR_TOP AHL_TOP OZF_TOP IES_TOP CSD_TOP IGC_TOP
    [AutoConfig Error Report]
    The following report lists errors AutoConfig encountered during each
    phase of its execution. Errors are grouped by directory and phase.
    The report format is:
    <filename> <phase> <return code where appropriate>
    [SETUP PHASE]
    AutoConfig could not successfully execute the following scripts:
    Directory: f:\oracle\prodcomn\admin\install\TEST_ppclone5db
    adgendbc.cmd INSTE8_SETUP 1
    [APPLY PHASE]
    AutoConfig could not successfully execute the following scripts:
    Directory: f:\oracle\prodcomn\admin\install\TEST_ppclone5db
    adsvalsn.cmd INSTE8_APPLY -1
    adsvcm.cmd INSTE8_APPLY 1
    Directory: f:\oracle\prodora\iAS\Apache\perl\5.00503\bin\MSWin32-x86\perl.exe -I f:\oracle\prodora\iAS\Apache\perl\5.00503\lib\MSWin32-x86 -I f:\oracle\prodora\iAS\Apache\perl\5.00503\lib -I f:\oracle\prodora\iAS\Apache\perl\site\5.00503\lib\MSWin32-x86 -I f:\oracle\prodora\iAS\Apache\perl\site\5.00503\lib -I f:\oracle\prodappl\au\11.5.0\perl f:\oracle\prodcomn\admin\install\TEST_ppclone5db
    adadmat.pl INSTE8_APPLY 256
    AutoConfig is exiting with status 4
    RC-50014: Fatal: Execution of AutoConfig was failed
    Raised by oracle.apps.ad.clone.ApplyApplTop
    Completed ApplyApplTop.
    ERROR: AutoConfig completed with errors. Check logfile at f:\oracle\prodappl\admin\TEST_ppclone5db\log\ApplyAppsTier_11101111.log for details.
    # Checking the status of AutoConfig run of ApplyApplTop
    Warning : AutoConfig has completed with errors .
    Please review the AutoConfig section in the logfile. If required, you can re-run AutoConfig from command line after fixing the problem
    Dear Kindly let me know what is the mistake we have done in this
    Edited by: user9111553 on Nov 11, 2010 8:15 AM

Maybe you are looking for

  • BB Link with Q10 no longer working on Windows 8

    Mobile carrier:  Bell Mobility Model info and OS version:  Q10, 10.1.0.238 Blackberry Link version: 1.1.0.37 Free space: 9.7 Gb Battery pull: Battery pull did not resolve issue Factory reset:  I would like to explore all of my other options before bl

  • Lightroom won't open/launch

    When I try to launch lightroom 4.3, I get an error saying, "the lightroom catalog named lightroom 4 catalog cannot be opened because another application already has it open. Quit the other copy of lightroom before trying to launch." I've opened task

  • Displaying Video Artwork on iPod

    Can I get my iPod to display artwork for videos I rip myself? When I look at the song file of the video under the labums section, the artwork does not appear on the iPod even though it does in iTunes. Any ideas?

  • IPod 30 Gb connection problem

    Hi, I've buy a new 30 Gb iPod and now I'm trying to connect it to my desktop pc (windows xp service pack 2) without success! I've installed iTunes and iPod software then rebooted and then connected the usb cable to my pc and... nothing appens, the be

  • [svn] 1494: + Copy jgroups.jar to qa-regress/WEB-INF/lib folder

    Revision: 1494 Author: [email protected] Date: 2008-04-30 12:29:37 -0700 (Wed, 30 Apr 2008) Log Message: + Copy jgroups.jar to qa-regress/WEB-INF/lib folder + Add a clustered destination to remoting-config.mods.xml for codecoverage + Add url-load-bal