FDM 11.1.2.1 register HFM adapter problem

Hi experts,
i have seen many post about this problem when connecting to HFM using FDM, but never when you register the adapter, that's why i post this.
Our environment is Windows 2008 R2 64 bit with FDM11.1.2.1 32x installed. We have imported the file FM11x-G5-E.xml from FM11X-G5-E_1005.zip that worked fine. when File > register > we picked fdmFM11XG5E.dll from D:\Oracle\Middleware\EPMSystem11R1\products\FinancialDataQuality\SharedComponents\AdapterComponents\fdmFM11xG5E
it returns error 53 - File not found error
Please assist
Thanks
Andrew

Small update, Oracle support suggested Doc 1211618.1, done the steps, still having the problems. waiting for a web session with them.

Similar Messages

  • Register HFM Adapter Error

    have tried to register the target adapter for HFM (FM11X-G5-E) in FDM 11.1.2.1 I get an error message 76 Path not found? I copied the dll file into both the Adapters folder and SharedComponents folders. Does anyone know how to resolve this issue?

    Copy the entire "AdapterComponents" folder that was extracted from the adapter .zip file to the Oracle\Middlware\EPMSystem11R1\Products\FinancialDataQuality\SharedComponents directory
    Login to the application using the workbench client on the FDM application server
    Choose File > register adapter and open the SharedComponents\AdapterComponents\fdmFM11xG5E\fdmFM11xG5E.dll file

  • Using FDM to transfer data from one HFM app to another

    We are facing a project in which we need to load data from one HFM app to another. There're some mapping going so it was advised that FDM be used.
    However, the HFM extract files contain all data on the rows. While for the FDM multiload, the data from different periods need to be layed out on the columns. Also, we have multiple scenarios/years of data to handle. What would be the best approach? Has anyone had similar experience to load data from one HFM app to another using FDM? Thanks!

    It appears that this is some kind of migration project due to the scope of the data contained in the single file? If so whatever you do is like ly to be trow away once the migration of data is completed.
    You have a couple of options:
    1) Get the data extracted from HFM in multiple files instead of one bulk file, broken down by scanario,year & period
    2) Take the single data dump file produced by FDM and manipulate it yourself to get the data in a more usuable format for processing through FDM.
    Option 2 could be achieved via any ETL tool or a custom file parsing script. What may be more attractive to you and allow you to fully leverage your investment in FDM is that you could use the PULL adapter that ships as part of the FDM adapter suite to perform this transformation exercise. The PULL adapter takes a flat file input and allows you to use all the in built functionality of FDM to transform it and output a modified flat file (or series of flat files). You could use it to produce multioload files or a series of files broken down by scenario,year,period.
    Whatever you do I would suggest that break the single data file down into smaller chunks as this will help with the iterative debugging process you will inevitably have to undetake whislt migrating the data to the new application.

  • How to register HFM aplication with Shared services

    Hi,
    Version 11.1.2
    I am new to this version and asking help how to register HFM application with shared services.
    In ver 9.3.1 we register in config utility.
    Regards
    Kumar

    You should start the EPM system configurator, it is the same concept as earlier versions, just the look and feel is slightly different.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • The Messaging Engine failed to register the adapter for "WCF-BasicHttp" for the receive location

    Could anyone please help in resolving the following
    error:
    Server Error in '/BizTalkXXXMyAppWcfService' Application.
    The Messaging Engine failed to register the adapter for "WCF-BasicHttp" for the receive location "/BizTalkXXXMyAppWcfService/XXXMyApp.svc".
    Please verify that the receive location exists.
    It does exist: When I go to All Artifacts >> Receive Locations I can see: WcfService_BizTalkXXXMyAppWcfService/XXXMyApp
    Also it is Enabled, green, up and running.
     …and that the isolated adapter runs under an account that has access to the BizTalk databases. – Checked, the BizTalkUser has all the permissions to access BizTalk databases.
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
    Exception Details: System.Runtime.InteropServices.COMException: The Messaging Engine failed to register the adapter for "WCF-BasicHttp" for the receive location "/BizTalkXXXMyAppWcfService/XXXMyApp.svc". Please verify that the receive
    location exists, and that the isolated adapter runs under an account that has access to the BizTalk databases.
    Source Error:
    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. 
    Stack Trace:
    [COMException (0xc0c01666): The Messaging Engine failed to register the adapter for "WCF-BasicHttp" for the receive location "/BizTalkXXXMyAppWcfService/XXXMyApp.svc". Please verify that the receive location exists, and that the isolated
    adapter runs under an account that has access to the BizTalk databases. ]
       Microsoft.BizTalk.TransportProxy.Interop.IBTTransportProxy.RegisterIsolatedReceiver(String url, IBTTransportConfig callback) +0
       Microsoft.BizTalk.Adapter.Wcf.Runtime.WcfIsolatedReceiver`2.RegisterIsolatedReceiver(Uri uri) +318
    [AdapterException: Failed to register isolated receiver for address "/BizTalkXXXMyAppWcfService/XXXMyApp.svc"; receive location does not exist or is disabled.]
       Microsoft.BizTalk.Adapter.Wcf.Runtime.WcfIsolatedReceiver`2.RegisterIsolatedReceiver(Uri uri) +875
       Microsoft.BizTalk.Adapter.Wcf.Runtime.WebServiceHostFactory`3.CreateServiceHost(String constructorString, Uri[] baseAddresses) +363
       System.ServiceModel.HostingManager.CreateService(String normalizedVirtualPath) +1423
       System.ServiceModel.HostingManager.ActivateService(String normalizedVirtualPath) +50
       System.ServiceModel.HostingManager.EnsureServiceAvailable(String normalizedVirtualPath) +1132
    [ServiceActivationException: The service '/BizTalkXXXMyAppWcfService/XXXMyApp.svc' cannot be activated due to an exception during compilation.  The exception message is: Failed to register isolated receiver for address "/BizTalkXXXMyAppWcfService/XXXMyApp.svc";
    receive location does not exist or is disabled..]
       System.Runtime.AsyncResult.End(IAsyncResult result) +890624
       System.ServiceModel.Activation.HostedHttpRequestAsyncResult.End(IAsyncResult result) +180062
       System.Web.AsyncEventExecutionStep.OnAsyncEventCompletion(IAsyncResult ar) +107

    Hi,
    This seems  to be a permission issue.
    Makesure account used in the application pool is a member of the BizTalk Isolated Host Users group.
    Also its working considering either make the ASPNET user account a member of your BizTalk Isolated Host Users group to make sure it has access to the biztalk databases (or change the asp.net services to run under a different account, which would need
    to be done from the framework's core .config files)
    Regards
    If this answers your question please mark it accordingly. If this post is helpful, please vote as helpful.

  • The Messaging Engine failed to register the adapter for "WCF-BasicHttp"

    Hi,
    I have a strange problem with BizTalk 2013 on Windows 2012.
    It is with exposing an orchestration or schema as a web service, I always get the error "The Messaging Engine failed to register the adapter for 'WCF-BasicHttp' "
    This happens also am sure I did the followings:
    -Enabled the receive location
    -Have separate pool for each web service
    -The pool user is part of the Isolated Group & IIS_Users group
    -The user has access to BizTalk databases
    I tried the procedure on different environment, and it works just fine, what is causing this on this environment really I don't know!!
    Is there something I should do on the IIS?

    I just resolved it, the issue was with the server name exceeding 15 characters; which resulted in mismatch in credentials, since Windows will only take the first 15 characters.
    So, I shortened the server name to 15 characters, and everything now works fine.
    Thanks again,

  • Mini display to hdmi adapter problem

    Hi,
    When I connected my mini display to hdmi adapter to hdmi, and hdmi cable to my ASUS PA238QR monitor, my early 2011 MBP 13" detects the monitor, but the monitor shows "hdmi no signal".
    I tried unplugging everything, including the adapter and hdmi, but to no avail. I tried putting my computer to sleep, and waking it up, still, nothing seemed to be the cause of the problem.
    I read through some old discussion on this issue, and nobody seems to have a solid solution besides purchasing another adapter.
    I tried booting into win7 and still, the monitor shows "hdmi no signal".
    I am 100% sure my monitor and hdmi works becuase when I used other laptops it's fine.
    Thus, I'm suspecting it's the mini display to hdmi adapter's problem.
    Is there a way I can make sure that my macbook pro is outputting the signal?
    Any recommendation or advises are welcomed. Thanks for reading.

    If you've an HDMI port on your television, you could always try that.
    I've used this adapter from Monoprice successfully - not bad for under $7.
    Give your TV a try - if no go, then you'll know that it's an adapter problem.
    Good luck,
    Clinton

  • HT4241 HDMI adapter problem

    i have an HDMI cable connected to my late 2011 macbook pro using a Rocketfish RF-AP305 mini display port adapter i plugged it all in to my 47 inch LG lcd tv but its not working i have searched all over the web but ihavnt found anything that helps so please help me

    If you've an HDMI port on your television, you could always try that.
    I've used this adapter from Monoprice successfully - not bad for under $7.
    Give your TV a try - if no go, then you'll know that it's an adapter problem.
    Good luck,
    Clinton

  • Hdmi adapter problem

    I own Phillips 32pfl9604h TV. Recently I bought HDMI adapter. When I set up the iPad with HDMI to TV , TV is recognizing the iPad but the format is constantly switching between 2 different formats. I tried to connect it to a different model of TV and it does work normally. I've tried to change the format but I can't stop the changing of formats.
    Is there any solutions for this?
    Thank you in advance.
    Jure

    If you've an HDMI port on your television, you could always try that.
    I've used this adapter from Monoprice successfully - not bad for under $7.
    Give your TV a try - if no go, then you'll know that it's an adapter problem.
    Good luck,
    Clinton

  • Hi, I'm having a macbook pro here and it spoiled after a year of using, i though it was the power adapter problem because when i try to charge my mac battery that is depleted it shows a very dim light and my mac won't start up

    Hi, I'm a macbook pro user but recently my macbook just spoiled, i though was my power adapter problem because when i charge my mac battery that is depleted, it shows a very dim light and my mac just won't start up, even i bought a brand new 80 euro power adapter it still give out the same result.

    when I switch it on, the little led  light it up and u can hear the fun running and after 5 to 10 seconds switched off again /  ive got all my recordings in there
    Try Resetting your Mac's PRAM and NVRAM
    If that doesn't help, try Resetting the System Management Controller (SMC)
    in really disappointed with apple,
    Serge... you are aware that you are responsible for backing up your importanta data correct ?

  • Changing HFM adapter after upgrading FDM 11.1.1.3 to 11.1.2.1

    Hi,
    I have upgraded FDM from version 11.1.1.3 to 11.1.2.1. The last step I guess is to re-register the adapters to 11.1.2.1 version - FM11x-G5-E
    Does any know how to achieve that with out re-building the mappings?
    Or any pointers is appreciated!
    Thanks,
    PM

    The adapter is not tied to the mapping table. You just need to import the adapter XML and then register and configure the adapter on each FDM application server in the environment:
    a) Login to the FDM application via the workbench client
    b) Choose File > Import and choose the FM11x-G5-E.XML file and choose "open"
    c) Click "Select All" and click "import" to import the adapter into the application
    d) Copy the "AdapterComponents" folder that was contained in the adapter .zip file to the Oraclle\Middleware\EPMSystem11R1\Products\FinancialDataQuality\SharedComponents directory
    e) Choose File > Register Adapter and choose the AdapterComponents\fdmFm11xG5E\fdmFM11xG5E.dll file and choose "open"
    f) Right-Click on the FM11x-G5-E adapter and choose"configure" and enter the FDM Service account username/password/confirm password/domain and click OK. **NOTE: this is the account that was used for the FDM configs (App Server, Load Balance Server, Task Manager, Web Config)
    g) Choose Tools > Application Settings and change the System Code to the FM11x-G5-E adapter
    You can then syncronzie the settings from the old adapter to the new adapter by right-clicking on the Fm11x-G5-E adapter and choose "Syncronize" and choose the FM11x-G5-C adapter as the source and click OK to copy the settings to the new adapter.
    You may have to update the target periods and categories in the Control Tables on the web.
    That should be everything.

  • Error 53 - File not found when registering HFM adaptor for 11.1.2.1, 64 bit

    We are having trouble registering the HFM adaptor (FM11X-G5-E-1005) in version 11.1.2.1 of FDM which sits on 64 bit windows 2008 R2.
    I have followed the procedure of the KM article KM 1211618.1 which essentially has you deleting the 32 bit COM+ application that 11.1.2.1 improperly installs and registering the 64 bit component. Unfortunately, the 1st part of that process is not working. After going into dcomcnfg and deleting the COM+ app the next 2 steps are:
    1) RegAsm.exe /codebase "<Path to your adapters folder>\FM11x-G5-C\fdmAdapterCOMadmin\fdmAdapterCOMadmin.dll"
    2) RegSvcs.exe "<Path to your adapters folder>\FM11x-G5-C\fdmFM11xG5C\fdmFM11xG5C.dll"
    Step #1 is failing and yields the following error message: RegAsm : error RA0000 : Unable to locate input assembly 'E:\Oracle\Middleware\EP
    MSystem11R1\products\FinancialDataQuality\SharedComponents\AdapterComponents\fdm
    AdapterCOMadmin\fdmAdaptorCOMadmin.dll' or one of its dependencies.
    Any suggestions to assist with this would be appreciated. Thanks!

    Before you do step 1 are you doing:
    cd C:\WINDOWS\Microsoft.NET\Framework64\v2.0.50727
    If you are not in that directory and/or do not call it explicitly you are probably not getting the exact regasm/regsvcs you require.
    I do this quite a bit on Server 2008 R2 and haven't ran into this issue.
    Regards,
    John A. Booth
    http://www.metavero.com

  • How to export data from Elimination Value dimension member by HAL HFM adapter?

    Good day!<BR><BR>Is it possible to export HFM 4.0.5 data with HAL from the <Elimination> Value dimension member?<BR><BR>In 3.* versions it wasn't and there is Known Issue in the "HFM 3.* Adapter Read Me" file: "The Hyperion Financial Management Adapter exports data using the <entity currency> Value dimension member. The documentation erroneously states that there is a port available for the Value dimension"<BR>But there is not such point in the same file for HFM 4.0.5 AND there is Value port in the HFM 4.0.5. Adapter.<BR><BR>Thanks!<BR><BR>Regards,<BR>Georgy<BR>

    In the first approch, try to change the exporting parameter type REF TO DATA.
    Try like:
    CLASS lcl_test DEFINITION.
      PUBLIC SECTION.
        DATA: t_mara TYPE HASHED TABLE OF mara WITH UNIQUE KEY matnr.
        METHODS:
          constructor,
          get
            IMPORTING
              if_matnr TYPE matnr
            EXPORTING
              ea_mara  TYPE REF TO data.
    ENDCLASS.                    "lcl_test DEFINITION
    START-OF-SELECTION.
      DATA: lo_test TYPE REF TO lcl_test,
            lr_data TYPE REF TO data.
      FIELD-SYMBOLS: <fa_mara> TYPE ANY,
                     <f_field> TYPE ANY.
      CREATE OBJECT lo_test.
      lo_test->get(
        EXPORTING
          if_matnr = '000000000077000000'   " << Replace Your Material
        IMPORTING
          ea_mara  = lr_data ).
      ASSIGN lr_data->* TO <fa_mara>.
      ASSIGN COMPONENT 'ERSDA' OF STRUCTURE <fa_mara> TO <f_field>.
      <f_field> = space.
      WRITE: 'Done'.
    CLASS lcl_test IMPLEMENTATION.
      METHOD constructor.
        SELECT * INTO TABLE t_mara
               FROM mara
               UP TO 10 ROWS.
      ENDMETHOD.                    "constructor
      METHOD get.
        FIELD-SYMBOLS: <lfs_mara> LIKE LINE OF me->t_mara.
        READ TABLE me->t_mara ASSIGNING <lfs_mara> WITH KEY matnr = if_matnr.
        GET REFERENCE OF <lfs_mara> INTO ea_mara.
      ENDMETHOD.                    "get
    ENDCLASS.                    "lcl_test IMPLEMENTATION
    Regards,
    Naimesh Patel

  • Urgent: Error in registering HFM with Shared Services while configuration.

    Hi,
    I am installing HFM 11.1.2 on a 64-bit Server 2008 platform with my Foundation Services server is on different
    Machine. I have installed installed HFM client, Web Application and Services on both the server.
    But i have configured "Deploy to Application Server" on Foundation Server to have a single domain.
    All other configurations are done on the HFM Server only.
    But during to Deployment to application server my "Register with shared services" part fails.
    My foundation services are running. Do i require to Configure DCOM on foundation server also.
    Please suggest me some ways to solve this problem.
    Regards,
    Arvind

    Johan,
    you are right, now the user are given with dba priv ,
    now i am getting the below error,
    (Nov 11, 2008, 05:30:03 AM), com.hyperion.cis.config.wizard.RunAllTasksWizardAction, ERROR, Error:
    com.hyperion.cis.config.ProcessingException
    at com.hyperion.ess.EASDBConfigurator.configure(EASDBConfigurator.java:252)
    at com.hyperion.cis.config.wizard.RunAllTasksWizardAction.executeDBConfigTask(RunAllTasksWizardAction.java:282)
    at com.hyperion.cis.config.wizard.RunAllTasksWizardAction.execute(RunAllTasksWizardAction.java:151)
    at com.installshield.wizard.RunnableWizardBeanContext.run(Unknown Source)
    Please let me know your suggestions.
    Thanks,
    bhavani

  • FDM Configuration - no option for 'Register with Shared Services'

    Hi All,
    I'm running the confiiguration for a new install of our Hyperion environment and when I run the configuration on our FDM server, the summary of tasks does not show 'Register with Shared Services'. We have installed this following the exact same steps as we did in a prior test environment and this option shows up fine in there.
    Does anyone know how we can add this item to the configuration?
    Thanks in advance.

    Andy,
    If they were truly identical then the option to register with HSS would be there.
    Something must not be identical in the system.
    Check the installation logs to verify that the Oracle/Hyperion software was installed properly.
    Check with IT to ensure that the servers were built the same.
    Thank you,

Maybe you are looking for

  • How do I set Stateful/Stateless behavior  in 9.0.5

    Good afternoon, In JDeveloper 9.0.3 I could set my root application module definition to stateful or stateless. How do I do that in JDeveloper 9.0.5? Thank you

  • Predefined Rate contract and Billing

    MM Gurus,   Can we create any predefined rate contract. My client have yearly based rate contract with vendor. In this rate contract they have segricated the  amount for  each activity. for example - change of motor -100 rs, change of pump 200. Whene

  • Is it possible to automate the load of setup tables for LIS datasources?

    Hello, For LIS datasources, eg. 04 (shop floor control), once the production confirmation is done, we have to manually run the transaction OLI4BW to load the setup tables before extracting data to BW. Is there a way to automate the load of setup tabl

  • Clean URLs with JSP/Servlet

    Hello. I've found some information on how to setup clean URLs for php, but none for JSP/servlet. Hopefully some one can help. Here's what I mean by 'clean URL': http://mydomain/employee.jsp?employeeID=1232 becomes http://mydomain/employee/1232 And, i

  • Server.xml configuration files

    Hi all, The server.xml configuration files have a common defintion for different servers? or each server has its own definition. Thanks.