Error while running FX restatement process for currency translation

Hi Experts,
I am facing errors while trying to run FX_Restatement process to do currency translation.
I am having the error: RUN_LOGIC:Member u201CXXXu201D not exist => where XXX is any currency I am trying to convert.
Below is the script logic (FXTRANS.LGF)used.
*RUN_PROGRAM CURR_CONVERSION
      CATEGORY     = %FX_CATEGORY_SET% 
      CURRENCY     = %FX_INPCURRENCY_SET% 
      TID_RA = %FX_TIME_SET%
      OTHER = [ENTITY=%FX_ENTITY_SET%]     
      RATEENTITY = GLOBAL
      //For More than one other scope parameters: OTHER = [ENTITY=%FX_ENTITY_SET%;INTCO=%INTCO_SET%...]
*ENDRUN_PROGRAM
I am working on BPC 7.5 NW version.
Can you help us with this?

For the currency you are converting to: XXX
INPUTCURRENCY dimension must have XXX as a member with "REPORTING" property set to "Y"
and
RPTCURRENCY dimension must have XXX as a member with "REPORTING" property set to "Y" and "CURRENCY_TYPE" property set to "R"
It needs to be in both dimensions with the right properties.  INPUTCURRENCY is the currency dimension in the RATE cube, RPTCURRENCY is the currency dimension in the financial or consolidations cube.

Similar Messages

  • Error while create TSW ticket processing for DES Scenario

    Hi Experts ,
    I am facing an error while doing  TSW - ticketing process  for DES scenario
    For STO creation under movement type O - Origin T - Transfer.An error is coming while actualizing the ticket
    Error states : " you do not have authority to access  the shipment ( Return code 4)
    Request all experts to look into the issue and kindly reply
    Thanks in Advance

    Hi,
    Error states : " you do not have authority to access the shipment ( Return code 4)
    It seems authorization problem,kindly take help of basis team for authorization
    kapil

  • Unique Index Error while running the ETL process

    Hi,
    I have Installed Oracle BI Applications 7.9.4 and Informatica PowerCenter 7.1.4. I have done all the configuration steps as specified in the Oracle BI Applications Installation and Configuration Guide. While running the ETL process from DAC for Execution Plan 'Human Resources Oracle 11.5.10' some tasks going to status Failed.
    When I checked the log files for these tasks, I found the following error
    ANOMALY INFO::: Error while executing : CREATE INDEX:W_PAYROLL_F_ASSG_TMP:W_PRL_F_ASG_TMP_U1
    MESSAGE:::java.lang.Exception: Error while execution : CREATE UNIQUE INDEX
    W_PRL_F_ASG_TMP_U1
    ON
    W_PAYROLL_F_ASSG_TMP
    INTEGRATION_ID ASC
    ,DATASOURCE_NUM_ID ASC
    ,EFFECTIVE_FROM_DT ASC
    NOLOGGING PARALLEL
    with error java.sql.SQLException: ORA-12801: error signaled in parallel query server P000
    ORA-01452: cannot CREATE UNIQUE INDEX; duplicate keys found
    EXCEPTION CLASS::: java.lang.Exception
    I found some duplicate rows in the table W_PAYROLL_F_ASSG_TMP with the combination of the columns on which it is trying to create INDEX. Can anyone give me information for the following.
    1. Why it is trying to create the unique index on the combination of columns which may not be unique.
    2. Is it a problem with the data in the source database (means becoz of duplicate rows in the source system).
    How we need to fix this error. Do we need to delete the duplicate rows from the table in the data warehouse manually and re-run the ETL process or is there any other way to fix the problem.

    This query will identify the duplicate in the Warehouse table preventing the Index from being built:
    select count(*), integration_id, src_eff_from_dt from w_employee_ds group by integration_id, src_eff_from_dt having count(*)>1;
    To get the ETL to finish issue this delete to the W_EMPLOYEE_DS table:
    delete from w_employee_ds where integration_id = '2' and src_eff_from_dt ='04-JAN-91';
    To fix it so this does not happen again on another load you need to find the record in the Vision DB, it is in the PER_ALL_PEOPLE_F table. I have a Vision source and this worked:
    select rowid, person_id , LAST_NAME FROM PER_ALL_PEOPLE_F
    where EFFECTIVE_START_DATE = '04-JAN-91';
    ROWID PERSON_ID
    LAST_NAME
    AAAWXJAAMAAAwl/AAL 6272
    Kang
    AAAWXJAAMAAAwmAAAI 6272
    Kang
    AAAWXJAAMAAAwmAAA4 6307
    Lee
    delete from PER_ALL_PEOPLE_F
    where ROWID = 'AAAWXJAAMAAAwl/AAL';

  • OIM: Error while deploying Custom Approval Process for Self-Register

    While deploying the Custom Approval Process for Self-Register, i am getting the following error in scac.log file
    Nov 16, 2011 2:48:58 PM oracle.fabric.common.wsdl.SchemaManager isIncrementalBuildSupported
    INFO: XMLSchema incremental build enabled.
    Nov 16, 2011 2:48:58 PM com.collaxa.cube.CubeLogger info
    INFO: validating "ApprovalProcess.bpel" ...
    oracle.jrf.UnknownPlatformException: JRF is unable to determine the current application server platform.
         at oracle.jrf.ServerPlatformSupportFactory.getInstance(ServerPlatformSupportFactory.java:79)
         at oracle.integration.platform.blocks.WLSPlatformConfigurationProvider.<clinit>(WLSPlatformConfigurationProvider.java:44)
         at oracle.integration.platform.blocks.FabricConfigManager.<clinit>(FabricConfigManager.java:155)
         at oracle.integration.platform.blocks.xpath.FabricXPathFunctionResolver.loadXpathFunctions(FabricXPathFunctionResolver.java:271)
         at oracle.integration.platform.blocks.xpath.FabricXPathFunctionResolver.loadXPathConfigFile(FabricXPathFunctionResolver.java:153)
         at oracle.integration.platform.blocks.xpath.FabricXPathFunctionResolver.init(FabricXPathFunctionResolver.java:51)
         at com.collaxa.cube.xml.xpath.BPELXPathFunctionNameResolver.loadFabricXpathFunctions(BPELXPathFunctionNameResolver.java:57)
         at com.collaxa.cube.xml.xpath.BPELXPathFunctionNameResolver.<init>(BPELXPathFunctionNameResolver.java:48)
         at com.collaxa.cube.xml.xpath.BPELXPathFunctionNameResolver.<clinit>(BPELXPathFunctionNameResolver.java:44)
         at com.collaxa.cube.lang.compiler.bpel.XPathExprValidatorVisitor.<init>(XPathExprValidatorVisitor.java:122)
         at com.collaxa.cube.lang.compiler.bpel.AssignValidator.<init>(AssignValidator.java:89)
         at com.collaxa.cube.lang.compiler.bpel.BpelParser.<init>(BpelParser.java:452)
         at com.collaxa.cube.lang.compiler.bpel.BPELValidator.validate(BPELValidator.java:60)
         at com.collaxa.cube.lang.compiler.BPEL1Processor.validate(BPEL1Processor.java:329)
         at com.collaxa.cube.lang.compiler.BPEL1Processor.process(BPEL1Processor.java:153)
         at com.collaxa.cube.lang.compiler.CubeParserHelper.compile(CubeParserHelper.java:47)
         at oracle.fabric.bpel.bpelc.BPELComponentValidator.validate(BPELComponentValidator.java:40)
         at oracle.soa.scac.ValidateComposite.validateComponentTypeServicesReferences(ValidateComposite.java:1117)
         at oracle.soa.scac.ValidateComposite.doValidation(ValidateComposite.java:500)
         at oracle.soa.scac.ValidateComposite.run(ValidateComposite.java:150)
         at oracle.soa.scac.ValidateComposite.main(ValidateComposite.java:135)
    Nov 16, 2011 2:49:00 PM CubeProcessGenerator compile
    WARNING: classpath is: D:\JDev11g\Middleware\jdeveloper\jdev\extensions\oracle.sca.modeler.jar;D:\JDev11g\Middleware\jdeveloper\soa\modules\oracle.soa.fabric_11.1.1\fabric-runtime.jar;D:\JDev11g\Middleware\jdeveloper\soa\modules\oracle.soa.mgmt_11.1.1\soa-infra-mgmt.jar;D:\JDev11g\Middleware\oracle_common\modules\oracle.fabriccommon_11.1.1\fabric-common.jar;D:\JDev11g\Middleware\jdeveloper\soa\modules\oracle.soa.bpel_11.1.1\orabpel.jar;D:\JDev11g\Middleware\jdeveloper\soa\modules\oracle.soa.mediator_11.1.1\mediator_client.jar;D:\JDev11g\Middleware\oracle_common\modules\oracle.mds_11.1.1\mdsrt.jar;D:\OIMPS1\Middleware\oracle_common\modules\oracle.jps_11.1.1\jps-manifest.jar;;D:\OIMPS1\Middleware\Oracle_IDM1\server\workflows\new-workflow\process-template\SelfRegistrationApprovalApp\SelfRegistrationApproval\SCA-INF\classes;D:\OIMPS1\Middleware\Oracle_IDM1\server\workflows\new-workflow\process-template\SelfRegistrationApprovalApp\SelfRegistrationApproval\SCA-INF\classes;D:\OIMPS1\Middleware\Oracle_IDM1\server\workflows\new-workflow\process-template\SelfRegistrationApprovalApp\SelfRegistrationApproval\SCA-INF\gen-classes;D:\OIMPS1\Middleware\Oracle_IDM1\server\workflows\new-workflow\process-template\SelfRegistrationApprovalApp\SelfRegistrationApproval\SCA-INF\lib\oimclient.jar;D:\JDev11g\Middleware\oracle_common\modules\commonj.sdo_2.1.0.jar;D:\JDev11g\Middleware\oracle_common\modules\oracle.fabriccommon_11.1.1\fabric-common.jar;D:\JDev11g\Middleware\oracle_common\modules\oracle.xdk_11.1.0\xmlparserv2.jar;D:\JDev11g\Middleware\jdeveloper\soa\modules\oracle.soa.bpel_11.1.1\bpel1-1-xbeans.jar;D:\JDev11g\Middleware\jdeveloper\soa\modules\oracle.soa.bpel_11.1.1\orabpel-common.jar;D:\JDev11g\Middleware\jdeveloper\soa\modules\oracle.soa.bpel_11.1.1\orabpel.jar;D:\JDev11g\Middleware\jdeveloper\soa\modules\oracle.soa.bpel_11.1.1\bpel_coherence_config.jar;D:\JDev11g\Middleware\jdeveloper\soa\modules\oracle.soa.bpel_11.1.1\orabpel-exts.jar;D:\JDev11g\Middleware\jdeveloper\soa\modules\oracle.soa.bpel_11.1.1\thirdparty.jar;D:\JDev11g\Middleware\jdeveloper\soa\modules\oracle.soa.bpel_11.1.1\bpm-analytics.jar;D:\JDev11g\Middleware\jdeveloper\soa\modules\oracle.soa.bpel_11.1.1\orabpel-thirdparty.jar;D:\JDev11g\Middleware\jdeveloper\soa\modules\oracle.soa.bpel_11.1.1\wsif-binding.jar;D:\JDev11g\Middleware\jdeveloper\soa\modules\oracle.soa.bpel_11.1.1\orabpel-validator.jar;D:\JDev11g\Middleware\jdeveloper\soa\modules\oracle.soa.bpel_11.1.1\monitor-rt-xbean.jar;D:\JDev11g\Middleware\jdeveloper\soa\modules\oracle.soa.bpel_11.1.1\oracle.soa.bpmn.jar;D:\JDev11g\Middleware\jdeveloper\soa\modules\user-patch.jar;D:\JDev11g\Middleware\jdeveloper\soa\modules\oracle.soa.thirdparty.jar;D:\JDev11g\Middleware\jdeveloper\uddi\lib\oracle.soa.uddi.jar;D:\JDev11g\Middleware\jdeveloper\soa\modules\oracle.soa.fabric_11.1.1\bpm-infra.jar;D:\JDev11g\Middleware\jdeveloper\soa\modules\oracle.soa.fabric_11.1.1\testfwk-xbeans.jar;D:\JDev11g\Middleware\jdeveloper\soa\modules\oracle.soa.fabric_11.1.1\fabric-ext.jar;D:\JDev11g\Middleware\jdeveloper\soa\modules\oracle.soa.fabric_11.1.1\soa-infra-scheduler.jar;D:\JDev11g\Middleware\jdeveloper\soa\modules\oracle.soa.fabric_11.1.1\xmlunit-1.1.jar;D:\JDev11g\Middleware\jdeveloper\soa\modules\oracle.soa.fabric_11.1.1\fabric-runtime.jar;D:\JDev11g\Middleware\jdeveloper\soa\modules\oracle.soa.fabric_11.1.1\soa-infra-tools.jar;D:\JDev11g\Middleware\jdeveloper\soa\modules\oracle.soa.fabric_11.1.1\soa-xpath-exts.jar;D:\JDev11g\Middleware\jdeveloper\soa\modules\oracle.soa.fabric_11.1.1\oracle-soa-client-api.jar;D:\JDev11g\Middleware\jdeveloper\soa\modules\oracle.soa.wls.jar;D:\JDev11g\Middleware\jdeveloper\soa\modules\oracle.soa.fabric_11.1.1\fabric-client.jar;D:\JDev11g\Middleware\jdeveloper\soa\modules\oracle.soa.fabric_11.1.1\fabric-runtime-ext-was.jar;D:\JDev11g\Middleware\jdeveloper\soa\modules\oracle.soa.fabric_11.1.1\fabric-runtime-ext-wls.jar;D:\JDev11g\Middleware\jdeveloper\soa\modules\oracle.soa.fabric_11.1.1\oracle.soa.fabric.jar;D:\JDev11g\Middleware\jdeveloper\soa\modules\oracle.soa.workflow_11.1.1\bpm-services.jar;D:\JDev11g\Middleware\jdeveloper\soa\modules\oracle.soa.ext_11.1.1\classes
    In scac_out.xml file following is the error message
    <Fault>
    <severity>error</severity>
    <loc>/ns:composite</loc>
    <line/>
    <col/>
    <file/>
    <msg>
    <![CDATA[SCAC-50012]]>
    </msg>
    </Fault>

    Hi,
    I have run into the same problem with SOA 11.1.1.5 version. In my case after fixing the following two errors it seems to work fine.
    If you have followed the guide, there must be some errors:
    First the java code if copied then contains an extra enter value:
    Instead of:
    "try {
    System.out.println("Prototype for invoking an OIM API from a SOA Composite");
    System.out.println("RTM Usecase: Self Registration Approval by Organization
    Administrator");"
    Use the following:
    "try {
    System.out.println("Prototype for invoking an OIM API from a SOA Composite");
    System.out.println("RTM Usecase: Self Registration Approval by Organization Administrator");"
    The other error is that you should not use <BEAHOME>/oracle_common/modules/oracle.jps_11.1.1/jps-manifest.jar, but the <BEAHOME>/oracle_common/modules/oracle.jps_11.1.1/jps-api.jar in jdeveloper. After these the deployment to the application server works fine for me.

  • Error while running a query-Input for variable 'Posting Period is invalid

    Hi All,
    NOTE: This error is only cropping up when I input 12 in the posting period variable selection. If I put in any other value from 1-11 I am not getting any errors. Any ideas why this might be happening?
    I am getting the following error when I try and run a query - "Input for variable 'Posting Period (Single entry, mandatory)' is invalid" - On further clicking on this error the message displayed is as follows -
    Diagnosis
    Variable Posting Period (Single Value Entry, Mandatory) is used as a lower limit (X) and an upper limit () in an interval selection. This limit has the value #.
    System Response
    Procedure
    Enter a different value for variable Posting Period (Single Value Entry, Mandatory). If the value of the other limit is determined by another variable, you can change its value also.
    Procedure for System Administration

    OK.
    Well, if the variable is not used in any interval selection, then I would say "something happened to it".
    I would make a copy of the query and run it to check if I get the same problem with period 12.
       -> If not, something is wrong in the original query (you can proceed as below, if changes to original are permitted).
    If so, then try removing the variable completely from the query and hardcode restriction to 12.
       -> If problem still persists, I would have to do some thinking.
    If problem is gone, then add the variable again. Check.
       -> If problem is back, then the variable "is sick". Only quick thing to do, is to build an identical variable and use that one.
    If problem also happens with the new variable, then it's time to share this experience with someone else and consider raising an OSS.
    Good luck!
    Jacob
    P.S: what fisc year variant are you using?
    Edited by: Jacob Jansen on Jan 25, 2010 8:36 PM

  • Error while running an albpm process on enterprise server 5.7

    Hi,
    I am trying to run an ALBPM project on the ALBPM Enterprise Server 5.7 on weblogic 9.2
    This Order management process, makes a call to the sub process < CreateOrderWSCaller >, which using an interactive activity further calls the webservice <OrderService>. This webservice is hosted at http://localhost:7001/webservices/OrderService
    The process is getting successfully deployed but when running the same on the enterprise server, I am getting the following exeption
    A component failed while executing activity '/CreateOrderWSCaller#Default-1.0/callWS' (BP-method Add Order) over instance '/CreateOrderWSCaller#Default-1.0/2/0'. Details: The task could not be successfully executed. Reason: 'fuego.connector.ConnectorException: The configuration name [OrderService] and type [Web Service] is not defined. Detail:The connector must be configured in the appropiate context. '. Caused by: The configuration name [OrderService] and type [Web Service] is not defined. Detail:The connector must be configured in the appropiate context. fuego.lang.ComponentExecutionException: The task could not be successfully executed. Reason: 'fuego.connector.ConnectorException: The configuration name [OrderService] and type [Web Service] is not defined. Detail:The connector must be configured in the appropiate context. '.
    Please help.
    Thanks
    deepak

    Hi Wilson,
    Iam trying to install Siebel 8.1.1.0, with the next image creator utility (Linux_ImageCreator ) in console mode.
    But i got the error message when creating the install image. I have downloaded the file four times, and also i checked the MD5 and SHA-1 codes in order to validate the integrity of the downloaded file. The codes are the same that are available in Oracle Edelivery.
    About the O.S. i will change it, however, at this time i have not be able neither create the install image.
    What could i do for solving this issue?
    Thanks in advance.

  • Error while running Actual Cost Process.

    Hi,
    Currently i am trying to implement Actual Costing with calculation type as (PMAC). when i run the actual cost process it is showing the error below.
    Errors:
    Warning: Cannot find the previous cost period record.
    Warning: Total allocated GL expense amount on item MN1-004 is zero or negative.
    Do please help me in Using Gl Expense allocation process like what are the steps involved and how system will allocate the cost to items.
    Thanks
    Amit

    For the currency you are converting to: XXX
    INPUTCURRENCY dimension must have XXX as a member with "REPORTING" property set to "Y"
    and
    RPTCURRENCY dimension must have XXX as a member with "REPORTING" property set to "Y" and "CURRENCY_TYPE" property set to "R"
    It needs to be in both dimensions with the right properties.  INPUTCURRENCY is the currency dimension in the RATE cube, RPTCURRENCY is the currency dimension in the financial or consolidations cube.

  • Error while running bulk load utility for account data with CSV file

    Hi All,
    I'm trying to run the bulk load utility for account data using CSV but i'm getting following error...
    ERROR ==> The number of CSV files provided as input does not match with the number of account tables.
    Thanks in advance........

    Please check your child table.
    http://docs.oracle.com/cd/E28389_01/doc.1111/e14309/bulkload.htm#CHDCGGDA
    -kuldeep

  • Error while running February 2014 CU for SharePoint 2010 Foundation: The expected version of the product was not found on the system

    I ran SP2 and SP2 for Language Pack successfully before.
    Here is how it looks:
    Product
    Version
    Status
    Language Pack for SharePoint   Foundation 2010 - Portuguese/Português (Brasil)
    Installed
    Microsoft SharePoint Foundation 2010 1046   Lang Pack
    14.0.7015.1000
    Installed
    Service Pack 2 for Microsoft   SharePoint 2010 (KB2687453) 64-Bit Edition
    14.0.7015.1000
    Installed
    Microsoft SharePoint Foundation 2010 1046   Lang Pack Core
    14.0.7015.1000
    Installed
    Service Pack 2 for Microsoft   2010 Server Language Pack (KB2687462) 64-Bit Edition
    14.0.7015.1000
    Installed
    Language Pack for SharePoint,   Project Server and Office Web Apps 2010 - Portuguese/Português (Brasil)
    Installed
    Microsoft Access Services Portuguese   (Brazil) Language Pack
    14.0.7015.1000
    Installed
    Service Pack 2 for Microsoft   SharePoint 2010 (KB2687453) 64-Bit Edition
    14.0.7015.1000
    Installed
    Microsoft Document Lifecycle Components   Portuguese (Brazil) Language Pack
    14.0.7015.1000
    Installed
    Service Pack 2 for Microsoft   SharePoint 2010 (KB2687453) 64-Bit Edition
    14.0.7015.1000
    Installed
    Hotfix for Microsoft Office Server   (KB2512800)
    14.0.5138.5000
    Installed
    Microsoft Excel Services Portuguese   (Brazil) Language Pack
    14.0.7015.1000
    Installed
    Service Pack 2 for Microsoft   SharePoint 2010 (KB2687453) 64-Bit Edition
    14.0.7015.1000
    Installed
    Microsoft Excel Web App Portuguese   (Brazil) Language Pack
    14.0.7015.1000
    Installed
    Service Pack 2 for Microsoft   2010 Server Language Pack (KB2687462) 64-Bit Edition
    14.0.7015.1000
    Installed
    Microsoft InfoPath Form Services   Portuguese (Brazil) Language Pack
    14.0.7015.1000
    Installed
    Service Pack 2 for Microsoft   SharePoint 2010 (KB2687453) 64-Bit Edition
    14.0.7015.1000
    Installed
    Microsoft Office Server Proof (Portuguese   (Brazil)) 2010
    14.0.7015.1000
    Installed
    Service Pack 2 for Microsoft   SharePoint 2010 (KB2687453) 64-Bit Edition
    14.0.7015.1000
    Installed
    Microsoft Office Web Apps Portuguese   (Brazil) Language Pack
    14.0.7015.1000
    Installed
    Service Pack 2 for Microsoft   2010 Server Language Pack (KB2687462) 64-Bit Edition
    14.0.7015.1000
    Installed
    Microsoft Office Web Apps Proof   (Portuguese (Brazil)) 2010
    14.0.7015.1000
    Installed
    Service Pack 2 for Microsoft   2010 Server Language Pack (KB2687462) 64-Bit Edition
    14.0.7015.1000
    Installed
    Microsoft Office Web Apps Shared Coms   Portuguese (Brazil) Language Pack
    14.0.7015.1000
    Installed
    Service Pack 2 for Microsoft   2010 Server Language Pack (KB2687462) 64-Bit Edition
    14.0.7015.1000
    Installed
    Microsoft OMUI Portuguese (Brazil)   Language Pack
    14.0.7015.1000
    Installed
    Service Pack 2 for Microsoft   2010 Server Language Pack (KB2687462) 64-Bit Edition
    14.0.7015.1000
    Installed
    Microsoft Project Server Portuguese   (Brazil) Language Pack
    14.0.7015.1000
    Installed
    Service Pack 2 for Microsoft   2010 Server Language Pack (KB2687462) 64-Bit Edition
    14.0.7015.1000
    Installed
    Microsoft Search Server 2010 Portuguese   (Brazil) Language Pack
    14.0.7015.1000
    Installed
    Service Pack 2 for Microsoft   SharePoint 2010 (KB2687453) 64-Bit Edition
    14.0.7015.1000
    Installed
    Hotfix for Microsoft Office Server   (KB2475878)
    14.0.5135.5000
    Installed
    Microsoft Shared Coms Portuguese (Brazil)   Language Pack
    14.0.7015.1000
    Installed
    Service Pack 2 for Microsoft   SharePoint 2010 (KB2687453) 64-Bit Edition
    14.0.7015.1000
    Installed
    Microsoft SharePoint Foundation 2010 1046   Lang Pack
    14.0.7015.1000
    Installed
    Service Pack 2 for Microsoft   SharePoint 2010 (KB2687453) 64-Bit Edition
    14.0.7015.1000
    Installed
    Microsoft SharePoint Portal Portuguese   (Brazil) Language Pack
    14.0.7015.1000
    Installed
    Service Pack 2 for Microsoft   SharePoint 2010 (KB2687453) 64-Bit Edition
    14.0.7015.1000
    Installed
    Microsoft Slide Library Portuguese   (Brazil) Language Pack
    14.0.7015.1000
    Installed
    Service Pack 2 for Microsoft   SharePoint 2010 (KB2687453) 64-Bit Edition
    14.0.7015.1000
    Installed
    Microsoft Visio Services Portuguese   (Brazil) Language Pack
    14.0.7015.1000
    Installed
    Service Pack 2 for Microsoft   SharePoint 2010 (KB2687453) 64-Bit Edition
    14.0.7015.1000
    Installed
    Microsoft Web Analytics Portuguese   (Brazil) Language Pack
    14.0.7015.1000
    Installed
    Service Pack 2 for Microsoft   SharePoint 2010 (KB2687453) 64-Bit Edition
    14.0.7015.1000
    Installed
    Microsoft Word Server Portuguese (Brazil)   Language Pack
    14.0.7015.1000
    Installed
    Service Pack 2 for Microsoft   SharePoint 2010 (KB2687453) 64-Bit Edition
    14.0.7015.1000
    Installed
    Microsoft XMUI Portuguese (Brazil)   Language Pack
    14.0.7015.1000
    Installed
    Service Pack 2 for Microsoft   2010 Server Language Pack (KB2687462) 64-Bit Edition
    14.0.7015.1000
    Installed
    PerformancePoint Services in SharePoint   1046 Language Pack
    14.0.7015.1000
    Installed
    Service Pack 2 for Microsoft   SharePoint 2010 (KB2687453) 64-Bit Edition
    14.0.7015.1000
    Installed
    Microsoft SharePoint   Foundation 2010
    Installed
    Microsoft SharePoint Foundation 2010
    14.0.7015.1000
    Installed
    Service Pack 2 for Microsoft   SharePoint 2010 (KB2687453) 64-Bit Edition
    14.0.7015.1000
    Installed
    Microsoft SharePoint Foundation 2010 1033   Lang Pack
    14.0.4763.1000
    Installed
    Hotfix for Microsoft SharePoint   Foundation 2010 (KB2512804)
    14.0.5138.5000
    Installed
    Microsoft SharePoint Foundation 2010 Core
    14.0.7015.1000
    Installed
    Service Pack 2 for Microsoft   SharePoint 2010 (KB2687453) 64-Bit Edition
    14.0.7015.1000
    Installed
    Microsoft® Search Server 2010   Express
    Installed
    Microsoft Office Server Proof (Arabic)   2010
    14.0.7015.1000
    Installed
    Service Pack 2 for Microsoft   SharePoint 2010 (KB2687453) 64-Bit Edition
    14.0.7015.1000
    Installed
    Microsoft Office Server Proof (English)   2010
    14.0.7015.1000
    Installed
    Service Pack 2 for Microsoft   SharePoint 2010 (KB2687453) 64-Bit Edition
    14.0.7015.1000
    Installed
    Microsoft Office Server Proof (French)   2010
    14.0.7015.1000
    Installed
    Service Pack 2 for Microsoft   SharePoint 2010 (KB2687453) 64-Bit Edition
    14.0.7015.1000
    Installed
    Microsoft Office Server Proof (German)   2010
    14.0.7015.1000
    Installed
    Service Pack 2 for Microsoft   SharePoint 2010 (KB2687453) 64-Bit Edition
    14.0.7015.1000
    Installed
    Microsoft Office Server Proof (Russian)   2010
    14.0.7015.1000
    Installed
    Service Pack 2 for Microsoft   SharePoint 2010 (KB2687453) 64-Bit Edition
    14.0.7015.1000
    Installed
    Microsoft Office Server Proof (Spanish)   2010
    14.0.7015.1000
    Installed
    Service Pack 2 for Microsoft   SharePoint 2010 (KB2687453) 64-Bit Edition
    14.0.7015.1000
    Installed
    Microsoft Search Server 2010 Core
    14.0.7015.1000
    Installed
    Service Pack 2 for Microsoft   SharePoint 2010 (KB2687453) 64-Bit Edition
    14.0.7015.1000
    Installed
    Microsoft Search Server 2010 English   Language Pack
    14.0.4763.1000
    Installed
    Hotfix for Microsoft Office Server   (KB2475878)
    14.0.5135.5000
    Installed
    Microsoft Search Server 2010 Express
    14.0.4763.1000
    Installed
    Microsoft Shared Components
    14.0.7015.1000
    Installed
    Service Pack 2 for Microsoft   SharePoint 2010 (KB2687453) 64-Bit Edition
    14.0.7015.1000
    Installed
    Microsoft Shared Coms English Language   Pack
    14.0.4763.1000
    Installed
    Microsoft SharePoint Foundation 2010 1033   Lang Pack
    14.0.4763.1000
    Installed
    Hotfix for Microsoft SharePoint   Foundation 2010 (KB2512804)
    14.0.5138.5000
    Installed
    Microsoft SharePoint Foundation 2010 Core
    14.0.7015.1000
    Installed
    Service Pack 2 for Microsoft   SharePoint 2010 (KB2687453) 64-Bit Edition
    14.0.7015.1000
    Installed
    Microsoft Web Analytics English Language   Pack
    14.0.4763.1000
    Installed
    Microsoft Web Analytics Web Front End   Components
    14.0.7015.1000
    Installed
    Service Pack 2 for Microsoft   SharePoint 2010 (KB2687453) 64-Bit Edition
    14.0.7015.1000
    Installed
    However when I try to run February CU or December CU I get the error:
    The expected version of the product was not found on the system
    it's possible that I messed up because
    I think I installed a SharePoint Server Service Pack 2 in a SharePoint Foundation Farm.
    these are the files I ran:
    1 - SP2 pt-br
    oserversp2010-kb2687453-fullfile-x64-pt-br
    2 - SP2 for Language Pack pt-br:
    oslpksp2010-kb2687462-fullfile-x64-pt-br
    3 - ran configuration wizard (had na error message the first time and success in the second try)
    4 - December CU or February CU:
    Download SharePoint Foundation 2010 February 2014 CU
    The expected version of the product was not found on the system
    In the first step I think I should have installed
    wsssp2010-kb2687464-fullfile-x64-pt-br
    Now I try to runthis and I get:
    The update is already installed on the system.
    Hopefully this is a QA Environment but it would be a pain to start over.
    Any suggestion?
    Thanks
    J.Clua

    Hi,
    Here are all errors logged:
    [OWSTIMER]   [SPContentDatabaseSequence] [ERROR] [3/11/2014 5:10:18 PM]: Found a missing   feature Id = [81606c80-44b3-47c9-8c24-136bdeb07d64]
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:10:18 PM]: The feature with Id   81606c80-44b3-47c9-8c24-136bdeb07d64 is referenced in the database   [WSS_Content_Sites_01], but is not installed
    on the current farm. The missing   feature may cause upgrade to fail. Please install any solution which contains   the feature and restart upgrade if necessary.
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:10:18 PM]: Found a missing feature Id =   [4b6e8a49-765d-47a1-92f8-91f61d07bbed]
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:10:18 PM]: The feature with Id   4b6e8a49-765d-47a1-92f8-91f61d07bbed is referenced in the database   [WSS_Content_Sites_01], but is not installed
    on the current farm. The missing   feature may cause upgrade to fail. Please install any solution which contains   the feature and restart upgrade if necessary.
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:10:18 PM]: Found a missing feature Id =   [af6d9aec-7c38-4dda-997f-cc1ddbb87c92]
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:10:18 PM]: The feature with Id   af6d9aec-7c38-4dda-997f-cc1ddbb87c92 is referenced in the database   [WSS_Content_Sites_01], but is not installed
    on the current farm. The missing   feature may cause upgrade to fail. Please install any solution which contains   the feature and restart upgrade if necessary.
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:10:18 PM]: Found a missing feature Id =   [00bfea71-dbd7-4f72-b8cb-da7ac0440130]
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:10:18 PM]: The feature with Id   00bfea71-dbd7-4f72-b8cb-da7ac0440130 is referenced in the database   [WSS_Content_Sites_01], but is not installed
    on the current farm. The missing   feature may cause upgrade to fail. Please install any solution which contains   the feature and restart upgrade if necessary.
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:16:17 PM]: Found a missing feature Id =   [5daabc0d-5714-4b95-9238-95d58704bc11], Name = [Blog Rating], Description =   [This feature allows visitors
    to rate blog posts], Install Location = [Blog   Rating]
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:16:17 PM]: The feature with Id   5daabc0d-5714-4b95-9238-95d58704bc11 is referenced in the database   [WSS_Content_AcademiaTI], but is not installed
    on the current farm. The   missing feature may cause upgrade to fail. Please install any solution which   contains the feature and restart upgrade if necessary.
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:23:56 PM]: Found a missing feature Id =   [af6d9aec-7c38-4dda-997f-cc1ddbb87c92]
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:23:56 PM]: The feature with Id   af6d9aec-7c38-4dda-997f-cc1ddbb87c92 is referenced in the database   [WSS_Content_GlobalIT], but is not installed
    on the current farm. The missing   feature may cause upgrade to fail. Please install any solution which contains   the feature and restart upgrade if necessary.
    [OWSTIMER] [SPContentDatabaseSequence]   [DEBUG] [3/11/2014 5:25:49 PM]: Retrieving site definition for language   1046...
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:25:50 PM]: Found 21 web(s) using missing web template   75801 (lcid: 1046) in ContentDatabase WSS_Content_EXP.
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:25:50 PM]: The site definitions with Id 75801 is   referenced in the database [WSS_Content_EXP], but is not installed on the   current farm. The
    missing site definition may cause upgrade to fail. Please   install any solution which contains the site definition and restart upgrade   if necessary.
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:25:50 PM]: Found 1 web(s) using missing web template   75802 (lcid: 1033) in ContentDatabase WSS_Content_EXP.
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:25:50 PM]: The site definitions with Id 75802 is   referenced in the database [WSS_Content_EXP], but is not installed on the   current farm. The
    missing site definition may cause upgrade to fail. Please   install any solution which contains the site definition and restart upgrade   if necessary.
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:25:53 PM]: Found a missing feature Id =   [75a0fea7-2d1e-451a-b445-16bc346d7d8e]
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:25:53 PM]: The feature with Id   75a0fea7-2d1e-451a-b445-16bc346d7d8e is referenced in the database   [WSS_Content_EXP], but is not installed on
    the current farm. The missing   feature may cause upgrade to fail. Please install any solution which contains   the feature and restart upgrade if necessary.
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:25:53 PM]: Found a missing feature Id =   [75a0fea7-5f69-4282-83ae-22808c0fbfd9]
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:25:53 PM]: The feature with Id   75a0fea7-5f69-4282-83ae-22808c0fbfd9 is referenced in the database   [WSS_Content_EXP], but is not installed on
    the current farm. The missing   feature may cause upgrade to fail. Please install any solution which contains   the feature and restart upgrade if necessary.
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:25:53 PM]: Found a missing feature Id =   [75a0fea7-6e3f-4d4a-8f78-245bda567b60]
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:25:54 PM]: The feature with Id   75a0fea7-6e3f-4d4a-8f78-245bda567b60 is referenced in the database   [WSS_Content_EXP], but is not installed on
    the current farm. The missing   feature may cause upgrade to fail. Please install any solution which contains   the feature and restart upgrade if necessary.
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:25:54 PM]: Found a missing feature Id =   [75a0fea7-040e-4abb-b94b-32f1e7572840]
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:25:54 PM]: The feature with Id   75a0fea7-040e-4abb-b94b-32f1e7572840 is referenced in the database   [WSS_Content_EXP], but is not installed on
    the current farm. The missing   feature may cause upgrade to fail. Please install any solution which contains   the feature and restart upgrade if necessary.
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:25:54 PM]: Found a missing feature Id =   [75a0fea7-b5a0-47d5-90e6-4b3205b02278]
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:25:54 PM]: The feature with Id   75a0fea7-b5a0-47d5-90e6-4b3205b02278 is referenced in the database   [[OWSTIMER] [SPContentDatabaseSequence] [ERROR]
    [3/11/2014 5:25:54 PM]: Found   a missing feature Id = [75a0fea7-b5a0-47d5-90e6-4b3205b02278]], but is not   installed on the current farm. The missing feature may cause upgrade to fail.   Please install any solution which contains the feature
    and restart upgrade if   necessary.
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:25:54 PM]: Found a missing feature Id =   [f7b9c169-1418-41f3-888f-8ac436e17a0a]
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:25:54 PM]: The feature with Id   f7b9c169-1418-41f3-888f-8ac436e17a0a is referenced in the database   [WSS_Content_EXP], but is not installed on
    the current farm. The missing   feature may cause upgrade to fail. Please install any solution which contains   the feature and restart upgrade if necessary.
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:25:54 PM]: Found a missing feature Id =   [75a0fea7-f13a-4670-8b69-97e90d05f7c8]
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:25:54 PM]: The feature with Id   75a0fea7-f13a-4670-8b69-97e90d05f7c8 is referenced in the database   [WSS_Content_EXP], but is not installed on
    the current farm. The missing   feature may cause upgrade to fail. Please install any solution which contains   the feature and restart upgrade if necessary.
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:25:54 PM]: Found a missing feature Id =   [75a0fea7-377d-4b4f-b864-984379ed0f42]
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:25:54 PM]: The feature with Id   75a0fea7-377d-4b4f-b864-984379ed0f42 is referenced in the database   [WSS_Content_EXP], but is not installed on
    the current farm. The missing   feature may cause upgrade to fail. Please install any solution which contains   the feature and restart upgrade if necessary.
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:25:54 PM]: Found a missing feature Id =   [75a0fea7-9d96-4f02-a800-a3512154efcd]
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:25:54 PM]: The feature with Id   75a0fea7-9d96-4f02-a800-a3512154efcd is referenced in the database   [WSS_Content_EXP], but is not installed on
    the current farm. The missing   feature may cause upgrade to fail. Please install any solution which contains   the feature and restart upgrade if necessary.
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:25:54 PM]: Found a missing feature Id =   [90cd055f-f21f-42c5-b3fe-bb67173583d4]
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:25:55 PM]: The feature with Id   90cd055f-f21f-42c5-b3fe-bb67173583d4 is referenced in the database   [WSS_Content_EXP], but is not installed on
    the current farm. The missing   feature may cause upgrade to fail. Please install any solution which contains   the feature and restart upgrade if necessary.
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:25:55 PM]: Found a missing feature Id =   [75a0fea7-0017-4993-85fe-c37971507bbc]
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:25:55 PM]: The feature with Id   75a0fea7-0017-4993-85fe-c37971507bbc is referenced in the database   [WSS_Content_EXP], but is not installed on
    the current farm. The missing   feature may cause upgrade to fail. Please install any solution which contains   the feature and restart upgrade if necessary.
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:25:55 PM]: Found a missing feature Id =   [75a0fea7-fe65-41c3-a965-c5df83fb098b]
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:25:55 PM]: The feature with Id   75a0fea7-fe65-41c3-a965-c5df83fb098b is referenced in the database   [WSS_Content_EXP], but is not installed on
    the current farm. The missing   feature may cause upgrade to fail. Please install any solution which contains   the feature and restart upgrade if necessary.
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:25:55 PM]: Found a missing feature Id =   [75a0fea7-7c51-4a75-92c1-cbaccb371622]
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:25:55 PM]: The feature with Id   75a0fea7-7c51-4a75-92c1-cbaccb371622 is referenced in the database   [WSS_Content_EXP], but is not installed on
    the current farm. The missing   feature may cause upgrade to fail. Please install any solution which contains   the feature and restart upgrade if necessary.
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:25:55 PM]: Found a missing feature Id =   [75a0fea7-b0ef-434e-90d6-ce997d970564]
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:25:55 PM]: The feature with Id   75a0fea7-b0ef-434e-90d6-ce997d970564 is referenced in the database   [WSS_Content_EXP], but is not installed on
    the current farm. The missing   feature may cause upgrade to fail. Please install any solution which contains   the feature and restart upgrade if necessary.
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:25:55 PM]: Found a missing feature Id =   [75a0fea7-37d2-484b-b362-dcff1538e2a4]
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:25:55 PM]: The feature with Id   75a0fea7-37d2-484b-b362-dcff1538e2a4 is referenced in the database   [WSS_Content_EXP], but is not installed on
    the current farm. The missing   feature may cause upgrade to fail. Please install any solution which contains   the feature and restart upgrade if necessary.
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:25:55 PM]: Found a missing feature Id =   [49c44827-4747-4e89-999c-f199ad95cfa8]
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:25:56 PM]: The feature with Id   49c44827-4747-4e89-999c-f199ad95cfa8 is referenced in the database   [WSS_Content_EXP], but is not installed on
    the current farm. The missing   feature may cause upgrade to fail. Please install any solution which contains   the feature and restart upgrade if necessary.
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:25:56 PM]: Found a missing feature Id =   [75a0fea7-42e8-4527-8313-f63c4c49a7e6]
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:25:56 PM]: The feature with Id   75a0fea7-42e8-4527-8313-f63c4c49a7e6 is referenced in the database   [WSS_Content_EXP], but is not installed on
    the current farm. The missing   feature may cause upgrade to fail. Please install any solution which contains   the feature and restart upgrade if necessary.
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:25:56 PM]: Found a missing feature Id =   [75a0fea7-a4ce-4a83-867d-f6be0ffdd867]
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:25:56 PM]: The feature with Id   75a0fea7-a4ce-4a83-867d-f6be0ffdd867 is referenced in the database   [WSS_Content_EXP], but is not installed on
    the current farm. The missing   feature may cause upgrade to fail. Please install any solution which contains   the feature and restart upgrade if necessary.
    [OWSTIMER] [SPSiteWssSequence] [ERROR]   [3/11/2014 5:32:40 PM]: Action 4.0.23.0 of   Microsoft.SharePoint.Upgrade.SPSiteWssSequence failed.
    [OWSTIMER] [SPSiteWssSequence] [ERROR]   [3/11/2014 5:32:40 PM]: Inner Exception: Já existe um campo com este nome.
    O nome especificado para este campo é   igual ao de outro campo da lista. Escolha outro nome e tente   novamente.<nativehr>0x81020013</nativehr><nativestack></nativestack>
    [OWSTIMER] [SPSiteWssSequence] [ERROR]   [3/11/2014 5:32:40 PM]:   
    at   Microsoft.SharePoint.Library.SPRequestInternalClass.UpdateField(String   bstrUrl, String bstrListName, String bstrXML)
         at Microsoft.SharePoint.Library.SPRequest.UpdateField(String bstrUrl,   String bstrListName, String bstrXML)
    [OWSTIMER] [SPSiteWssSequence] [ERROR]   [3/11/2014 5:32:40 PM]: Exception: Já existe um campo com este nome.
    O nome especificado para este campo é   igual ao de outro campo da lista. Escolha outro nome e tente novamente.
    [OWSTIMER] [SPSiteWssSequence] [ERROR]   [3/11/2014 5:32:40 PM]:   
    at   Microsoft.SharePoint.SPGlobal.HandleComException(COMException comEx)
    [OWSTIMER] [SPUpgradeSession] [ERROR]   [3/11/2014 5:32:40 PM]: Upgrade [SPSite Url=http://sjkqa41:7779] failed.   Microsoft.SharePoint.Upgrade.SPSiteWssSequence has the ContinueOnFailiure bit   set. Moving
    on to the next object in sequence.
    [OWSTIMER] [SPUpgradeSession] [ERROR]   [3/11/2014 5:32:40 PM]: Inner Exception: Já existe um campo com este nome.
    O nome especificado para este campo é   igual ao de outro campo da lista. Escolha outro nome e tente novamente.
    [OWSTIMER] [SPUpgradeSession] [ERROR]   [3/11/2014 5:32:40 PM]:   
    at   Microsoft.SharePoint.SPGlobal.HandleComException(COMException comEx)
         at Microsoft.SharePoint.Library.SPRequest.UpdateField(String bstrUrl,   String bstrListName, String bstrXML)
         at Microsoft.SharePoint.SPField.UpdateCore(Boolean bToggleSealed)
         at Microsoft.SharePoint.SPFieldIndexCollection.IndexOneField(Object   field, Boolean bIndexed)
         at Microsoft.SharePoint.SPFieldIndexCollection.Add(SPField field)
         at   Microsoft.SharePoint.Upgrade.RestoreWorkflowAndDatasourceLibraryPermissions.Upgrade()
         at Microsoft.SharePoint.Upgrade.SPActionSequence.Upgrade()
    [OWSTIMER] [SPUpgradeSession] [ERROR]   [3/11/2014 5:32:40 PM]: Exception: Action 4.0.23.0 of   Microsoft.SharePoint.Upgrade.SPSiteWssSequence failed.
    [OWSTIMER] [SPUpgradeSession] [ERROR]   [3/11/2014 5:32:40 PM]:   
    at   Microsoft.SharePoint.Upgrade.SPActionSequence.Upgrade()
         at Microsoft.SharePoint.Upgrade.SPUpgradeSession.Upgrade(Object o,   Boolean bRecurse)
    [OWSTIMER] [SPUpgradeSession] [ERROR]   [3/11/2014 5:37:44 PM]: Upgrade Timer job is exiting due to exception:   Microsoft.SharePoint.Upgrade.SPUpgradeException: Upgrade completed with   errors. 
    Review the upgrade log file   located in C:\Program Files\Common Files\Microsoft Shared\Web Server   Extensions\14\LOGS\Upgrade-20140311-164603-307.log. 
    The number of errors and warnings is listed   at the end of the upgrade log file.
         at Microsoft.SharePoint.Upgrade.SPUpgradeSession.CheckPoint()
         at Microsoft.SharePoint.Upgrade.SPUpgradeSession.LogEnd()
         at   Microsoft.SharePoint.Administration.SPUpgradeJobDefinition.Execute(Guid   targetInstanceId)
    Despite all the erros, can I consider these farm updated in terms of SharePoint build?
    Thanks
    J.Clua

  • Error While Running Linux Image File for Siebel8.1.1.10

    Hi Experts,
       I am getting below error.
    Checking monitor: must be configured to display at least 256 colors.    Actual 16777216    Passed
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2013-12-16_06-28-19PM. Please wait ...[oracle@epmsbluat install]$ New Install
    Next Button Pressed on New Install/ Oracle Home screen
    Temp File Name: /tmp/patchHomeDetails.tmp
    Temp File Name: /tmp/patchHomeDetails.tmp
    Temp File Name: /tmp/patchHomeDetails.tmp
    Next Button Pressed on Product Selection Screen
    Language Clicked
    Starting here2
    s_toBeInstalledLangs: "en"
    Oracle Universal Installer, Version 11.1.0.9.0 Production
    Copyright (C) 1999, 2011, Oracle. All rights reserved.
    Java HotSpot(TM) 64-Bit Server VM warning: You have loaded library /tmp/OraInstall2013-12-16_06-28-19PM/oui/lib/linux64/liboraInstaller.so which might have disabled stack guard. The VM will try to fix the stack guard now.
    It's highly recommended that you fix the library with 'execstack -c <libfile>', or link it with '-z noexecstack'.
    java.lang.UnsatisfiedLinkError: /tmp/OraInstall2013-12-16_06-28-19PM/oui/lib/linux64/liboraInstaller.so: /tmp/OraInstall2013-12-16_06-28-19PM/oui/lib/linux64/liboraInstaller.so: wrong ELF class: ELFCLASS32 (Possible cause: architecture word width mismatch)
    at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    at java.lang.ClassLoader.loadLibrary1(ClassLoader.java:1965)
    at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1890)
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1851)
    at java.lang.Runtime.load0(Runtime.java:795)
    at java.lang.System.load(System.java:1062)
    at oracle.sysman.oii.oiip.osd.unix.OiipuUnixOps.loadNativeLib(OiipuUnixOps.java:402)
    at oracle.sysman.oii.oiip.osd.unix.OiipuUnixOps.<clinit>(OiipuUnixOps.java:125)
    at oracle.sysman.oii.oiip.oiipg.OiipgFileSystem.changePermission(OiipgFileSystem.java:2018)
    at oracle.sysman.oii.oiix.OiixFileOps.changePermission(OiixFileOps.java:2140)
    at oracle.sysman.oii.oiix.OiixFileOps.changePermissions(OiixFileOps.java:2072)
    at oracle.sysman.oii.oiit.OiitLockHeartbeat.<init>(OiitLockHeartbeat.java:178)
    at oracle.sysman.oii.oiit.OiitTargetLocker.getReaderLock(OiitTargetLocker.java:473)
    at oracle.sysman.oii.oiii.OiiiTargetAreaControl.grabReaderLock(OiiiTargetAreaControl.java:370)
    at oracle.sysman.oii.oiic.OiicInstallSession.setAreaControls(OiicInstallSession.java:1481)
    at oracle.sysman.oii.oiic.OiicInstallSession.<init>(OiicInstallSession.java:1024)
    at oracle.sysman.oii.oiic.OiicSessionWrapper.createNewSession(OiicSessionWrapper.java:868)
    at oracle.sysman.oii.oiic.OiicSessionWrapper.<init>(OiicSessionWrapper.java:189)
    at oracle.sysman.oii.oiic.OiicInstaller.init(OiicInstaller.java:511)
    at oracle.sysman.oii.oiic.OiicInstaller.runInstaller(OiicInstaller.java:967)
    at oracle.sysman.oio.oioc.OiocOneClickInstaller.runInstaller(OiocOneClickInstaller.java:1244)
    at oracle.sysman.oio.oioc.OiocOneClickInstaller.startRun(OiocOneClickInstaller.java:1338)
    at oracle.sysman.oio.oioc.OiocOneClickDB.nextClicked(OiocOneClickDB.java:2589)
    at oracle.sysman.oio.oioc.OiocOneClickInstaller.main(OiocOneClickInstaller.java:1604)
    Exception java.lang.UnsatisfiedLinkError: no oraInstaller in java.library.path occurred..
    java.lang.UnsatisfiedLinkError: no oraInstaller in java.library.path
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1886)
    at java.lang.Runtime.loadLibrary0(Runtime.java:849)
    at java.lang.System.loadLibrary(System.java:1088)
    at oracle.sysman.oii.oiip.osd.unix.OiipuUnixOps.loadNativeLib(OiipuUnixOps.java:420)
    at oracle.sysman.oii.oiip.osd.unix.OiipuUnixOps.<clinit>(OiipuUnixOps.java:125)
    at oracle.sysman.oii.oiip.oiipg.OiipgFileSystem.changePermission(OiipgFileSystem.java:2018)
    at oracle.sysman.oii.oiix.OiixFileOps.changePermission(OiixFileOps.java:2140)
    at oracle.sysman.oii.oiix.OiixFileOps.changePermissions(OiixFileOps.java:2072)
    at oracle.sysman.oii.oiit.OiitLockHeartbeat.<init>(OiitLockHeartbeat.java:178)
    at oracle.sysman.oii.oiit.OiitTargetLocker.getReaderLock(OiitTargetLocker.java:473)
    at oracle.sysman.oii.oiii.OiiiTargetAreaControl.grabReaderLock(OiiiTargetAreaControl.java:370)
    at oracle.sysman.oii.oiic.OiicInstallSession.setAreaControls(OiicInstallSession.java:1481)
    at oracle.sysman.oii.oiic.OiicInstallSession.<init>(OiicInstallSession.java:1024)
    at oracle.sysman.oii.oiic.OiicSessionWrapper.createNewSession(OiicSessionWrapper.java:868)
    at oracle.sysman.oii.oiic.OiicSessionWrapper.<init>(OiicSessionWrapper.java:189)
    at oracle.sysman.oii.oiic.OiicInstaller.init(OiicInstaller.java:511)
    at oracle.sysman.oii.oiic.OiicInstaller.runInstaller(OiicInstaller.java:967)
    at oracle.sysman.oio.oioc.OiocOneClickInstaller.runInstaller(OiocOneClickInstaller.java:1244)
    at oracle.sysman.oio.oioc.OiocOneClickInstaller.startRun(OiocOneClickInstaller.java:1338)
    at oracle.sysman.oio.oioc.OiocOneClickDB.nextClicked(OiocOneClickDB.java:2589)
    at oracle.sysman.oio.oioc.OiocOneClickInstaller.main(OiocOneClickInstaller.java:1604)
    Any suggestions to resolve this asap.
    Please Suggest.
    Regards,
    AR

    Hi Praveen,
    Seems the issue is with the rdf. Check whether all the parameters are passed correctly.
    REP-1401: '': Fatal PL/SQL error occurred.

  • Internal error while running forms in oracle application server 10 G

    I am getting following error while running form in browser for oracle application server 10 G
    "Internal Server Error
    The server encountered an internal error or misconfiguration and was unable to complete your request.
    Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.
    More information about this error may be available in the server error log."
    where to find the error log and how to rectify it.
    Arun

    and at what time does the error occur? Upon starting the form? When you browse data? When you execute a query?
    Also: do you use Bean Areas in your form? How do you initialise them?
    Have you compiled the form against the same version of database and PL/SQL libraries as the ones you use in the runtime environment? Have you compiled the form in Form Builder? If so, try opening the form, hit Ctrl-Shift-K twice (!), then Ctrl-S, and only then Ctrl-T.
    Do you start the form from another form? If so, has this calling form been compiled against the same environment?

  • Concurrent manager encountered an error while running sql*plus for your concurrent request create internal order

    Hi
    We have a big problem, We can't create internal orders, when I run the CREATE INTERNAL ORDER, it finish with ERROR:
    Concurrent Manager encountered an error while running SQL*Plus for your concurrent request 134980682.
    Review your concurrent request log and/or report output file for more detailed information.
    this is the log:
    +---------------------------------------------------------------------------+
    Purchasing: Version : 12.0.0
    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
    POCISO module: Create Internal Orders
    +---------------------------------------------------------------------------+
    Current system time is 26-JUL-2013 09:21:09
    +---------------------------------------------------------------------------+
    +-----------------------------
    | Starting concurrent program execution...
    +-----------------------------
    +---------------------------------------------------------------------------+
    Start of log messages from FND_FILE
    +---------------------------------------------------------------------------+
    Begin create internal sales order
    Updating Req Headers
    14 Reqs selected for processing
    Top of Fetch Loop
    Source Operating Unit: 82
    Selecting Currency Code
    Currency Code : MXP
    Selecting Order Type
    Order Type ID:1001
    Selecting Price List from Order Type
    Deliver To Location Id: 196
    Inserting Header : 3908784
    Getting the customer id
    Getting the customer id: 15334
    Unhandled Exception : ORA-01403: no data found
    +---------------------------------------------------------------------------+
    End of log messages from FND_FILE
    +---------------------------------------------------------------------------+
    Concurrent Manager encountered an error while running SQL*Plus for your concurrent request 134980682.
    Review your concurrent request log and/or report output file for more detailed information.
    +---------------------------------------------------------------------------+
    Executing request completion options...
    Output file size:
    78
    Output is not being printed because:
    The print option has been disabled for this report.
    Finished executing request completion options.
    +---------------------------------------------------------------------------+
    Concurrent request completed
    Current system time is 26-JUL-2013 09:21:14
    +---------------------------------------------------------------------------+
    Some suggestion for resolve it??
    Thanks & Regards.

    In the document 294932.1 Section 4 there are no pre-installation patches or update for OS RedHat LinuxAS4.
    When I type echo $LD_ASSUME_KERNEL it doesn't display any value so do I need to set the LD_Assume_Kernal value manually.
    If yes, please let me know the path and command to set the kernel value.
    Thanks
    Amith

  • Error while running the process chain

    Hi, I am getting following error while running the process chain.
    "Lock NOT set for: Deleting the data completely from a data target"
    Please suggest.
    amit

    hi,
    This is due to a lock on the objects which is being used by ur load.
    Even if master data used by this would be in a lock by an attribute change run. wait till that attribute change run finishes and then repeat.
    If this target itself is locked by someother process like rollup , compression , this error would appear. In this case also repeat the step after those locking process finish.
    some general locks during loading:
    Sometimes parallel processing in DTP might lead to this, its better set the DTP and infopackage in serial processing. In this case change the settings and then repeat the process.
    There is a specific case in which the Serial DTP gets locked by itself, in this case repeat it untill it succeeds.
    You can identify the above scenario as below. This is applicable only if the DTPs processing mode is serial.
    if u see in SM 37 this load would have three DTP processes running.
    it should have only two.
    In this case cancel the process and repeat it untill u get it right.
    hope this helps u
    regard,
    ranjith
    Edited by: Ranjith  Kumar Murugesan on Sep 12, 2008 10:44 AM
    Edited by: Ranjith  Kumar Murugesan on Sep 12, 2008 10:46 AM

  • Concurrent Manager encountered an error while running Oracle*Report for you

    hi
    our team is running a report.but encountered
    +-----------------------------
    | Starting concurrent program execution...
    +-----------------------------
    Arguments
    P_DELV_ID='8022'
    Current NLS_LANG and NLS_NUMERIC_CHARACTERS Environment Variables are :
    American_America.US7ASCII
    Enter Password:
    REP-0069: Internal error
    REP-57054: In-process job terminated:Terminated with error:
    REP-1401: '': Fatal PL/SQL error occurred.
    Report Builder: Release 10.1.2.0.2 - Production on Mon Jun 21 11:26:16 2010
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    +---------------------------------------------------------------------------+
    Start of log messages from FND_FILE
    +---------------------------------------------------------------------------+
    +---------------------------------------------------------------------------+
    End of log messages from FND_FILE
    +---------------------------------------------------------------------------+
    Program exited with status 1
    Concurrent Manager encountered an error while running Oracle*Report for your concurrent request 451508.
    Review your concurrent request log and/or report output file for more detailed information.
    +---------------------------------------------------------------------------+
    Executing request completion options...
    +------------- 1) PUBLISH -------------+
    Beginning post-processing of request 451508 on node DEMO at 21-JUN-2010 11:26:17.
    Post-processing of request 451508 failed at 21-JUN-2010 11:26:17 with the error message:
    One or more post-processing actions failed. Consult the OPP service log for details.
    +--------------------------------------+
    Finished executing request completion options.
    +---------------------------------------------------------------------------+
    Concurrent request completed
    Current system time is 21-JUN-2010 11:26:17
    +---------------------------------------------------------------------------+how to solve it?when i am searching in this error in cmctl log there is nothing for it.
    i have lnched a SR on this they told to run it by appsrwrun.sh.how to run this report by appsrwrun.sh??
    rgrds
    Edited by: new2appsdba on Jun 21, 2010 4:19 AM

    Hi,
    how do you suspect its a OPP related issue??what is OPP?
    Enter value for request_id: 451508
    old   5: AND fcpp.concurrent_request_id = &&request_id
    new   5: AND fcpp.concurrent_request_id = 451508
        REQ_ID NODE_NAME
    LOGFILE_NAME
        451508 DEMO
    /t01/demoap/inst/apps/DEMO_demo/logs/appl/conc/log/FNDOPP94508.txt
    [demoap@demo ~]$ vi /t01/demoap/inst/apps/DEMO_demo/logs/appl/conc/log/FNDOPP94508.txt
    [6/20/10 1:37:36 PM] [main] Starting GSF service with concurrent process id = 94508.
    [6/20/10 1:37:36 PM] [main] Initialization Parameters: oracle.apps.fnd.cp.opp.OPPServiceThread:2:0:max_threads=5
    [6/20/10 1:37:37 PM] [Thread-16] Service thread starting up.
    [6/20/10 1:37:37 PM] [Thread-15] Service thread starting up.
    [6/21/10 11:12:00 AM] [OPPServiceThread0] Post-processing request 451495.
    [6/21/10 11:12:00 AM] [94508:RT451495] Executing post-processing actions for request 451495.
    [6/21/10 11:12:00 AM] [94508:RT451495] Starting XML Publisher post-processing action.
    [6/21/10 11:12:00 AM] [94508:RT451495]
    Template code: WILPACKSLIP
    Template app:  ONT
    Language:      en
    Territory:     00
    Output type:   PDF
    [6/21/10 11:12:00 AM] [UNEXPECTED] [94508:RT451495] java.io.FileNotFoundException: /t01/demoap/inst/apps/DEMO_demo/logs/appl/conc/out/o451495.out (No such file or directory)
            at java.io.FileInputStream.open(Native Method)
            at java.io.FileInputStream.<init>(FileInputStream.java:106)
    at oracle.apps.fnd.cp.opp.XMLPublisherProcessor.process(XMLPublisherProcessor.java:241)
            at oracle.apps.fnd.cp.opp.OPPRequestThread.run(OPPRequestThread.java:172)
    [6/21/10 11:12:00 AM] [94508:RT451495] Completed post-processing actions for request 451495.
    [6/21/10 11:22:27 AM] [OPPServiceThread0] Post-processing request 451505.
    [6/21/10 11:22:27 AM] [94508:RT451505] Executing post-processing actions for request 451505.
    [6/21/10 11:22:27 AM] [94508:RT451505] Starting XML Publisher post-processing action.
    [6/21/10 11:22:27 AM] [94508:RT451505]
    Template code: WILPACKSLIP
    Template app:  ONT
    Language:      en
    Territory:     00
    Output type:   PDF
    [6/21/10 11:22:27 AM] [UNEXPECTED] [94508:RT451505] java.io.FileNotFoundException: /t01/demoap/inst/apps/DEMO_demo/logs/appl/conc/out/o451505.out (No such file or directory)
            at java.io.FileInputStream.open(Native Method)
            at java.io.FileInputStream.<init>(FileInputStream.java:106)
    at oracle.apps.fnd.cp.opp.XMLPublisherProcessor.process(XMLPublisherProcessor.java:241)
            at oracle.apps.fnd.cp.opp.OPPRequestThread.run(OPPRequestThread.java:172)
    [6/21/10 11:22:27 AM] [94508:RT451505] Completed post-processing actions for request 451505.
    [6/21/10 11:26:17 AM] [OPPServiceThread1] Post-processing request 451508.
    [6/21/10 11:26:17 AM] [94508:RT451508] Executing post-processing actions for request 451508.
    [6/21/10 11:26:17 AM] [94508:RT451508] Starting XML Publisher post-processing action.
    [6/21/10 11:26:17 AM] [94508:RT451508]
    Template code: WILPACKSLIP
    Template app:  ONT
    Language:      en
    Territory:     00
    Output type:   PDF
    [6/21/10 11:26:17 AM] [UNEXPECTED] [94508:RT451508] java.io.FileNotFoundException: /t01/demoap/inst/apps/DEMO_demo/logs/appl/conc/out/o451508.out (No such file or directory)
            at java.io.FileInputStream.open(Native Method)
            at java.io.FileInputStream.<init>(FileInputStream.java:106)
                                                                  at oracle.apps.fnd.cp.opp.XMLPublisherProcessor.process(XMLPublisherProcessor.java:241)
            at oracle.apps.fnd.cp.opp.OPPRequestThread.run(OPPRequestThread.java:172)
    [6/21/10 12:00:59 PM] [94508:RT451533] Completed post-processing actions for request 451533.
    [6/21/10 12:17:51 PM] [OPPServiceThread0] Post-processing request 451573.
    [6/21/10 12:17:51 PM] [94508:RT451573] Executing post-processing actions for request 451573.
    [6/21/10 12:17:51 PM] [94508:RT451573] Starting XML Publisher post-processing action.
    [6/21/10 12:17:51 PM] [94508:RT451573]
    Template code: XXWEBB_EXP_INV
    Template app:  ONT
    Language:      en
    Territory:     00
    Output type:   PDF
    [6/21/10 12:17:51 PM] [UNEXPECTED] [94508:RT451573] java.io.FileNotFoundException: /t01/demoap/inst/apps/DEMO_demo/logs/appl/conc/out/o451573.out (No such file or directory)
            at java.io.FileInputStream.open(Native Method)
            at java.io.FileInputStream.<init>(FileInputStream.java:106)
    at oracle.apps.fnd.cp.opp.XMLPublisherProcessor.process(XMLPublisherProcessor.java:241)
            at oracle.apps.fnd.cp.opp.OPPRequestThread.run(OPPRequestThread.java:172)
    [6/21/10 12:17:51 PM] [94508:RT451573] Completed post-processing actions for request 451573.
    [6/21/10 12:19:19 PM] [OPPServiceThread0] Post-processing request 451577.
    [6/21/10 12:19:19 PM] [94508:RT451577] Executing post-processing actions for request 451577.
    [6/21/10 12:19:19 PM] [94508:RT451577] Starting XML Publisher post-processing action.
    [6/21/10 12:19:19 PM] [94508:RT451577]
    Template code: WILEXINVREP
    Template app:  ONT
    Language:      en
    Territory:     00
    Output type:   PDF
    [062110_121919525][][EXCEPTION] [DEBUG] ------- Preferences defined PreferenceStore -------
    [062110_121919526][][EXCEPTION] [DEBUG] ------- Environment variables stored in EnvironmentStore -------
    [062110_121919526][][EXCEPTION] [DEBUG]  [FND_JDBC_IDLE_THRESHOLD.LOW]:[-1]
    [062110_121919526][][EXCEPTION] [DEBUG]  [FND_JDBC_IDLE_THRESHOLD.LOW]:[-1]
    [062110_121919526][][EXCEPTION] [DEBUG]  [SECURITY_GROUP_ID]:[0]
    [062110_121919526][][EXCEPTION] [DEBUG]  [FND_JDBC_BUFFER_DECAY_INTERVAL]:[300]
    [062110_121919526][][EXCEPTION] [DEBUG]  [NLS_CHARACTERSET]:[US7ASCII]
    [062110_121919526][][EXCEPTION] [DEBUG]  [RESP_APPL_ID]:[-1]
    [062110_121919526][][EXCEPTION] [DEBUG]  [NLS_LANGUAGE]:[AMERICAN]
    [062110_121919526][][EXCEPTION] [DEBUG]  [FND_JDBC_BUFFER_MIN]:[1]
    [062110_121919526][][EXCEPTION] [DEBUG]  [FND_JDBC_BUFFER_MAX]:[2]
    [062110_121919526][][EXCEPTION] [DEBUG]  [NLS_NUMERIC_CHARACTERS]:[.,]
    [062110_121919526][][EXCEPTION] [DEBUG]  [APPS_JDBC_URL]:[jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS_LIST=(LOAD_BALANCE=YES)(FAILOVER=YES)(ADDRESS=(PROTOCOL=tcp)(HOST=demo.webbindia.com)(PORT=1527)))(CONNECT_DATA=(SID=DEMO)))]
    [062110_121919527][][EXCEPTION] [DEBUG]  [RESP_ID]:[-1]
    [062110_121919527][][EXCEPTION] [DEBUG]  [FND_MAX_JDBC_CONNECTIONS]:[500]
    [062110_121919527][][EXCEPTION] [DEBUG]  [FND_JDBC_USABLE_CHECK]:[false]
    [062110_121919527][][EXCEPTION] [DEBUG]  [USER_ID]:[-1]
    [062110_121919527][][EXCEPTION] [DEBUG]  [NLS_TERRITORY]:[AMERICA]
    [062110_121919527][][EXCEPTION] [DEBUG]  [FND_JDBC_PLSQL_RESET]:[false]
    [062110_121919527][][EXCEPTION] [DEBUG]  [FND_JDBC_CONTEXT_CHECK]:[true]
    [062110_121919527][][EXCEPTION] [DEBUG]  [NLS_DATE_FORMAT]:[DD-MON-RR]
    [062110_121919527][][EXCEPTION] [DEBUG]  [FND_JDBC_BUFFER_DECAY_SIZE]:[5]
    [062110_121919527][][EXCEPTION] [DEBUG]  [FND_JDBC_IDLE_THRESHOLD.HIGH]:[-1]
    [062110_121919527][][EXCEPTION] [DEBUG]  [NLS_SORT]:[BINARY]
    [062110_121919527][][EXCEPTION] [DEBUG]  [NLS_DATE_LANGUAGE]:[AMERICAN]
    [062110_121919527][][EXCEPTION] [DEBUG]  [LOGIN_ID]:[-1]
    [062110_121919528][][EXCEPTION] [DEBUG] ------- Properties stored in Java System Properties -------
    [062110_121919528][][EXCEPTION] [DEBUG]  [APPLTMP]:[/t01/demoap/inst/apps/DEMO_demo/appltmp]
    [062110_121919528][][EXCEPTION] [DEBUG]  [java.runtime.name]:[Java(TM) 2 Runtime Environment, Standard Edition]
    [062110_121919528][][EXCEPTION] [DEBUG]  [sun.boot.library.path]:[/t01/demoap/apps/tech_st/10.1.3/appsutil/jdk/jre/lib/i386]
    [062110_121919528][][EXCEPTION] [DEBUG]  [java.vm.version]:[1.5.0_08-b03]
    [062110_121919528][][EXCEPTION] [DEBUG]  [OVERRIDE_DBC]:[true]
    [062110_121919528][][EXCEPTION] [DEBUG]  [dbcfile]:[/t01/demoap/inst/apps/DEMO_demo/appl/fnd/12.0.0/secure/DEMO.dbc]
    [062110_121919528][][EXCEPTION] [DEBUG]  [java.vm.vendor]:[Sun Microsystems Inc.]
    [062110_121919528][][EXCEPTION] [DEBUG]  [java.vendor.url]:[http://java.sun.com/]
    [062110_121919528][][EXCEPTION] [DEBUG]  [path.separator]:[:]
    [062110_121919528][][EXCEPTION] [DEBUG]  [APPLCSF]:[/t01/demoap/inst/apps/DEMO_demo/logs/appl/conc]
    [062110_121919528][][EXCEPTION] [DEBUG]  [java.vm.name]:[Java HotSpot(TM) Server VM]
    [062110_121919528][][EXCEPTION] [DEBUG]  [file.encoding.pkg]:[sun.io]
    [062110_121919528][][EXCEPTION] [DEBUG]  [user.country]:[US]
    [062110_121919529][][EXCEPTION] [DEBUG]  [sun.os.patch.level]:[unknown]
    [062110_121919529][][EXCEPTION] [DEBUG]  [java.vm.specification.name]:[Java Virtual Machine Specification]
    [062110_121919529][][EXCEPTION] [DEBUG]  [user.dir]:[/t01/demoap/inst/apps/DEMO_demo/logs/appl/conc/log]
    [062110_121919529][][EXCEPTION] [DEBUG]  [java.runtime.version]:[1.5.0_08-b03]
    [062110_121919529][][EXCEPTION] [DEBUG]  [CLIENT_PROCESSID]:[30369]
    [062110_121919529][][EXCEPTION] [DEBUG]  [java.awt.graphicsenv]:[sun.awt.X11GraphicsEnvironment]
    [062110_121919529][][EXCEPTION] [DEBUG]  [java.endorsed.dirs]:[/t01/demoap/apps/tech_st/10.1.3/appsutil/jdk/jre/lib/endorsed]
    [062110_121919529][][EXCEPTION] [DEBUG]  [os.arch]:[i386]
    [062110_121919529][][EXCEPTION] [DEBUG]  [JTFDBCFILE]:[/t01/demoap/inst/apps/DEMO_demo/appl/fnd/12.0.0/secure/DEMO.dbc]
    [062110_121919529][][EXCEPTION] [DEBUG]  [java.io.tmpdir]:[/tmp]
    [062110_121919529][][EXCEPTION] [DEBUG]  [line.separator]:[
    [062110_121919529][][EXCEPTION] [DEBUG]  [java.vm.specification.vendor]:[Sun Microsystems Inc.]
    [062110_121919529][][EXCEPTION] [DEBUG]  [os.name]:[Linux]
    [062110_121919529][][EXCEPTION] [DEBUG]  [FND_JDBC_BUFFER_MIN]:[1]
    [062110_121919530][][EXCEPTION] [DEBUG]  [cpid]:[94508]
    [062110_121919530][][EXCEPTION] [DEBUG]  [sun.jnu.encoding]:[UTF-8]
    [062110_121919530][][EXCEPTION] [DEBUG]  [oracle.apps.fnd.common.Pool.leak.mode]:[stderr:off]
    [062110_121919530][][EXCEPTION] [DEBUG]  [java.library.path]:[/t01/demoap/apps/tech_st/10.1.3/appsutil/jdk/jre/lib/i386/server:/t01/demoap/apps/tech_st/10.1.3/appsutil/jdk/jre/lib/i386:/t01/demoap/apps/tech_st/10.1.3/appsutil/jdk/jre/../lib/i386:/t01/demoap/apps/tech_st/10.1.3/lib32:/t01/demoap/apps/tech_st/10.1.3/lib:/t01/demoap/apps/apps_st/appl/cz/12.0.0/bin:/t01/demoap/apps/apps_st/appl/iby/12.0.0/bin:/t01/demoap/apps/apps_st/appl/pon/12.0.0/bin:/t01/demoap/apps/apps_st/appl/sht/12.0.0/lib]
    [062110_121919530][][EXCEPTION] [DEBUG]  [java.specification.name]:[Java Platform API Specification]
    [062110_121919530][][EXCEPTION] [DEBUG]  [java.class.version]:[49.0]
    [062110_121919530][][EXCEPTION] [DEBUG]  [sun.management.compiler]:[HotSpot Server Compiler]
    [062110_121919530][][EXCEPTION] [DEBUG]  [queue_appl_id]:[0]
    [062110_121919530][][EXCEPTION] [DEBUG]  [os.version]:[2.6.18-164.11.1.el5xen]
    [062110_121919530][][EXCEPTION] [DEBUG]  [LONG_RUNNING_JVM]:[true]
    [062110_121919530][][EXCEPTION] [DEBUG]  [user.home]:[/t01/demoap]
    [062110_121919530][][EXCEPTION] [DEBUG]  [user.timezone]:[GMT+05:30]
    [062110_121919530][][EXCEPTION] [DEBUG]  [java.awt.printerjob]:[sun.print.PSPrinterJob]
    --------------------------------------------------------------------------------lots of lines ----------------------------------------
    [GC 17474K->10837K(24648K), 0.0037890 secs]
    [GC 17685K->11057K(24648K), 0.0035530 secs]
    [GC 17905K->11271K(24648K), 0.0029030 secs]
    [GC 18119K->11488K(24648K), 0.0024650 secs]
    [GC 18336K->11702K(24648K), 0.0023940 secs]
    [GC 18550K->11919K(24648K), 0.0025010 secs]
    [GC 18767K->12133K(24648K), 0.0024460 secs]
    [GC 18981K->12344K(24648K), 0.0024020 secs]
    [GC 19192K->12575K(24648K), 0.0024790 secs]
    [GC 19423K->12781K(24648K), 0.0025650 secs]
    [GC 19629K->12991K(24648K), 0.0024010 secs]
    [GC 19839K->13212K(24648K), 0.0024430 secs]
    [GC 20060K->13427K(24648K), 0.0024160 secs]
    [GC 20275K->13641K(24648K), 0.0024440 secs]
    [GC 20489K->13857K(24648K), 0.0024410 secs]
    [GC 20705K->14073K(24648K), 0.0024570 secs]
    [GC 20921K->14284K(24648K), 0.0024340 secs]
    [GC 21132K->14504K(24648K), 0.0024580 secs]
    [GC 21352K->14719K(24648K), 0.0024620 secs]
    [GC 21567K->14935K(24648K), 0.0024600 secs]
    [GC 21783K->15151K(24648K), 0.0024360 secs]
    [GC 21999K->15365K(24648K), 0.0024180 secs]
    [GC 22213K->15004K(24648K), 0.0204220 secs]rgrds
    Edited by: new2appsdba on Jun 22, 2010 1:43 AM
    Edited by: new2appsdba on Jun 22, 2010 2:12 AM
    Edited by: new2appsdba on Jun 22, 2010 5:37 AM

  • FCO-00011  Error while running prerequisite checket for PI 7.0

    Hi,
    Please find the error below and provide possible solutions. While running the prerequisite checker for PI 7.0. OS -- Suse Linux 10
    FCO-00011  The step runChecksStep with step key |PrerequisiteCheckerStandalone|ind|ind|ind|ind|0|0|PrerequisiteCheckerDialogs|ind|ind|ind|ind|0|0|runChecksStep was executed with status ERROR .
    Kindly let me know your needfull inputs.
    Regards
    Shiva

    Cross verified all the steps involved in preinstallation process.
    Hardware size :
    Ram : 2 GB
    CPU : 2.65 dual core
    while running the prerequisite checker point where error is blicked is , CHECKING SWAP SIZE.
    As per the requirement Swap is defined properly.
    This is a Test System.
    Any inputs is really appreciated.
    Regards
    Shiva

Maybe you are looking for

  • External hard drive to network & Time Machine

    I set up a network in my house with a new Airport Extreme as the base station and an Airport Express for extended range (also plugged into the home stereo). Computers consist of an iMac G5 running 10.5.5 and a Sony Vaio running Windows. Today I plugg

  • How can i get report filename in a fomula column

    Hi, We are using Oracle Reports 6i. i want to get the filename of current report in a formula column. how can we take the current report filename into a variable in a formula column.. If it is possible please provide your valuable inputs on how to ac

  • I can't load a webpage from the cd. please help me

    hello Firefox team, i am having a Photoshop tutorial as a html page in a cd. when i try to load that cd i can't view the tutorial video.

  • Export to quicktime - poor quality with black around the video

    I created a HD movie in cine format iMovie 08. Everything is great looking. Import to iMovie 6 HD, added test music .Share to Quicktime 540px X 260px. The movie when opened is black about 1 inch on sides and 1/2 inch top and bottom. Definitely not th

  • Getting Error while installing UCM

    Hi All, Am getting error while installing the UCM in my system. Error description:- NOTICE:     Install logging initialized at 2/5/10 3:34 PM. NOTICE:     Installing master server. NOTICE:     Installing with Java version 1.5.0_11. NOTICE:     Instal