EBS on weblogic

on what platform starting weblogic introduced in EBS and why and what are the benefits or the replacement of the Apache Server

Hello

WebLogic Server is included in the release 12.2 on the application on the following platforms:

HP - UX Itanium

IBM AIX on POWER Systems (64-bit)

Linux x 86-64

Microsoft Windows x 64

Oracle Solaris on SPARC (64-bit)

You can view the certifications tab MOS for exact details on what versions of each OS is certified.

Here is a link to answer your second question:

https://blogs.Oracle.com/learnwithpavan/entry/benefits_of_upgrading_to_weblo

Kind regards

Bashar

Tags: Oracle Applications

Similar Questions

  • Password WebLogic EBS R12.2.4 VM device.

    Hi all

    I forgot password of weblogic for the VM device EBS R12.2.4

    Is it "oracle" or "welcome1?

    Thank you very much

    JC

    EU1

  • WebLogic Admin password is disabled during the installation of the ebs

    Hi all

    I install R12.2.4 EBS on OEL 6.5 64-bit.

    I followed this tutorial

    Technical information Oracle: Oracle E - Business Suite Release 12.2 installation steps

    I have a problem, when I start the installtion with . / rapidwiz, I never choose the quick installation option,

    application user information page, the weblogic admin user field, the rest of the other fields are disabled and empty.


    I have check the following thread, is this really the solution?

    Gray password WebLogic to reinstall after 12.2

    What is the problem if I proceed without mentioning the weblogic password or the os user password?

    How to fix?

    Kind regards.

    good,

    I had a fix.

    I click Next, and I get an error

    RW-installation of the 20019:No shares have been found for this machine

    then I found the solution in the following link

    http://Sridhar-OracleDBA.blogspot.com/2013/11/RW-20019no-install-actions-have-been.html

    in fact, he must put the domain name and host name in the file/etc/hosts in the first line.

    Thank you.

  • Questions AppsTier EBS 12.2.3 after clones with weblogic (BEA-000362)

    We have problems with the post of the appsTier clone.
    Logfile located at /u00/oracle/ebstest/fs2/inst/apps/ebstest_silvertestebs/admin/log/clone/ApplyAppsTier_02171641.log
    ------50% finished
    ERROR when executing apply...
    Mon Feb 17 18:16:37 2014

    ERROR: Cannot run /u00/oracle/ebstest/fs2/EBSapps/comn/clone/bin/adclone.pl
    In the number to display the following message

    # < 17 February 2014 17:03:24 EST > < Info > < Server > < silvertestebs > < AdminServer > < ExecuteThread [ASSET]: '0' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <><>< 1392674604844 > < BEA-002624 > < administration Protocol is "t3s" and is now configured. >

    # < 17 February 2014 17:03:24 EST > < critical > < WebLogicServer > < silvertestebs > < AdminServer > < principal > < < WLS Kernel > > <><>< 1392674604869 > < BEA-000362 > < server failed. Reason: Erreur error network configuration, search log details. >

    # < 17 February 2014 17:03:24 EST > < opinion > < WebLogicServer > < silvertestebs > < AdminServer > < principal > < < WLS Kernel > > <><>< 1392674604999 > < BEA-000365 > < changed failed State Server >

    # < 17 February 2014 17:03:24 EST > < error > < WebLogicServer > < silvertestebs > < AdminServer > < principal > < < WLS Kernel > > <><>< 1392674605000 > < BEA-000383 > < is not an essential service. The server will shut down >

    # < 17 February 2014 17:03:25 EST > < opinion > < WebLogicServer > < silvertestebs > < AdminServer > < principal > < < WLS Kernel > > <><>< 1392674605002 > < BEA-000365 > < server status changed to FORCE_SHUTTING_DOWN >

    # < 17 February 2014 17:03:25 EST > < Info > < WebLogicServer > < silvertestebs > < AdminServer > < principal > < < WLS Kernel > > <><>< 1392674605004 > < BEA-000236 > < stop run > discussions.

    Hello

    Please change welcome you as below: -.

    From: -.

    # Internet host table

    #

    : 1 localhost silverdevdbebs

    127.0.0.1 localhost loghost

    10.1.0.121 ebs.ddasims.loc ebs

    TO: -.

    # Internet host table

    #

    #: 1 localhost silverdevdbebs

    127.0.0.1 localhost.localdomain localhost

    10.1.0.121 ebs.ddasims.loc ebs

    Try to start the server.

    Kind regards

    Prakash.

  • EBS 12.2.4 - no access to WebLogic

    Hello

    I installed a 12.2.4 instance Vision on Linux 12.2.4.  Services have been arrested and began repeatedly and WebLogic was always available.

    Since trying to integrate with short extensions, I think that I have something knocked out - all I get now is "unable to connect" or "page cannot be displayed".  I have turned off the firewall issues.

    Can someone give some ideas as to what config was messed up?

    Thank you

    Drew.

    Hello

    Can you try to connect to the weblogic console manager Oracle Applications.

    Site map-> Administration-> Configuration-> Weblogic Administration conole system.

    And check whether the port is.

    $netstat - a | grep

    Thank you

  • EBS SDK for ADF - info Session is null

    Hello

    I'm trying to create a simple class in an ADF Application to get the content of the EBS (USER_ID, FUNCTION_ID, etc.), but my session is always returned as Null. If I use the true option during the creation of the session (getAppsSession (true)) I get the default user.

    What I am doing wrong? Missing something?

    WebLogic Server Version: 10.3.5.0

    JDeveloper Version: 11.1.1.7.0

    EBS: R12 1.3

    Here is my code:

    public void beforePhase(PhaseEvent phaseEvent) throws Exception{  
      
            //System.out.println(new AppsDataSource() instanceof Referenceable);  
            //testConnection(dbcFile);    
    
    
            FacesContext fctx = FacesContext.getCurrentInstance();  
            HttpServletRequest request = (HttpServletRequest)fctx.getExternalContext().getRequest();  
            HttpServletResponse response = (HttpServletResponse)fctx.getExternalContext().getResponse();  
            
            FacesMessage message = new FacesMessage("request : " + request);  
            fctx.addMessage(null, message);  
            
            message = new FacesMessage("response : " + response);  
            fctx.addMessage(null, message);  
            
            try {  
                Connection EBSconn = ConnectionProvider.getConnection();  
                message = new FacesMessage("EBSconn : " + EBSconn);  
                fctx.addMessage(null, message);  
                
                EBiz instance = EBizUtil.getEBizInstance();  
                
                message = new FacesMessage("instance.getDbId() : " + instance.getDbId());  
                fctx.addMessage(null, message);  
                
                message = new FacesMessage("instance : " + instance);  
                fctx.addMessage(null, message);  
                
                AppsRequestWrapper wrappedRequest = new AppsRequestWrapper(request,  
                                                                           response,  
                                                                           EBSconn,  
                                                                           instance);  
    
    
                message = new FacesMessage("wrappedRequest : " + wrappedRequest);  
                fctx.addMessage(null, message);  
                
                Session session = wrappedRequest.getAppsSession();  
                //Session session = wrappedRequest.getAppsSession(true);  
    
    
                message = new FacesMessage("session : " + session);  
                fctx.addMessage(null, message);  
                
                Map columns = session.getInfo();  
                
                StringBuffer temp = new StringBuffer();  
                
                temp.append("<table>");  
                
                for (Object key : columns.keySet()) {  
                    temp.append("<tr>");  
                    temp.append("<td>");  
                    temp.append(key);  
                    temp.append("</td>");  
                    temp.append("<td>");  
                    temp.append(columns.get(key));  
                    temp.append("</td>");  
                    temp.append("</tr>");  
                }  
                
                temp.append("</table>");        
      
      
                setUserInfo(temp.toString());  
                    
            } catch (Exception e) {  
                e.printStackTrace();  
            }  
        }
    

    Thank you very much, Pier Paolo.

    Fixed a problem. Basically, we had two server on two different protocol (HTTP and HTTPS) once we moved them both on the same, I could get what I needed.

  • How to integrate the EBS with RCMP 8.6.5

    Hi all

    I installed RCMP 8.6.5 on weblogic 12 c and installation was successful, now, my next task is to integrate this with EBS.

    Basically, I want to use RCMP (AACG and ETCG) for EBS. I have documentation for the same, but the steps are unclear as how to integrate EBS with the RCMP.

    Thank you

    Hello

    Using the RCMP AACG/TCG - you can create the data source and use

    Please consult the User Guide: http://docs.oracle.com/cd/E51797_01/doc.8651/e52269.pdf

    Chapter: Datasources of 6 applications and libraries

    Section: Configuration of data sources

    Navigator > Setup and Administartion > manage Application DataSource >

    Action create DataSource

    Provide details and the connection Test

    Save

    Subsequently to run synchronization for the data of the Source ERP Instance

    I hope that helps!

    Thank you

    Naveen

  • Oracle WebLogic Server 11 g 1 material (10.3.6) the file name is different in the site and while his error getting buildstage

    Hi all

    I downloaded Oracle EBS https://edelivery.oracle.com/EPD/ 12.2.0 and selected for "outsourced manufacturing and Oracle for discrete Industries R12.2 V5 (12.2.3) v1, Linux x 86-64" on the page

    downloaded the files required for the staging area, in the Linux x86_64 gave error for "file name V29856 - 01.zip Oracle WebLogic Server 11 GR 1 material (10.3.6) Generic and coherence but on oracle delivery page, I can only find Oracle WebLogic Server 11 GR 1 material (10.3.6) and coherence for the file name of Linux x 86" : V29851 - 01.zip which is already uploaded on the stage space, how can I find the file in the site or should I rename to V29856 - 01.zip you please help me on this problem.

    Thank you

    JAI Srinivas.

    Srinivas,

    I think I got an idea after reading it several times

    This is what I understood

    checksum is a failure, so you use version 12.2 Overview disk file (1320300.1) to find which zip file must be downloaded. The overview shows V29856 - 01.zip downloaded but delivery file only has V29851 - 01 V29856 - 01.zip instead.

    I remember something like downloaded this sometimes return that I did checksum digest view used to check the integrity of files and went ahead with the buildstage.sh script to build the stadium. I have been able to complete installation without problems.

    You could try the same thing or try to rename as you suggest.

    I also recommend to contact support so that you will be clear and they will get to know.

    Concerning

    SANAE

  • Deploying ADF applications with integration of EBS

    Hello

    I read a few articles about deploying ADF applications and they found it useful. Most of them are not suitable for ADF 11g developed lettering. I developed a demo application using Jdev Studio ver 12.1.3.0.0 by installing the WebLogic Server. This application must now be deployed on another node on a remote and built-in Server with EBS. References user interface developed stored procedures using IDE connect to Oracle DB. The remote server has the SDK for Java installed and a DATA SOURCE has been defined by the administrator.

    I tried to follow the steps explained in the URL that follows, but in vain. I could not find server Navigation Application. How-to: ADF Deployment Guide

    Could someone please help me understand the modalities of deployment of this application developed on my laptop on a remote server? Your valuable contribution is appreciated.

    Thank you

    udys

    You cannot deploy a 12 c apps in 10.3 WLS ADF, you WLS 12 c.

    See the doc certification for the ADF:

    Information on certification

  • How to deploy a custom in EBS 12.2.4 servlet?

    Hi all

    This may look like a trivial problem, but I am currently not able to migrate a servlet custom EBS 11.5.10 in 12.2.4.

    I have lived many threads OTN and other web searches, but I'm still stuck.

    This custom servlet is called from a page of the OFA in order to open a PDF file in a new browser window, in a unix directory.

    The class of java servlet has been deployed in $OA_JAVA/xx/oracle/apps...

    I run the adcgnjar utility

    WebLogic has been returned

    But I always get the message "404 page not found".

    Obviously, I am missing a step or I use a non-relevant url. (Note that I'm not familiar with servlets!)

    I try with this type of url: http:// < server >: < port > / oa_servlets/xx.oracle.apps. < custom_app_dir & gt; MyTestServlet

    Any help will be much appreciated. :-) Dorian Medina aJohny Fernando Barros-Oracle

    See you soon,.

    Olivier

    Hello

    Try steps below. These steps have worked in my 12.2.4 approx.

    1. copy $FND_TOP/admin/template/oacore_web_xml_FMW.tmp in $FND_TOP/admin/template/custom and add your servlet custom entries in this file.

    2. run autoconfig

    3. restart services and check again the issue.

  • Cannot start the service of Directors of EBS R12.2.4

    Hi all

    EBS R12.2.4

    RHEL 6.6

    I was able to start admin service before but now it does not

    The error log does not show any idea. Help, please.  Thank you

    Service control script execution:

    /U01/appcrp/CRP/FS1/inst/apps/CRP_ip-10-0-0-216/Admin/scripts/adadminsrvctl.sh start - nopromptmsg

    Timeout specified in the context file:-1 second (s)


    script gave:

    ****************************************************


    You are running version 120.10.12020000.9 adadminsrvctl.sh

    From WLS Server Admin...

    See /u01/appcrp/CRP/fs1/inst/apps/CRP_ip-10-0-0-216/logs/appl/admin/log/adadminsrvctl.txt for more details

    adadminsrvctl.sh: leave with the State 1

    adadminsrvctl.sh: check the logfile /u01/appcrp/CRP/fs1/inst/apps/CRP_ip-10-0-0-216/logs/appl/admin/log/adadminsrvctl.txt for more information...

    .end std out.

    .end err out.



    The log is:


    ================================================================================

    Validated the arguments passed to the ebs-get-serverstatus option

    AdminServer is currently not running.

    Validated the arguments passed to the ebs-get-serverstatus option

    AdminServer is currently not running.

    03/23/15-18: 29:54: adadminsrvctl.sh version 120.10.12020000.9

    Validated the arguments passed to the ebs-get-serverstatus option

    AdminServer is currently not running.

    03/23/15-18: 29:58: adadminsrvctl.sh: exit with status 2

    ================================================================================

    03/23/15-18: 33:22: adadminsrvctl.sh version 120.10.12020000.9

    Validated the arguments passed to the ebs-get-serverstatus option

    AdminServer is currently not running.

    Validated the arguments passed to the ebs-nmstart-adminsrv option

    Check if the administration server is already in place.

    The server administrator is not already expired.

    Check if the Node Manager is already in place...

    Connection to the node Manager...

    Connected to the node Manager.

    The Node Manager is already in place.

    Start the AdminServer server...

    Error starting AdminServer server: weblogic.nodemanager.NMException: Exception when starting Server "AdminServer.

    03/23/15-18: 33:42: adadminsrvctl.sh: exit status 1

    ================================================================================

    Validated the arguments passed to the ebs-get-serverstatus option

    AdminServer is currently not running.

    Please see the workaround mentioned in the note:

    Error starting AdminServer server: weblogic.nodemanager.NMException: Exception when starting Server "AdminServer" (Doc ID 1906029.1)

    I hope this helps!

    -Kj

  • What is the authentication and authorization mechanism in Oracle EBS 12.2?

    12.2 EBS is based on weblogic server, does this mean that he uses the weblogic users?

    The purpose of the use of Weblogic is explained in:

    Installation guide for Oracle E-Business Suite

    https://blogs.Oracle.com/stevenChan/entry/glimpses_of_e_business_suite

    Authentication is done via the FND_USER and FND_ORACLE_USERID tables.

    http://ETRM.Oracle.com/pls/ETRM/etrm_pnav.show_object?c_name=FND_USER&c_owner=APPLSYS&c_type=table

    http://ETRM.Oracle.com/pls/ETRM/etrm_pnav.show_object?c_name=FND_ORACLE_USERID&c_owner=APPLSYS&c_type=table

    Thank you

    Hussein

  • How to increase the size of the Pool of Bean Java Message for Weblogic 10.3.6

    People,

    We use Weblogic 10.3.6, as part of our OAM - OID, SSO EBS solution.

    One of the recommendation that we had was to increase the Pool of Bean Java default Message size 100 to 250.

    I don't know where to go for this increase.

    We have 2 WebLogic servers, once for the OID and the other for OAM.

    Any help will be appreciated.

    I've seen some info on the update file in weblogic-ejb - jar.Xml.

    But there are several instances of this file I think, I can make this change via the Weblogic console?

    Thanks for your help

    Ashish

    Ashish

    It is to increase the size of the pool or OAM? Actually, is there a way to do it through the console. My bad!

    Then, you can try:

    WLS Server Console Admin :-> click deployments--> oam_server-> scroll down to what appears to oam_server-> ControllerMessageBean-> ControllerMessageBean click on-> click on the Configuration tab-> change the value to 250

    I hope this helps.

    Luz

  • How to upgrade ADF Runtime in a 12.2 EBS?

    Hi experts,


    Is it possible to update the ADF Runtime of the EBS 12.2.x Weblogic?

    Thanks in advance,
    Jose.

    12.2 EBS is certified with FMW 11.1.1.6 and 11.1.1.7 only so according to the above referenced doc you will get on the last group of patches certified

    Thank you

    Hussein

  • Cannot load the metadata of the EBS

    Hi guys!

    I'm using 11.1.2.3.500 and try to shoot from 12 of the EBS metadata.

    Everything is well configured, (so far).

    I am trying to load 3 (account, entity and product in this order) dimensions form EBS and I got a green OK on Sun entity and one yellow triangle for others (account and entity).

    It seems that he loses the connection between planning. But what happens if its OK for entity dim?

    [Wed Jul 02 19:46:05 IS 2014] Execution of the refresh cube...

    [Wed Jul 02 19:46:05 IS 2014] An error occurred during the refresh cube operation: com.hyperion.planning.HspRuntimeException: unable to connect to a Hyperion Essbase.

    Check that Hyperion Essbase is running and check your network connections.

    Thank you

    RMarques

    Journal of the whole:

    ACCOUNT

    2014-07-02 19:45:20, 399 [AIF] INFO: beginning of the process FDMEE, process ID: 30

    2014-07-02 19:45:20, 399 [AIF] INFO: recording of the FDMEE level: 4

    2014-07-02 19:45:20, 399 [AIF] INFO: FDMEE log file: /u01/app/oracle/product/epm/EPMSystem11R1/HPL/EPRI/outbox/logs/HPL_DEV_30.log

    2014-07-02 19:45:20, 400 INFO [AIF]: user: admin

    2014-07-02 19:45:20, 400 INFO [AIF]: place: EBS_ACT_DL_AUD (Partitionkey:2)

    2014-07-02 19:45:20, 400 INFO [AIF]: period name: NA (period key: null)

    2014-07-02 19:45:20, 400 INFO [AIF]: category name: NA (category key: null)

    2014-07-02 19:45:20, 400 INFO [AIF]: rule name: 1 (rule ID:1)

    2014-07-02 19:45:23, 681 [AIF] INFO: Jython Version: 2.5.1 (Release_2_5_1:6813, September 26 2009, 13:47:54)

    [JRockit (R) Oracle (Oracle Corporation)]

    2014-07-02 19:45:23, 682 INFO [AIF]: Java platform: java1.6.0_37

    2014-07-02 19:45:33, 283 [AIF] INFO: COMM Dimension pre-processing - Multi process Validation - START

    2014-07-02 19:45:33: 293 [AIF] INFO: COMM Dimension pre-processing - Multi process Validation - END

    2014-07-02 19:45:33, 378 [AIF] INFO: LKM EBS/FS extracted members Table VS - process value Sets - START

    2014-07-02 19:45:33, 396 [AIF] INFO: LKM EBS/FS extracted members Table VS - process value Sets - END

    2014-07-02 19:45:33, 681 INFO [AIF]: extract members Ind VS EBS - fill step members Dim - START

    2014-07-02 19:45:33, 745 INFO [AIF]: extract from BSE members Ind VS - fill step members Dim - END

    2014-07-02 19:45:34, INFO 079 [AIF]: extract members Ind VS EBS - fill step members Dim - START

    2014-07-02 19:45:34, INFO 186 [AIF]: extract from BSE members Ind VS - fill step members Dim - END

    2014-07-02 19:45:34, 470 INFO [AIF]: extract members Ind VS EBS - fill step members Dim - START

    2014-07-02 19:45:34, 532 INFO [AIF]: extract from BSE members Ind VS - fill step members Dim - END

    2014-07-02 19:45:36, 383 [AIF] INFO: EBS/FS load Concat Sun - load Concat Dim members - START

    2014-07-02 19:45:36, 386 [AIF] INFO: EBS/FS load Concat Dim members - load Concat Dim member - END

    2014-07-02 19:45:41, 815 [AIF] INFO: EBS hierarchy processing Ind VS - process Insert details Ind VS - START

    2014-07-02 19:45:41, 824 [AIF] INFO: EBS hierarchy VS. IND. - Insert into process details Ind VS - END of treatment

    2014-07-02 19:45:42, 270 INFO [AIF]: extract EBS hierarchies Ind VS - fill step hierarchy Dim - START

    2014-07-02 19:45:42, 331 [AIF] INFO: from hierarchies Ind VS EBS - fill step hierarchy Dim - END

    2014-07-02 19:45:42, 897 INFO [AIF]: extract EBS hierarchies Ind VS - fill step hierarchy Dim - START

    2014-07-02 19:45:43, 044 [AIF] INFO: from hierarchies Ind VS EBS - fill step hierarchy Dim - END

    2014-07-02 19:45:43, 531 INFO [AIF]: extract EBS hierarchies Ind VS - fill step hierarchy Dim - START

    2014-07-02 19:45:43, 657 [AIF] INFO: from hierarchies Ind VS EBS - fill step hierarchy Dim - END

    2014-07-02 19:45:43, 803 INFO [AIF]: extract EBS hierarchies VS Table - fill step hierarchy Dim - START

    2014-07-02 19:45:43, 805 INFO [AIF]: extract EBS hierarchies VS Table - fill step hierarchy Dim - END

    2014-07-02 19:45:43, 891 INFO [AIF]: load COMM hierarchies unique Sun - hierarchies unique load Dim - START

    2014-07-02 19:45:45, 883 [AIF] INFO: COMM load single Dim hierarchies - load hierarchies only Dim - END

    2014-07-02 19:45:45, 989 [AIF] INFO: COMM load Concat Dim hierarchies - load Concat Dim hierarchies - START

    2014-07-02 19:45:45, 993 [AIF] INFO: COMM load Concat Dim hierarchies - load Concat Dim hierarchies - END

    2014-07-02 19:45:48, INFO 177 [AIF]: Member of Dimension COMM - treatment of the PKI attribute - attributes START

    2014-07-02 19:45:48, INFO 179 [AIF]: Member of Dimension COMM - treatment of the PKI attribute - attributes END

    2014-07-02 19:45:56, 815 INFO [AIF]: metadata HPL - Application support: HPL_DEV

    2014-07-02 19:45:56, 818 [AIF] INFO: number of dimensions to load in HPL_DEV: 3

    2014-07-02 19:45:56, 818 INFO [AIF]: query SQL building for the dimension account...

    2014-07-02 19:45:56, INFO 819 [AIF]: number of tables in HPL_DEV aliases: 1

    2014-07-02 19:45:56, 825 INFO [AIF]: loading of the dimension members: account

    2014-07-02 19:45:56, 825 INFO [AIF]: [HPLService] Info: OLU log file name is: /u01/app/oracle/product/epm/user_projects/epmdevexa1/tmp/aif_30_Account.log

    2014-07-02 19:46, 571 INFO [AIF]: property file arguments:-C /RIC: * /D:Account /RIU: * /RIR: * / RID: * / RIP: * /RIQ: * /IR

    No argument came from the command line. Subject (merged) command line:

    -C /RIC: * /D:Account /RIU: * /RIR: * / RID: * / RIP: * /RIQ: * /IR

    [Wed Jul 02 19:45:56 IS 2014] "The entry specified with the /RIQ switch request did not correspond to a key in the file properties of the"null"command if it is run as a sql query directly:

    $m.name SELECT 'account '.

    , m.PARENT 'Parent '.

    , m.DataStorage 'memory '.

    , m.VALUE1 ' Alias: Default.

    m.MemberValidForPlan1 'Plan Type (FinPlan)'

    m.MemberValidForPlan2 'Plan Type (RevPlan)'

    m.MemberValidForPlan3 'Plan Type (CapProj)'

    , m.AccountType "Account Type".

    , m.TimeBalance "time scale".

    m.VarianceReporting "Variance Reporting"

    m.SourcePlanType 'Source Plan Type'

    DE)

    SELECT mem.NAME

    CASE yesterday. PARENT WHEN '#root' NULL THEN ELSE yesterday. END OF PARENT PARENT

    yesterday. CHILD_DEPTH_NUM

    Mem. AccountType WHEN mem 'SavedAssumption' THEN 'submission saved' ELSE. AccountType END AccountType

    mem. SoldeTemps

    Mem. VarianceReporting WHEN mem "NonExpense" THEN "Non-charges" ELSE. VarianceReporting END VarianceReporting

    yesterday. MemberValidForPlan1

    yesterday. MemberValidForPlan2

    yesterday. MemberValidForPlan3

    yesterday. MemberValidForCapex

    yesterday. MemberValidForWorkforce

    yesterday. SourcePlanType

    CASE yesterday. Dtx200

    WHEN "NeverShare" THEN "never shared."

    WHEN "StoreData" THEN "Save".

    WHEN 'ShareData' THEN 'shared '.

    Another THING yesterday. Dtx200

    END Dtx200

    yesterday. HIERARCHY_ID

    HD. BASE_HIERARCHY_FLAG

    ,(Select prop.) VALUE

    PILLAR AIF_HS_DIM_PROPERTYARRAY

    WHERE prop. LOADID = mem. LOADID

    AND prop. DIMENSION = mem. DIMENSION

    AND prop. PROPERTY = "Alias."

    AND prop.nom = mem.NAME

    AND prop. KEY = "Default".

    ) VALUE1

    MEM AIF_HS_DIM_MEMBER

    Yesterday INNER JOIN AIF_HS_DIM_HIERARCHY

    ON yesterday. LOADID = mem. LOADID

    AND yesterday. DIMENSION = mem. DIMENSION

    AND yesterday. CHILD = mem.NAME

    LEFT OUTER JOIN AIF_MAP_HIERARCHIES HD

    ON HD. HIERARCHY_ID = yesterday. HIERARCHY_ID

    Mem WHERE. LOADID = 30

    AND mem. DIMENSION = "ACCOUNT1.

    ) m

    ORDER BY m.BASE_HIERARCHY_FLAG desc

    m.HIERARCHY_ID

    m.CHILD_DEPTH_NUM

    m.PARENT

    $m.name ".

    [Wed Jul 02 19:45:56 IS 2014] Trying to establish the connection of rdb entry.

    Source B.I. "EPM_REPO" on jdbc:oracle:thin:@server:1521/instace logged in successfully.

    [Wed Jul 02 19:45:56 IS 2014] Sign at the entrance to RDB successfully completed.

    [Wed Jul 02 19:45:56 IS 2014] Record header fields: Parent account, data storage, Alias: by default, Type of Plan (FinPlan), Plan Type (RevPlan), Plan Type (CapProj), Type of account, balance time, Variance Reporting, Source Plan Type

    [Wed Jul 02 19:45:56 IS 2014] Located by using 'Account' dimension and for the loading of data into the application 'HPL_DEV '.

    [Wed Jul 02 19:45:56 IS 2014] HspOutlineLoad::dateFormatSpecified is set to false, SessionHalDateFormat stored on session: null, sessionId: 886045942

    [Wed Jul 02 19:45:59 EST 2014] com.hyperion.planning.HspRuntimeException: exchange rate must be None if the Data Type is Non-monnaie, percentage, Smart List, Date or text.  Member: ATRDAY

    [Wed Jul 02 19:45:59 EST 2014] com.hyperion.planning.HspRuntimeException: exchange rate must be None if the Data Type is Non-monnaie, percentage, Smart List, Date or text.  Member: ATRDAY

    [Wed Jul 02 19:46:00 IS 2014] com.hyperion.planning.HspRuntimeException: an alias with the name of Trading member account already exists.

    [Wed Jul 02 19:46:00 IS 2014] com.hyperion.planning.HspRuntimeException: an alias with the name of Trading member account already exists.

    [Wed Jul 02 19:46:00 IS 2014] Loading dimension 'Account' has been successfully opened.

    [Wed Jul 02 19:46:00 IS 2014] A refresh of the cube operation will not be run.

    [Wed Jul 02 19:46:00 IS 2014] Create filters for safe operation will not be performed.

    Planning of vector data store finished loading processes. 1099 data records were read, 1099 data records have been processed, 1085 were accepted for loading (check the actual load with Essbase logs), 14 were rejected.

    [Wed Jul 02 19:46:00 IS 2014] Planning of vector data store finished loading processes. 1099 data records were read, 1099 data records have been processed, 1085 were accepted for loading (check the actual load with Essbase logs), 14 were rejected.

    2014-07-02 19:46, 571 [AIF] INFO: completed - account dimension load records read: 1 099, rejected records: 14, files: 1 099.

    ENTITY

    2014-07-02 19:46, 574 [AIF] INFO: building for the dimension entity SQL query...

    2014-07-02 19:46, 579 [AIF] INFO: loading of the dimension members: entity

    2014-07-02 19:46, 579 [AIF] INFO: [HPLService] Info: OLU log file name is: /u01/app/oracle/product/epm/user_projects/epmdevexa1/tmp/aif_30_Entity.log

    2014-07-02 19:46:04, 247 INFO [AIF]: property file arguments:-C /RIC: * /D:Entity /RIU: * /RIR: * / RID: * / RIP: * /RIQ: * /IR

    No argument came from the command line. Subject (merged) command line:

    -C /RIC: * /D:Entity /RIU: * /RIR: * / RID: * / RIP: * /RIQ: * /IR

    [Wed Jul 02 19:46:00 IS 2014] "The entry specified with the /RIQ switch request did not correspond to a key in the file properties of the"null"command if it is run as a sql query directly:

    $m.name SELECT 'entity '.

    , m.PARENT 'Parent '.

    , m.DataStorage 'memory '.

    , m.VALUE1 ' Alias: Default.

    m.MemberValidForPlan1 'Plan Type (FinPlan)'

    m.MemberValidForPlan2 'Plan Type (RevPlan)'

    m.MemberValidForPlan3 'Plan Type (CapProj)'

    DE)

    SELECT mem.NAME

    CASE yesterday. PARENT WHEN '#root' NULL THEN ELSE yesterday. END OF PARENT PARENT

    yesterday. CHILD_DEPTH_NUM

    Mem. AccountType WHEN mem 'SavedAssumption' THEN 'submission saved' ELSE. AccountType END AccountType

    mem. SoldeTemps

    Mem. VarianceReporting WHEN mem "NonExpense" THEN "Non-charges" ELSE. VarianceReporting END VarianceReporting

    yesterday. MemberValidForPlan1

    yesterday. MemberValidForPlan2

    yesterday. MemberValidForPlan3

    yesterday. MemberValidForCapex

    yesterday. MemberValidForWorkforce

    yesterday. SourcePlanType

    CASE yesterday. Dtx200

    WHEN "NeverShare" THEN "never shared."

    WHEN "StoreData" THEN "Save".

    WHEN 'ShareData' THEN 'shared '.

    Another THING yesterday. Dtx200

    END Dtx200

    yesterday. HIERARCHY_ID

    HD. BASE_HIERARCHY_FLAG

    ,(Select prop.) VALUE

    PILLAR AIF_HS_DIM_PROPERTYARRAY

    WHERE prop. LOADID = mem. LOADID

    AND prop. DIMENSION = mem. DIMENSION

    AND prop. PROPERTY = "Alias."

    AND prop.nom = mem.NAME

    AND prop. KEY = "Default".

    ) VALUE1

    MEM AIF_HS_DIM_MEMBER

    Yesterday INNER JOIN AIF_HS_DIM_HIERARCHY

    ON yesterday. LOADID = mem. LOADID

    AND yesterday. DIMENSION = mem. DIMENSION

    AND yesterday. CHILD = mem.NAME

    LEFT OUTER JOIN AIF_MAP_HIERARCHIES HD

    ON HD. HIERARCHY_ID = yesterday. HIERARCHY_ID

    Mem WHERE. LOADID = 30

    AND mem. DIMENSION = "ENTITY1.

    ) m

    ORDER BY m.BASE_HIERARCHY_FLAG desc

    m.HIERARCHY_ID

    m.CHILD_DEPTH_NUM

    m.PARENT

    $m.name ".

    [Wed Jul 02 19:46:00 IS 2014] Trying to establish the connection of rdb entry.

    Source B.I. "EPM_REPO" on jdbc:oracle:thin:@server:1521/instace logged in successfully.

    [Wed Jul 02 19:46:00 IS 2014] Sign at the entrance to RDB successfully completed.

    [Wed Jul 02 19:46:00 IS 2014] Record header fields: Parent, entity, Alias, data storage: by default, the Type of Plan (FinPlan), Type of Plan (RevPlan), Type of Plan (CapProj)

    [Wed Jul 02 19:46:00 IS 2014] Find and use the 'Entity' dimension for the loading of the data in the application 'HPL_DEV '.

    [Wed Jul 02 19:46:00 IS 2014] HspOutlineLoad::dateFormatSpecified is set to false, SessionHalDateFormat stored on session: null, sessionId: 872481248

    [Wed Jul 02 19:46:04 IS 2014] Loading dimension 'Entity' has been successfully opened.

    [Wed Jul 02 19:46:04 IS 2014] A refresh of the cube operation will not be run.

    [Wed Jul 02 19:46:04 IS 2014] Create filters for safe operation will not be performed.

    Planning of vector data store finished loading processes. 881 data records were read, 881 records have been processed, 881 have been accepted for loading (check the actual load with Essbase logs), 0 were rejected.

    [Wed Jul 02 19:46:04 IS 2014] Planning of vector data store finished loading processes. 881 data records were read, 881 records have been processed, 881 have been accepted for loading (check the actual load with Essbase logs), 0 were rejected.

    2014-07-02 19:46:04, 247 INFO [AIF]: load dimension complete entity - reading documents: 881, rejected records: 0 records processed: 881.

    PRODUCT

    2014-07-02 19:46:04, 249 [AIF] INFO: building SQL query for dimension product...

    2014-07-02 19:46:04, 253 [AIF] INFO: loading of the dimension members: product

    2014-07-02 19:46:04, 253 [AIF] INFO: [HPLService] Info: OLU log file name is: /u01/app/oracle/product/epm/user_projects/epmdevexa1/tmp/aif_30_Product.log

    2014-07-02 19:46:05, 556 INFO [AIF]: property file arguments: /C /RIC: * /D:Product /RIU: * /RIR: * / RID: * / RIP: * /RIQ: * /IR

    No argument came from the command line. Subject (merged) command line:

    /C /RIC: * /D:Product /RIU: * /RIR: * / RID: * / RIP: * /RIQ: * /IR

    [Wed Jul 02 19:46:04 IS 2014] "The entry specified with the /RIQ switch request did not correspond to a key in the file properties of the"null"command if it is run as a sql query directly:

    SELECT $m.name 'product '.

    , m.PARENT 'Parent '.

    , m.DataStorage 'memory '.

    , m.VALUE1 ' Alias: Default.

    DE)

    SELECT mem.NAME

    CASE yesterday. PARENT WHEN '#root' NULL THEN ELSE yesterday. END OF PARENT PARENT

    yesterday. CHILD_DEPTH_NUM

    Mem. AccountType WHEN mem 'SavedAssumption' THEN 'submission saved' ELSE. AccountType END AccountType

    mem. SoldeTemps

    Mem. VarianceReporting WHEN mem "NonExpense" THEN "Non-charges" ELSE. VarianceReporting END VarianceReporting

    yesterday. MemberValidForPlan1

    yesterday. MemberValidForPlan2

    yesterday. MemberValidForPlan3

    yesterday. MemberValidForCapex

    yesterday. MemberValidForWorkforce

    yesterday. SourcePlanType

    CASE yesterday. Dtx200

    WHEN "NeverShare" THEN "never shared."

    WHEN "StoreData" THEN "Save".

    WHEN 'ShareData' THEN 'shared '.

    Another THING yesterday. Dtx200

    END Dtx200

    yesterday. HIERARCHY_ID

    HD. BASE_HIERARCHY_FLAG

    ,(Select prop.) VALUE

    PILLAR AIF_HS_DIM_PROPERTYARRAY

    WHERE prop. LOADID = mem. LOADID

    AND prop. DIMENSION = mem. DIMENSION

    AND prop. PROPERTY = "Alias."

    AND prop.nom = mem.NAME

    AND prop. KEY = "Default".

    ) VALUE1

    MEM AIF_HS_DIM_MEMBER

    Yesterday INNER JOIN AIF_HS_DIM_HIERARCHY

    ON yesterday. LOADID = mem. LOADID

    AND yesterday. DIMENSION = mem. DIMENSION

    AND yesterday. CHILD = mem.NAME

    LEFT OUTER JOIN AIF_MAP_HIERARCHIES HD

    ON HD. HIERARCHY_ID = yesterday. HIERARCHY_ID

    Mem WHERE. LOADID = 30

    AND mem. DIMENSION = "DIM1.

    ) m

    ORDER BY m.BASE_HIERARCHY_FLAG desc

    m.HIERARCHY_ID

    m.CHILD_DEPTH_NUM

    m.PARENT

    $m.name ".

    [Wed Jul 02 19:46:04 IS 2014] Trying to establish the connection of rdb entry.

    Source B.I. "EPM_REPO" on jdbc:oracle:thin:@server:1521/instace logged in successfully.

    [Wed Jul 02 19:46:04 IS 2014] Sign at the entrance to RDB successfully completed.

    [Wed Jul 02 19:46:04 IS 2014] Record header fields: Parent, product, Alias, data storage: default

    [Wed Jul 02 19:46:04 IS 2014] Find and use the dimension 'Product' for the loading of the data in the application 'HPL_DEV '.

    [Wed Jul 02 19:46:04 IS 2014] HspOutlineLoad::dateFormatSpecified is set to false, SessionHalDateFormat stored on session: null, sessionId: 677666057

    [Wed Jul 02 19:46:04 IS 2014] java.lang.RuntimeException: com.hyperion.planning.DuplicateObjectException: an object with the name of WULC1 already exist.

    [Wed Jul 02 19:46:04 IS 2014] java.lang.RuntimeException: com.hyperion.planning.DuplicateObjectException: an object with the name of WULC1 already exist.

    [Wed Jul 02 19:46:05 EST 2014] com.hyperion.planning.InvalidDimensionMemberNameException: name of the Dimension Member 'ORDER' is a report Script command.

    [Wed Jul 02 19:46:05 EST 2014] com.hyperion.planning.InvalidDimensionMemberNameException: name of the Dimension Member 'ORDER' is a report Script command.

    [Wed Jul 02 19:46:05 IS 2014] Dimension 'Product' load has been successfully opened.

    [Wed Jul 02 19:46:05 IS 2014] Execution of the refresh cube...

    [Wed Jul 02 19:46:05 IS 2014] An error occurred during the refresh cube operation: com.hyperion.planning.HspRuntimeException: unable to connect to a Hyperion Essbase.

    Check that Hyperion Essbase is running and check your network connections.

    [Wed Jul 02 19:46:05 IS 2014] An error occurred during the refresh cube operation: com.hyperion.planning.HspRuntimeException: unable to connect to a Hyperion Essbase.

    Check that Hyperion Essbase is running and check your network connections.

    [Wed Jul 02 19:46:05 IS 2014] Impossible to get analytical information and/or perform a data load: an error occurred during the refresh cube operation: com.hyperion.planning.HspRuntimeException: unable to connect to a Hyperion Essbase.

    Check that Hyperion Essbase is running and check your network connections.

    [Wed Jul 02 19:46:05 IS 2014] Impossible to get analytical information and/or perform a data load: an error occurred during the refresh cube operation: com.hyperion.planning.HspRuntimeException: unable to connect to a Hyperion Essbase.

    Check that Hyperion Essbase is running and check your network connections.

    [Wed Jul 02 19:46:05 IS 2014] Trace of information: com.hyperion.planning.utils.HspOutlineLoad::parseAndLoadInputFile:1912, com.hyperion.planning.utils.HspOutlineLoad::halAdapterInfoAndLoad:304, com.hyperion.planning.utils.HspOutlineLoad::loadAndPrintStatus:4667, com.hyperion.planning.utils.HspOutlineLoad::outlineLoadAsyncImpl:3752, com.hyperion.planning.utils.HspOutlineLoad::outlineLoad:3692, com.hyperion.planning.utils.HspOutlineLoad::outlineLoad:3810, com.hyperion.aif.webservices.HPLService::loadMetadata:500, sun.reflect.NativeMethodAccessorImpl::invoke0:-2, sun.reflect.NativeMethodAccessorImpl::invoke:39, sun.reflect.DelegatingMethodAccessorImpl::invoke:25, java.lang.reflect.Method::invoke:597, com.hyperion.aif.servlet.ODIServlet::doPost:97, javax.servlet.http.HttpServlet::service:727, javax.servlet.http.HttpServlet::service:820,. weblogic.servlet.internal.StubSecurityHelper$ ServletServiceAction::run:227, weblogic.servlet.internal.StubSecurityHelper::invokeServlet:125, weblogic.servlet.internal.ServletStubImpl::execute:301, weblogic.servlet.internal.TailFilter::doFilter:26, weblogic.servlet.internal.FilterChainImpl::doFilter:56, oracle.security.jps.ee.http.JpsAbsFilter$ 1::run:119, oracle.security.jps.util.JpsSubject::doAsPrivileged:324, oracle.security.jps.ee.util.JpsPlatformUtil::runJaasMode:460, oracle.security.jps.ee.http.JpsAbsFilter::runJaasMode:103, oracle.security.jps.ee.http.JpsAbsFilter::doFilter:171, oracle.security.jps.ee.http.JpsFilter::doFilter:71, weblogic.servlet.internal.FilterChainImpl::doFilter:56, oracle.dms.servlet.DMSServletFilter::doFilter:163, weblogic.servlet.internal.FilterChainImpl::doFilter:56,. weblogic.servlet.internal.RequestEventsFilter::doFilter:27, weblogic.servlet.internal.FilterChainImpl::doFilter:56, weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction::wrapRun:3730, weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction::run:3696, weblogic.security.acl.internal.AuthenticatedSubject::doAs:321, weblogic.security.service.SecurityManager::runAs:120, weblogic.servlet.internal.WebAppServletContext::securedExecute:2273, weblogic.servlet.internal.WebAppServletContext::execute:2179, weblogic.servlet.internal.ServletRequestImpl::run:1490, weblogic.work.ExecuteThread::execute:256, weblogic.work.ExecuteThread::run:221

    [Wed Jul 02 19:46:05 IS 2014] Trace of information: com.hyperion.planning.utils.HspOutlineLoad::parseAndLoadInputFile:1912, com.hyperion.planning.utils.HspOutlineLoad::halAdapterInfoAndLoad:304, com.hyperion.planning.utils.HspOutlineLoad::loadAndPrintStatus:4667, com.hyperion.planning.utils.HspOutlineLoad::outlineLoadAsyncImpl:3752, com.hyperion.planning.utils.HspOutlineLoad::outlineLoad:3692, com.hyperion.planning.utils.HspOutlineLoad::outlineLoad:3810, com.hyperion.aif.webservices.HPLService::loadMetadata:500, sun.reflect.NativeMethodAccessorImpl::invoke0:-2, sun.reflect.NativeMethodAccessorImpl::invoke:39, sun.reflect.DelegatingMethodAccessorImpl::invoke:25, java.lang.reflect.Method::invoke:597, com.hyperion.aif.servlet.ODIServlet::doPost:97, javax.servlet.http.HttpServlet::service:727, javax.servlet.http.HttpServlet::service:820,. weblogic.servlet.internal.StubSecurityHelper$ ServletServiceAction::run:227, weblogic.servlet.internal.StubSecurityHelper::invokeServlet:125, weblogic.servlet.internal.ServletStubImpl::execute:301, weblogic.servlet.internal.TailFilter::doFilter:26, weblogic.servlet.internal.FilterChainImpl::doFilter:56, oracle.security.jps.ee.http.JpsAbsFilter$ 1::run:119, oracle.security.jps.util.JpsSubject::doAsPrivileged:324, oracle.security.jps.ee.util.JpsPlatformUtil::runJaasMode:460, oracle.security.jps.ee.http.JpsAbsFilter::runJaasMode:103, oracle.security.jps.ee.http.JpsAbsFilter::doFilter:171, oracle.security.jps.ee.http.JpsFilter::doFilter:71, weblogic.servlet.internal.FilterChainImpl::doFilter:56, oracle.dms.servlet.DMSServletFilter::doFilter:163, weblogic.servlet.internal.FilterChainImpl::doFilter:56,. weblogic.servlet.internal.RequestEventsFilter::doFilter:27, weblogic.servlet.internal.FilterChainImpl::doFilter:56, weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction::wrapRun:3730, weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction::run:3696, weblogic.security.acl.internal.AuthenticatedSubject::doAs:321, weblogic.security.service.SecurityManager::runAs:120, weblogic.servlet.internal.WebAppServletContext::securedExecute:2273, weblogic.servlet.internal.WebAppServletContext::execute:2179, weblogic.servlet.internal.ServletRequestImpl::run:1490, weblogic.work.ExecuteThread::execute:256, weblogic.work.ExecuteThread::run:221

    Planning of vector data store finished loading processes. 707 data records were read, 707 data records have been processed, 674 were accepted for loading (check the actual load with Essbase logs), 33 have been rejected.

    [Wed Jul 02 19:46:05 IS 2014] Planning of vector data store finished loading processes. 707 data records were read, 707 data records have been processed, 674 were accepted for loading (check the actual load with Essbase logs), 33 have been rejected.

    2014-07-02 19:46:05, 556 INFO [AIF]: charge of finished product dimension - reading documents: 707, rejected records: 33 files: 707.

    2014-07-02 19:46:05, 558 INFO [AIF]: metadata HPL charge ended with the status code returned: true

    2014-07-02 19:46:05, 653 [AIF] INFO: end process FDMEE, process ID: 30

    Hi all

    His works now.

    The Oracle guy suggested to change some variables in setCustomParamErpIntegrator.sh and it worked.

    As I got some time, I was trying to find the good exchange and found to LD_LIBRARY_PATH, which must include planning LD_LIBRARY_PATH.

    Francisco Amores

    See you soon,.
    Safiya

Maybe you are looking for