FDM Error creating new application - after installation

Hi guys,
Environment is Windows 2008 (64bits). Hyperion 11.1.2. database is Oracle 11g in other server
I have installed the following products on this server as a part of full hyperion installation
Hyperion FDM
Hyperion BPMA
since both use IIS.
and both need oracle client or ODAC
Installed Oracle Client 11g (runtime installation)
BPMA is working fine currently
when i try to create an app on FDM it states that it will need user/password but it's already provided
if i do a tnsping to service is ok
My question is what I'm missing since the client is isntalled and it should work with the ORAOLEDB provider ( I dont know if i have to configurate this provider in another part, or if with service definition is enough
My other question is, since FDM is 32 bits app and BPMA is 64bits, do they would need different oracle clients? if this the case can they coexists, or even the apps
thanks in advance for any clue

Hi, thanks
yes I found the solution on the metalink website
Teh problem was that the oracle client 32 bit was missing and fdm need it. My concern was about that I already had the same client but 64 bits tha was needed for Performance Management Architect on the same server. I installed the client 32 but keeping in mind to do not overwrite or deinstalling the current 64 bit one.
I let both and found the net service configuration directly on 32 path, run the the configurator and created the TNS service
after that both services FDM and PMA are working fine
Thanks for the tip

Similar Messages

  • Error create new Application Set based on ApShell (BPC 5.1)

    On BPC 5.1, I'm trying to create a new Application Set based on Apshell, called "UFG".
    At the step where the OLAP database is created, I receive an error message stating the following.
    Error message:The ApShell Role role referenced by the CubePermission permission does not exist in the UFG database.
    Any help would be greatly appreciated.

    Hi Joost,
    yes it's a fresh 5.1 installation. I'm trying the steps you suggested, however I get the following errors:
    If I try to assign the installation user to the AdminTeam I receive the following error:
    Cast from string "SAP" to type 'integer' not valid.
    If I attempt to assign the installation user directly to the SysAdmin Task Profile and to the AdminMbrAccPrf Member Access Profile, the error message is:
    Error converting data type nvarchar to numeric.

  • Error Creating New Application on Application Express 3.2

    Upgraded from 3.0 to 3.2...had some issues with logging back in but fixed those. Now when trying to create a new application from scratch I am getting the following error: ORA-04023: Object
    APEX_030200.WWV_FLOW_MODEL_API could not be validated or authorized I am on 11g Any assistance or direction would be appreciated. Thanks.
    Edited by: user5147597 on Aug 19, 2009 8:32 PM

    Try connecting as SYS and running
    exec validate_apex
    Scott

  • Creating new databases after latest security patch applied

    10.2.0.4
    If I create a database AFTEr applying the opatch for the October 2009 security patch, do I need to also run:
    @catbundle.sql cpu apply
    Or is it included in the create database? I use the DBCA to create new databases.

    user8574962 wrote:
    This is what Oracle states on metalink doc id: 422303.1
    Once the bundle patch or the Critical Patch Update (CPU) patch is applied on an ORACLE_HOME should you run post-installation scripts for every newly created Oracle database using the same ORACLE_HOME?
    Solution
    This should be documented in the patch's README as the answer will vary with each patch.
    If the patch's README is not documented, then the Post Install tasks should be run.
    And this is what the OCTCPU09 README says:
    3.3.3 Post Installation Instructions for Databases Created or Upgraded after Installation of CPUOct2009 in the Oracle Home
    These instructions are for both non-RAC environments and RAC environments when a database is created or upgraded after the installation of CPUOct2009.
    You must execute the steps in Section 3.3.2.1, "Loading Modified .sql Files into the Database" for any new database only if it was created by any of the following methods:
    Using DBCA (Database Configuration Assistant) to select a sample database (General, Data Warehouse, Transaction Processing)
    Using a script that was created by DBCA that creates a database from a sample database
    Hope that helps.Point taken that it could vary by patchset, but those particular instructions quoted square exactly with what I had said. To quote with emphasis:
    "You must execute the steps . . . for any new database *only if* it was created by any of the following methods . . ."
    And what are those methods? Creating the database from a sample (pre-patch) database. If one uses dbca to create a 'custom' database, the resulting scripts will start from scratch with a CREATE DATABASE command - no pre-patch version sample or seed database involved.
    :-)

  • Shortdump when creating new Application set

    Hi All,
    We have a newly installed BPC system (BPC 7.0, SP 02).
    We are facing issues when creating new Application Set. Although on the .Net server it shows that the creation of appset was successful, in SM37 Copy AppSet job is terminated with Shortdump "Raise_Exception, X_Message". 
    I can see the new appset in RSA1, however not all dimensions and applications are copied from Apshell.
    I've seen SAP Note: 1420399, which says that this type of issue happens when the user does not have sufficient access. But we are facing same issue with admin user who has full access.
    Any pointers in resolving this issue would be highly appreciated.
    Thanks in advance.
    Regards,
    Meera

    Please verify you have followed the following steps from the installation guide.
    These steps are required for proper functioning of the Business Planning and Consolidation software:
    1. Set the /CPMB/ namespace to changeable:
    a) Go to transaction SE06 and choose System Change Option.
    b) Make sure that the BPC Addon is set to Restricted Modifiability.
    c) Set the /CPMB/ namespace to Modifiable.
    2. Set the /B28/ namespace to changeable:
    a) Go to transaction SE06 and choose System Change Option.
    b) Make sure that the BPC Addon is set to Restricted Modifiability.
    c) Set the /B28/ namespace to Modifiable.
    Thanks and best regards,
    [Jeffrey Holdeman|http://wiki.sdn.sap.com/wiki/display/profile/Jeffrey+Holdeman]
    SAP BusinessObjects
    Enterprise Performance Management
    Regional Implementation Group

  • [Application Insights] Fail to create new application using REST API

    Hi,
    I'm trying to create new application in Application Insights using the REST API.
    I followed the instructions on
    this page, but keep getting '404 Not Found', with the following error stream:
    "{"error":{"code":"InvalidResourceType","message":"The resource type could not be found in the namespace 'microsoft.insights' for api version '2014-04-01'."}}"
    The http method I'm using is: PUT
    The request URI is:
    "https://management.azure.com/subscriptions/some_real_subscription_id/resourceGroups/yonisha-new-rg/providers/microsoft.insights/component/yonisha-new-app?api-version=2014-04-01".
    Can you please advice what am I doing wrong?
    Few things:
    I tried both with existing/non-existing resource group.
    I set the Content-Length header to '0' (otherwise the server returns an error the the length is required).

    Try the API Version "2014-08-01" and also make sure you are sending a location of "Central US" (its the only location available right now).  An example of a PowerShell call that works is below.  I would also suggest checking
    out the new https://resources.azure.com/ which can help you construct the REST call.
    New-AzureResource -Name TestAppInsights -ResourceGroupName TestRG -ResourceType "Microsoft.Insights/Components" -Location "Central US" -ApiVersion "2014-08-01"

  • How to Create New Application for iPhone

    Hi,
    Can anyone guide me how to create New Applications for the iPhone.
    Regards,
    Mustafa Ali Qizilbash

    If you think Apple's is making a profit off the $99 it collects for the iPhone Developer Program membership, you're badly underestimating how much it costs to run the program.

  • AR: Error Creating new Customer

    Hello,
    I am having error the following error creating new customer in AR 12.1.1 "Invalid value for currency_code. Please enter currency_code value from fnd_currencies". The currencies are all enabled.
    Thanks,

    Please see these docs.
    Cannot Add Customers. Error: Invalid Value For Currency_code. [ID 554555.1]
    CUSTOMER INTERFACE STATUS ERROR CODES [ID 1073634.6]
    Resource Addresses and Subinventory Assignment Fails with APP-295320: Provide a positive integer [ID 986655.1]
    Thanks,
    Hussein

  • Create new application

    Hi Iam new to workshop. I downloaded 10.3 from
    http://www.oracle.com/technology/software/products/ias/bea_main.html
    I would like to create new application.
    I dont see Application option.
    in File->new.
    I see Project and etc. But not Application.
    Did I miss any thing . Pls advice.
    Ravi UK

    Hi Ravi,
    From 9.x weblogic start using workshop in form of Eclipse plugin so when we use Eclipse then application is treated as Enterprise project so we need to create Enterprise project and then open any other specific project like Dynamic webproject or EJB project simple java project etc.
    Or we can also able to create direct web dynamic project or direct simple java project.
    For more details please go to Help >> Help contents in your workshop.
    you will find document which gives more details about the creation project and different types of project.
    Please follow the first Basic tutorial you will understand about the workshop completely.
    Regards,
    Kalyan Pasupuleti.

  • Error while creating new application in windows client

    Hai Experts,
    I am experiencing an error while creating a new application in HFM
    Error Reference number: {F6BA937D-6CBC-486C-800C-57DAB415C5EE}
    NUM:0X80040225;TYPE:1;DTIME:6/12/2012 10:52:48 AB;SVR; STATION31; FILE: CHSXSERVERIMP1: CPP; LINE:3537;VER:11.1.1.3.0.2413;
    Please reply me it's urgent.

    Hai,
    After doing snapshot my application was created and even in fdm also i found error while creating application(hint:cache not found) but now everything is fine don't know what exactly the error may be but now i am facing 404 error while doing Assign Access control in shared services console what may be the reason did anyone experienced this error if so please provide me the solution.
    Edited by: 940022 on Jun 15, 2012 3:50 AM
    Edited by: 940022 on Jun 15, 2012 3:51 AM

  • Error Creating new FDM app

    Please excuse if this is a simple question - hopefully it warrants a simple solution
    I am trying to create a new FDM application following the steps below:
    1. from workbench client application drop-down, selecting "new application"
    2. entering the user name and password of an admin user with rights to create a new application
    3. In the new application dialogue box ("general" tab):
    a. enter a name for the new application
    b. select a file path for application files
    c. select "FDM application group" as the app group
    4. In the new application dialogue box ("database" tab):
    a. select "SQLOLEDB" as the OLE DB provider
    b. enter the server name
    c. enter the database name
    d. enter the db username and password
    5. Click "ok"
    - at this point, I receive the message "can't authenticate user"
    To trouble shoot:
    a) I connect to the same database as entered above using SQL plus (using the same credentials) and verify that the user entered can connect
    result: this works
    b) I verify that I can create and drop tables in that schema
    result: this works
    I am at a loss as to why I continue to receive the message "can't authenticate user"
    - any ideas as to what I might be missing here ?
    Thanks in advance for your help!
    Edited by: TheRealOCassim on Dec 21, 2010 8:53 AM

    Hello,
    The tablespaces would not have anything to do with this. The issue is when trying to authenticate into SharedServices. I would make sure that you are using the 'admin' account (to rule out security issues) and then check the SharedServices and Common Security logs for related information.
    Thank you,

  • Error creating new domain (probably because of incomplete install)

    Hi!
    I've installed BPEL PM without problems on a server where AS already runs. I only had some problems with Step 2: Run the Integration Repository Creation Assistant on the Database. Since I couldn't run the bat files, I manually created shchema and a orabpel user.
    Postinstallation Verification Tasks for Oracle BPEL Process Manager in BPEL Process Manager Installation Guide went through OK, so I thought everything is OK.
    Then I tried creating new BPEL domain (trying to follow GoogleFlow tutorial but can't deploy because I don't have any domains) and got this error:
    Exception
    Operation failed because:
    Error updating domain index.
    An exception occurred while writing the domain index (id"GoogleDomain", ref "1") to the datastore; the exception reported is: ORA-00942: table or view does not exist.
    Please check that:
    + the machine hosting the datasource is physically connected to the network.
    + the connection pool properties as defined in the application server startup properties are valid.
    + the database schema for the OraBPEL server has been installed in the datasource.
    So I found a similar thread (Strange message when logged in to bpel console where one user had similar problems and solved them by manually running the domain_oracle.ddl script. I did the same, but still can't create a new domain.
    One more thing bothers me: if I try to create new domain with the same name I get:
    Exception
    Operation failed because:
    Domain already exists.
    A domain with identifier "GoogleFlowDomain" already exists at "C:\OracleAS\10.1.3.1\OracleAS_1\bpel\domains\GoogleFlowDomain". Please specify another domain identifier.
    But deployed domains list is empty.
    I'd really like to solve this. Maybe a new BPEL PM install would help but I can't execute step 2 of preinstallation tasks. If I execute the line from irca file
    java -classpath %CLASSPATH% -DORACLE_HOME=%ORACLE_HOME% oracle.tip.install.tasks.IRCA %*
    I get
    Exception in thread "main" java.lang.NoClassDefFoundError: Files\Java\jre1/5/0_06\lib\ext\QTJava/zip
    Any kind of further instructions would be much appreciated.
    Regards!
    BB

    Hi!
    It was the Step 2 (preinstallation steps): Run the Integration Repository Creation Assistant on the Database step that was causing all of my problems. I figured out why I couldn't run irca.bat file.
    The problem was in java home that was in C:/Program Files/Java... Looks like java or oracle (I don't know which) still have problems with spaces in directories names. When I installed Java to C:/Java/..., I could run IRCA and after reinstallation of BPEL PM everything is working as it should.
    Maybe this will help someone else.
    Bye

  • [syntax_error] in Creating New User - After applying SP ABAP & Basis lv 8

    Hi Gurus.
    actually I already created message to SAP regarding this. but i havent receieve any respond. I post here just in case maybe I can have immediate solution from you guys..
    I have 2 system HLC and MFG
    which is using same OS and DB
    DB Information
    DB client lib.     SQL_Server_8.00
    DB releases        MSSQL 7.00.699 or higher, MSSQL 8.00.194
    DBSL version       700.08
    DBSL Patch Level   144
    System Information
    SAP versions       700
    Operating System   Windows NT 5.0, Windows NT 5.1, Windows NT 5.2, Wi
    OP release         5.2
    which have same Kernel and SP patches
    Kernel release    700
    Sup.Pkg lvl.      146
    SAP_ABA     700     0008     SAPKA70008
    SAP_BASIS     700     0008     SAPKB70008
    ST-PI 2005_1_700     0006     SAPKITLQI6
    PI_BASIS     2005_1_700     0005     SAPKIPYJ75
    Problem
    previously both of the system HLC and MFG is in level 6 SP ABAP and BASIS
    when i try to create EWA report for both of them, i have missing module in the report
    and i read a note that i need to upgrade to level 8.
    when i upgrade both of them to level 7, then i run sgen and there are no problem on both system
    but when i upgrade both of them to level 8
    in my MFG system, i can run sgen with no problem.
    in my HLC system, i run sgen and it take a long time to validate the programs which are need to be recompiled. so i never run sgen to recompile on HLC system after i update the SP to level 8. but i believe this shouldnt be an issue.
    the day after i update the SP, one of my user raise an issue.
    (same issue is not happened in MFG system only in HLC system)
    when we try to create new user..
    SU01 -> create new user -> fill all the details -> save -> abap dumps
      Error in the ABAP Application Program
      The current ABAP program "/SAPSLL/CL_IM_BP_ADDRESS======CP" had to be
       terminated because it has
      come across a statement that unfortunately cannot be executed.
      The following syntax error occurred in program "/SAPSLL/SAPLBP_ADDRESS " in
       include "/SAPSLL/LBP_ADDRESSTOP " in
      line 22:
      "Statement "/SAPSLL/DEBUG_DATA" is not defined. Check your spelling . ."
      The include has been created and last changed by:
      Created by: "SAP "
      Last changed by: "SAP "

    Hi all
    problem is solved..
    after doing some debugging, we found out
    there are some missing entries in table TRMAC
    so i just copy the missing entries from my MFG server to HLC server since they are both in same condition.
    now i am wondering why do the support package miss to enter the rows in TRMAC table >.<
    SAPache man..

  • VS2010 Error creating an application with Crystal Reports

    Hi
    I've loaded the RTM version for Crystal reports, but when I try to add a crystal reports  application as a new project I get an exception error as below.
    Error     1     Custom tool error: "Code generator 'ReportCodeGenerator' failed.  Exception stack = System.TypeInitializationException: The type initializer for 'CrystalDecisions.CrystalReports.Engine.ReportDocument' threw an exception. ---> System.Runtime.InteropServices.COMException: Retrieving the COM class factory for component with CLSID {C0D87D96-8D57-4274-AA18-D465E31F901E} failed due to the following error: 80040154 Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)).
       at CrystalDecisions.CrystalReports.Engine.ReportDocument..cctor()
       --- End of inner exception stack trace ---
       at CrystalDecisions.CrystalReports.Engine.ReportDocument..ctor()
       at CrystalDecisions.VSDesigner.CodeGen.ReportClassWriter..ctor(String filePath)
       at CrystalDecisions.VSDesigner.CodeGen.ReportClassWriter..ctor(String filePath, String resourceNamespace)
       at CrystalDecisions.VSDesigner.CodeGen.ReportCodeGenerator.GenerateCode(String inputFileName, String inputFileContent)"     C:\Users\Neil\AppData\Local\Temporary Projects\CrystalReportWpfApplication1\CrystalReport1.rpt     1     1     CrystalReportWpfApplication1
    I've tried uninstalling and reinstalling but without any joy. I still get the same error.
    I'm running an Acer 5332 laptop (64bit), with Windows 7 home premium and 4GB of ram.
    I'd appreciate any help you give me as I'm on a tight deadline for a project.
    Rgds

    Hi'
    I tried using Process Monitor, but it hung up the PC, whilst trying to run the install. After about an hour I had to restart the PC by removing the power supply and battery. So no further forward.
    I did notice that there was check box which stated 'create log file'. Would this file give me a clue if I could look at it. Is fo what is it and where would it be created?
    Don, I create the application by going into vs2010 and taking the option to create a Crystal reports application. It is at this point that I get a warning 'The deigner cannot process the code at line 20 Me.CrystalReport1 = NewCrystalReport1, and then follows the  exception error. How do I know which NET 4.0 framework it is using?
    Thanks both for your suggestions, it is appreciated.

  • Can't create new application

    Hi guys.
    We're having a problem with an application set this morning.
    A new application set was created last night and so far, 2 new applications have been added to it.
    This morning though, when we try to create another application (of ANY type), we get the following error:
    #2.0 #2011 11 01 08:12:04:152#+0:00#ERROR#AppSetClient##EPM-BPC-MS##278f95d9-89e9-4d5c-8064-3661e33c46e7###AdminApplicationMgr::SetSourceApplicationinformation#domainname
    user01########Plain##[LOG ID:598]System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
    Parameter name: index
       at System.Collections.ArrayList.get_Item(Int32 index)
       at OSoft.Consumers.Admin.AppSetClient50.AdminApplicationMgr.SetSourceApplicationinformation(ArrayList arrActionPane, Int32 nArrayListIndex, Int32 nArrIndex)#
    I have already checked that neither of the existing applications in the AppSet have the journal set to "1".
    We can successfully process the applications (with reassign SQL Index)
    I processed all dimensions, and the only errors related to the YEAR entity not existing, but this is not used in this AppSet so far.
    There are only 2 applications in this set and no data in either of them.
    This does NOT happen on any other application set on the server.
    The only thing that I can think of is that both of the original applications were deleted tis morning (RATE and PLANNING), which left no reporting type applications in there, since when, this error has arisen.
    Is it possible that in removing the last of the reporting type applications, we could have caused an issue with the indexing?
    Anyway, has anyone any ideas on how to resolve this, as it has put a stop to any development work until it is resolved.
    Thanks

    Never mind.
    Turns out that you cannot delete the pre-built applications in ApShell without either copying them or creating an alternate in their place first.
    We copied the ApShell AppSet again and it worked fine until we tested deleting the Reporting type application, after which we hit the same problem.

Maybe you are looking for

  • When I plug my ipod touch into the computer it just charges and won't appear on itunes!

    when I plug my ipod touch into the computer it just charges and won't appear on itunes!

  • How does one get any basic options in Dreamweaver?

    I am trying out Dreamweaver due to that my school is offering it.  I don't know crap of html. But I have to make an attempt at making an internal school website. Okay so... it says it's DW CS4, I don't know what CS4 means.  How do I get the options t

  • Mail to suggestions are wrong

    Hi, I switched providers then in my address book changed mine and my wife's to match the new providers address. I erased everything related to the old provider even in preferences. However when I go to send my wife an email, her present provider pops

  • How can i understand my i4 locked or not?

    I bought an iphone from someone who told me that bought it directly an apple shop in the UK. I just really wondered that how can i understand its locked to any network or not? Is there anyone help me? Thanks.....

  • SOLAR01 data extraction into BI

    Hi, This question was asked a couple of months ago but does not seem to have been asnwered. Is there a was to extract data from the SOLAR01 transaction into BI? There is reporting in SolMan but it would be nicer to use BI functionality. If not an act