VC 7 application creation

Hi Expert,
     I am new to VC model development.I have a senario wherein i need to use the RFC to get and update data in the BI system.I am having the RFC name and all.
I am having a document for application creation in  VC7.1,where they have mentioned to use search option.
But my VC server version : 70 1.6.01.I don have search option in the VC.how to search the RFC?Is there any documents for the application creation using VC 7?
Regards,
Naga

Hi Naga,
you need to use the find data service. Maybe you should work through the example given in help.sap.com:
http://help.sap.com/saphelp_nw70ehp1/helpdata/en/49/0748194e0a40abe10000000a421937/frameset.htm
Regards
Anja

Similar Messages

  • Schema already exit eroor during FDM application creation

    Hi,
    I have done the installation and configurqation of FDM, when i am trying to create new application it is throwing an error SCEMA ALREADY EXIT.
    Can some one clarify me, when every we go for new application it should have new scema?, because i used this scema to create new application, it went wrong due to invalid path, but it created some objects in the scema.
    thanks,
    msr

    As SH said, you do need a separate schema (Oracle) or database (SQL server) for each application.
    Usually when application creation fails the main thing that happens is FDM creates the application folder structure which you specified the location for in the first tab -- that named application structure e.g. MYFDMAPP must be removed from that file share before you can re-create the application if your DB credentials were incorrect.
    Regards,
    John A. Booth
    http://www.metavero.com

  • FDM application creation  Issue

    1.we are using ERP Integrator for data EBS to Planning ,in selected metadata is classic and data also classic.
    my question is,In this scenario also need FDM application creation(workbench client or web)?
    2.we are using application server for only EPM(Hyperion),and dataserver for only DB(oracle).
    is it possible to use FDM application creation(workbench client or web) in my application server env.,?(as per fdm_config doc. Note:Highly recommended on dataserver)
    please any solution..

    While configuring HFM adapter, I am getting error as " ONe of the specified objects can not be found"
    Edited by: user8904966 on Jan 19, 2012 2:56 AM

  • Web Application Creation Speed Slowing

    Hi all, thanks for any help with this. We found an issue with our SharePoint 2013 farm and I'm hoping someone can tell me if this is expected behavior or not.
    First some background, our company sells several products and marketing wants different sites for each product ie. www.companyname.com, www.thingy1.com, www.thingy2.com, etc. In SharePoint we have been creating a separate web application for each domain.
    We found that both bringing up the new web application dialog box and the overall creation time got slower and slower as we added more web applications. Here are some tests we did on a fresh system.
    Test3   2 minutes: 40 seconds to create web application
    Test4  
    2:58
    Test5  
    3:20
    Test6  
    3:40
    Test7  
    3:58
    Test8  
    4:25
    Test9  
    4:56
    Test10  
    5:38
    Test11  
    6:15
    Test12 lost track of time :)
    At this point I increased memory from 12 to 20 GB
    Test13  
    7:40
    The reason I started testing this is that we have lab farm with 18 web applications and it takes about 35 minutes to create a new web application. So, is this expected in a system? If so, is there
    a best practice to architect web applications other than this basic we we have been doing it?
    Thanks for any help on this issue
    Mike

    hi
    max application pool limit is 10
    max web application limit is 20
    Software boundaries and limits for SharePoint 2013
    We recommended limiting the number of web applications as much as possible. Create additional host named site collections where possible
    instead of adding web applications.
    Host-named site collection architecture and deployment (SharePoint 2013)
    yaşamak bir eylemdir

  • Application creation error

    Hi,
    I'm receiving the following error in SharedServices_Security_Client.log file while creating a new planning application using Create Application Wizard. The process ends up without creating the application. I have tried to deregister/register with shared services but I keep getting the error.
    2008-06-05 11:07:22,015 [http-8300-Processor1] WARN com.hyperion.css.CSSAPIImpl.initialize(Unknown Source) - The system has already been configured; skipping attempt to configure the system again with the new config file /interop/framework/getCSSConfigFile.
    Thanks,

    hi,
    The Oracle docs note the following on PLS-00302:
    PLS-00302: component "string" must be declared
    Cause: In a reference to a component (for example, in the name "A.B", "B" is a component of "A"), the component has not been declared. The component might be misspelled, its declaration might be faulty, or the declaration might be placed incorrectly in the block structure.
    Action: Check the spelling and declaration of the component. Also confirm that the declaration is placed correctly in the block structure.
    select status from dba_objects where object_name = 'IS_VALID_APPLICATION_NAME' ;
    If it is INVALID do the following:
    As apps,
    alter package IS_VALID_APPLICATION_NAME compile;
    If this comes back with a warning or is still invalid:
    select * from dba_errors where object_name = 'IS_VALID_APPLICATION_NAME' ;
    you can trace this session
    alter session set sql_trace=true;
    run the declare
    alter session set sql_trace=false;
    maybe while you deinstall old application, you may delete needed component
    try statements above
    regards,

  • Error while application creation

    <p> </p><p>I had to reinstall the license key in the new setup(Essbaseinstalled in AIX).I brought the Essbase server down.Executed./REGISTER from bin folder.I entered the new serial number. Nowwhen I restarted the server.</p><p> </p><p>It gives the following ERROR messages.</p><p> </p><p>Cannot load application $DM_APP$ with error number [1052003] -see server log file<br><br><br>/essbase/hyperion/bin>Please type the system password:********<br>exec(): 0509-036 Cannot load program /essbase/hyperion/bin/ESSSVRbecause of the<br>following errors:<br>0509-022 Cannot load module libessrpmS.a.<br>0509-150 Dependent module libodbc.a(odbc.so) could not beloaded.<br>0509-022 Cannot load module libodbc.a(odbc.so).<br>0509-026 System error: A file or directory in the path name doesnot exi<br>st.<br>0509-022 Cannot load module ESSSVR.<br>0509-150 Dependent module libessrpmS.a could not be loaded.<br>0509-022 Cannot load module .<br><br>[Mon Aug 28 21:30:27 2006]Local/ESSBASE0///Error(1052003)<br>Timed out reading from server<br><br>[Mon Aug 28 21:30:27 2006]Local/ESSBASE0///Error(1054001)<br>Cannot load application $DM_APP$ with error number [1052003] - seeserver log file</p><p> </p><p>Please help me how to resolve this issue.</p><p> </p><p>THanks</p><p>Rajesh.</p>

    I'm not familiar with running essbase on AIX. But, my first question would be what is your HYPERION_HOME environment variable set to? <BR><BR>J

  • 11.1.2.1 Planning application creation problem

    Hi,
    I have a problem creating a planning application. I've tried both the AppWizard and from Workspace. I am able to create a datasource that succesfully validates and when I apply the settings for the Planning application and press Execute it just hangs.
    I checked the DB and in Essbase, it does not create any tables in the DB and no application in Essbase :-(
    What am I missing??
    My system:
    Win 2K8 x64 fully updated, EPM version 11.1.2.1 x64 (Foundation (Minus EPMA (obviously!) and Calc Manager), Essbase, Planning), 12 GB RAM, SQL 2K5 SP3 x64, Office 2K10. all in one box.
    I managed to replicate the error using a 32Bit OS an RDBMS.
    I also checked the logs and the only log that makes any sense to me is: ESSBASE_ODL.LOG
    It seems that theres a problem with getting application info from Essbase, but that is strange seem since the datasource was validated and the Essbase is up and running.
    [2011-07-07T21:28:09.149-19:28] [ESSBASE0] [AGENT-1164] [NOTIFICATION] [16][] [ecid:1310062676662,0] [tid:5192] Received login request from [fe80::a190:d3cf:ae3c:4748]
    [2011-07-07T21:28:09.156-19:28] [ESSBASE0] [AGENT-1187] [NOTIFICATION] [16][] [ecid:1310062676662,0] [tid:5192] Logging in user [Hypadmin@Native Directory] from [fe80::a190:d3cf:ae3c:4748]
    [2011-07-07T21:28:31.429-19:28] [ESSBASE0] [AGENT-1164] [NOTIFICATION] [16][] [ecid:1310062676662,0] [tid:5196] Received login request from [fe80::a190:d3cf:ae3c:4748]
    [2011-07-07T21:28:31.434-19:28] [ESSBASE0] [AGENT-1187] [NOTIFICATION] [16][] [ecid:1310062676662,0] [tid:5196] Logging in user [Hypadmin@Native Directory] from [fe80::a190:d3cf:ae3c:4748]
    [2011-07-07T21:28:31.436-19:28] [ESSBASE0] [AGENT-1001] [NOTIFICATION] [16][] [ecid:1310062676662,0] [tid:5200] Received client request: List Applications (from user [Hypadmin@Native Directory])
    [2011-07-07T21:28:31.437-19:28] [ESSBASE0] [AGENT-1001] [NOTIFICATION] [16][] [ecid:1310062676662,0] [tid:5204] Received client request: Get Application Info (from user [Hypadmin@Native Directory])
    [2011-07-07T21:28:31.437-19:28] [ESSBASE0] [NET-16] [ERROR] [16][] [ecid:1310062676662,0] [tid:5204] RegEnumValue() Failed
    [2011-07-07T21:28:31.438-19:28] [ESSBASE0] [AGENT-1001] [NOTIFICATION] [16][] [ecid:1310062676662,0] [tid:5184] Received client request: Get Application Info (from user [Hypadmin@Native Directory])
    [2011-07-07T21:28:31.438-19:28] [ESSBASE0] [NET-16] [ERROR] [16][] [ecid:1310062676662,0] [tid:5184] RegEnumValue() Failed
    [2011-07-07T21:28:31.439-19:28] [ESSBASE0] [AGENT-1001] [NOTIFICATION] [16][] [ecid:1310062676662,0] [tid:5192] Received client request: Get Application Info (from user [Hypadmin@Native Directory])
    [2011-07-07T21:28:31.439-19:28] [ESSBASE0] [NET-16] [ERROR] [16][] [ecid:1310062676662,0] [tid:5192] RegEnumValue() Failed
    [2011-07-07T21:28:31.440-19:28] [ESSBASE0] [AGENT-1001] [NOTIFICATION] [16][] [ecid:1310062676662,0] [tid:5196] Received client request: Get Application Info (from user [Hypadmin@Native Directory])
    [2011-07-07T21:28:31.440-19:28] [ESSBASE0] [NET-16] [ERROR] [16][] [ecid:1310062676662,0] [tid:5196] RegEnumValue() Failed
    [2011-07-07T21:28:31.441-19:28] [ESSBASE0] [AGENT-1001] [NOTIFICATION] [16][] [ecid:1310062676662,0] [tid:5200] Received client request: Get Application Info (from user [Hypadmin@Native Directory])
    [2011-07-07T21:28:31.442-19:28] [ESSBASE0] [NET-16] [ERROR] [16][] [ecid:1310062676662,0] [tid:5200] RegEnumValue() Failed
    [2011-07-07T21:28:31.443-19:28] [ESSBASE0] [AGENT-1001] [NOTIFICATION] [16][] [ecid:1310062676662,0] [tid:5204] Received client request: Get Application Info (from user [Hypadmin@Native Directory])
    [2011-07-07T21:28:31.443-19:28] [ESSBASE0] [NET-16] [ERROR] [16][] [ecid:1310062676662,0] [tid:5204] RegEnumValue() Failed
    [2011-07-07T21:28:31.444-19:28] [ESSBASE0] [AGENT-1001] [NOTIFICATION] [16][] [ecid:1310062676662,0] [tid:5184] Received client request: Get Application Info (from user [Hypadmin@Native Directory])
    [2011-07-07T21:28:31.444-19:28] [ESSBASE0] [NET-16] [ERROR] [16][] [ecid:1310062676662,0] [tid:5184] RegEnumValue() Failed
    I tried to reconfigure both Planning and APS and tried to redeploy the Workspace webserver.
    All with no luck.
    Any suggestions?? Thanks in advance.
    Sib
    Edited by: SibA on 2011-07-07 12:47

    Hi again
    I just restarted the service (again) and looking in the log shows two things:
    1) That there is a warning/Error with the JMX Connectivity
    From the log:
    <08-07-2011 11:13:28 CEST> <Warning> <JMX> <BEA-149510> <Unable to establish JMX Connectivity with the Adminstration Server AdminServer at <JMXServiceURL:null>.>
    BEA-149510: Warning: Unable to establish JMX Connectivity with the Adminstration Server adminServer at adminURL.
    Description: This managed server was unable to establish a JMX Connection with the administration server adminServer at the JMX Service URL adminURL.
    Cause: This may because the adminstration server is not currently available or may indicate a misconfiguration of the configuration of the adminstrative channels.
    Action: If the adminstration sever is currently running the adminstrator should consult the documentation on the configuration of the Administration channel.
    2) An error with the locale settings:
    Creating rebind thread to RMI
    java.util.MissingResourceException: Can't find bundle for base name HspCustomMsgs, locale da_DK
    java.util.MissingResourceException: Can't find bundle for base name HspImgs, locale da_DK
    java.util.MissingResourceException: Can't find bundle for base name HspCustomImgs, locale da_DK

  • ADF Desktop Application Creation Error in JDeveloper 11.1.2.0.0

    Hi,
    While creating an ADF Desktop Application using JDeveloper 11.1.2.0.0 I am getting an error and hence not able to create the application.
    The below are the steps I am performing.
    1 : New Application
    2 : Select "Java Desktop Application (ADF)
    3 : Providing the Model & View details and package names
    4 : Click Finish button.
    My laptop has a standard configuration
    OS : Windows 7
    IDE : JDeveloper 11.1.2.0.0
    RAM : 4GB
    The below is the error stack :
    ====================
    Performing action (270) New Application... [ from ApplicationNavigatorWindow ]
    Invoking command: [ from ApplicationNavigatorWindow ]
    oracle.jps.config:Jul 18, 2011 10:37:01 AM oracle.security.jps.util.JpsUtil disableAudit
    INFO: JpsUtil: isAuditDisabled set to true
    java.lang.NoSuchMethodError: oracle.javatools.data.HashStructure$BaseChain.access$700(Loracle/javatools/data/HashStructure$BaseChain;ILjava/lang/Runnable;)V
    o.javatools.data.HashStructure$BaseChain$1.run(HashStructure.java:2136)
    o.javatools.data.Structure.applyBatchChanges(Structure.java:231)
    o.javatools.data.HashStructure$BaseChain.applyBatchChangesImpl(HashStructure.java:2177)
    o.javatools.data.HashStructure$BaseChain.applyBatchChanges(HashStructure.java:2165)
    o.i.model.WorkingSet.getInstance(WorkingSet.java:40)
    o.i.model.WorkingSets.getWorkingSet(WorkingSets.java:179)
    o.i.model.WorkingSets$1.run(WorkingSets.java:93)
    o.javatools.data.Structure.applyBatchChanges(Structure.java:231)
    o.i.model.HashStructureNode$1.run(HashStructureNode.java:327)
    o.javatools.data.Structure.applyBatchChanges(Structure.java:231)
    o.i.model.HashStructureNode.applyBatchChanges(HashStructureNode.java:323)
    o.i.model.WorkingSets.<init>(WorkingSets.java:88)
    o.i.model.WorkingSets.getInstance(WorkingSets.java:163)
    o.i.model.WorkingSets.getInstance(WorkingSets.java:137)
    o.ji.navigator.ApplicationFilter.initChildren(ApplicationFilter.java:39)
    o.i.model.ContentFilter.getChildren(ContentFilter.java:81)
    o.ii.explorer.BaseTreeExplorer.addChildren(BaseTreeExplorer.java:394)
    o.ii.explorer.BaseTreeExplorer.setRoot(BaseTreeExplorer.java:1587)
    o.ii.explorer.BaseTreeExplorer.getTree(BaseTreeExplorer.java:1556)
    o.ii.explorer.BaseTreeExplorer.setContext(BaseTreeExplorer.java:655)
    o.i.navigator.ProjectNavigatorWindow.applicationChanged(ProjectNavigatorWindow.java:219)
    o.i.navigator.ApplicationNavigatorWindow.fireApplicationChangeEventImpl(ApplicationNavigatorWindow.java:1125)
    o.i.navigator.ApplicationNavigatorWindow.fireApplicationChangeEvent(ApplicationNavigatorWindow.java:1109)
    o.i.navigator.ApplicationNavigatorWindow.access$200(ApplicationNavigatorWindow.java:104)
    o.i.navigator.ApplicationNavigatorWindow$1L.itemStateChanged(ApplicationNavigatorWindow.java:269)
    jx.s.JComboBox.fireItemStateChanged(JComboBox.java:1205)
    jx.s.JComboBox.selectedItemChanged(JComboBox.java:1262)
    jx.s.JComboBox.contentsChanged(JComboBox.java:1309)
    jx.s.AbstractListModel.fireContentsChanged(AbstractListModel.java:100)
    jx.s.DefaultComboBoxModel.setSelectedItem(DefaultComboBoxModel.java:88)
    jx.s.JComboBox.setSelectedItem(JComboBox.java:557)
    o.i.navigator.ApplicationNavigatorWindow$8.update(ApplicationNavigatorWindow.java:749)
    o.i.model.IdeSubject.notifyObservers(IdeSubject.java:98)
    o.i.model.ObservableFolder.notifyObservers(ObservableFolder.java:86)
    o.i.model.UpdateMessage.fireChildAdded(UpdateMessage.java:460)
    o.i.cmd.NewWorkspaceCommand.createEmptyWorkspace(NewWorkspaceCommand.java:191)
    o.i.cmd.NewWorkspaceCommand.createEmptyWorkspace(NewWorkspaceCommand.java:138)
    o.j.template.wizard.NewApplicationFromTemplateWizard.getOrCreateWorkspace(NewApplicationFromTemplateWizard.java:160)
    o.j.template.wizard.NewObjectFromTemplateWizard$CreateObjectFromTemplateWorker.doInBackground(NewObjectFromTemplateWizard.java:683)
    o.j.template.wizard.NewObjectFromTemplateWizard$CreateObjectFromTemplateWorker.doInBackground(NewObjectFromTemplateWizard.java:665)
    jx.s.SwingWorker$1.call(SwingWorker.java:277)
    j.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
    j.util.concurrent.FutureTask.run(FutureTask.java:138)
    jx.s.SwingWorker.run(SwingWorker.java:316)
    j.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
    j.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
    j.lang.Thread.run(Thread.java:662)
    Can somebody help?
    Regards,
    Kalpesh

    Hi Kalpesh,
    I just tried, and didn't get that error - there must be something specific to your scenario. Have you tried the obvious solutions (reinstall)
    John

  • Steps for ABAP WebDynPro Application Creation in SE80

    Hello
    i can create ABAP WebDynPro iViews
    but i dont know how to create ABAP WebDynPro Applications in R3
    can someone help me out how to create simple ABAP WebDynPro Application in R3 from where i can create ABAP WebDynPro iViews
    useful points will be rewarded
    Regards
    JM

    Hi John,
    You can create a ABAP webdynpro application in the transaction SE80.
    Only precondition is u have authorization to develop Webdynpro Programming
    in SE80.
    Go to SE 80 --> Select webdynpro ABAP --? Create Project --> enter the name
    and text-->save it --> right click ur Project Node --> create --> View.
    Note: In Webdynpro Programmin if u want to create view or window or any new object u have to use rightclick on the project root node or corresponding node.
    Regards,
    Ramganesan K.

  • Not Gettng Web dynpro abap application creation menu in SE80

    Hi all,
    I m new in WDA.I wanted to create one web dynpro application in abap with se80. however, in se80 i m not getting any option to create the application .
    IF i go to other objects in the main menu ie. (prgrams-->other objects) from se80 , i get the option for web dynpro application.
    If someone knows please tell me How to add this utility in list box in the repository browser?
    Regards,
    Jigs

    >Please can you tell me what are the h/w requirements to use web dynpro with ABAP
    What exactly are you looking for?
    You can check the Platform Availability Matrix (PAM) on the Service Marketplace (http://service.sap.com/pam) to see the supported environments of 04S.  However Hardware Requirements (sizing) is not cut and dry as it depends upon which business applications your are running and how many users you must support.
    As far as client requirements, ABAP development is all done on the central server.  All the client developer needs is the SAPGui. 
    If you want to try out Netweaver04S ABAP, a free evaluation copy of the server installation can be downloaded from SDN.  The hardware requirements for running this evaluation version are listed on the download page.

  • IPM application creation issue

    Im getting the following error while trying to create a new application in my IPM app.
    Im creating a simple app with a single field in it.
    +!csUserEventMessage,IPM_SystemServiceUser,CIS!$!csIpmCannotCreateApp!csUnableToExecMethod,ipmConfigureApplicationProfiles!syNullPointerException+
    intradoc.common.ServiceException: !csIpmCannotCreateApp!csUnableToExecMethod,ipmConfigureApplicationProfiles
    *ScriptStack IPM_CREATE_APPLICATION+
    +3:ipmConfigureApplicationProfiles,**no captured values**+
    at intradoc.server.ServiceRequestImplementor.buildServiceException(ServiceRequestImplementor.java:2115)
    at intradoc.server.Service.buildServiceException(Service.java:2260)
    at intradoc.server.Service.createServiceExceptionEx(Service.java:2254)
    at intradoc.server.Service.createServiceException(Service.java:2249)
    at intradoc.server.Service.doCodeEx(Service.java:584)
    at intradoc.server.Service.doCode(Service.java:505)
    at intradoc.server.ServiceRequestImplementor.doAction(ServiceRequestImplementor.java:1643)
    at intradoc.server.Service.doAction(Service.java:477)
    at intradoc.server.ServiceRequestImplementor.doActions(ServiceRequestImplementor.java:1458)
    at intradoc.server.Service.doActions(Service.java:472)
    at intradoc.server.ServiceRequestImplementor.executeActions(ServiceRequestImplementor.java:1391)
    at intradoc.server.Service.executeActions(Service.java:458)
    at intradoc.server.ServiceRequestImplementor.doRequest(ServiceRequestImplementor.java:737)
    at intradoc.server.Service.doRequest(Service.java:1890)
    at intradoc.server.ServiceManager.processCommand(ServiceManager.java:435)
    at intradoc.server.IdcServerThread.processRequest(IdcServerThread.java:265)
    at intradoc.server.IdcServerThread.run(IdcServerThread.java:160)
    at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    Caused by: java.lang.NullPointerException
    at oracle.imaging.intradoc.MetaDataUtils.addOptionValue(MetaDataUtils.java:123)
    at oracle.imaging.intradoc.IpmRepositoryProfileUtils.createOrUpdateApplicationProfile(IpmRepositoryProfileUtils.java:765)
    at oracle.imaging.intradoc.IpmApplicationService.ipmConfigureApplicationProfiles(IpmApplicationService.java:478)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at intradoc.common.IdcMethodHolder.invokeMethod(IdcMethodHolder.java:86)
    at intradoc.common.ClassHelperUtils.executeMethodEx(ClassHelperUtils.java:310)
    at intradoc.common.ClassHelperUtils.executeMethod(ClassHelperUtils.java:295)
    at intradoc.server.Service.doCodeEx(Service.java:550)
    It successfuly creates the new columns in DOCMETA and COLMETA tables.
    Any idea whatz wrong?

    While configuring HFM adapter, I am getting error as " ONe of the specified objects can not be found"
    Edited by: user8904966 on Jan 19, 2012 2:56 AM

  • FDM Application Creation

    Hi
    Is it necesseory to Give User Name OF FDM Schema (Database Tab) in Capital Letter when we are creating New Application in FDM.
    Why i am ASking this Question
    When we are trying to import Data into FDM using ERPi i am getting Table or View Does Not Exist Error . IF we give FDM Schema User Name Small Letters it creating a Queru with Small Letter with in Double Quotes like "fdmdev". <Table Name>. This is My Assumption.
    This is Error because of Import Data from ERPi Tables to FDM Tables.
    Please give your Valuable Suggetion to Resolve this.
    Thanks in Advance
    Nagarjuna Reddy

    The Case that was used to create the user ID by the Oracle DBA should be used, it must match in order for the connection to the DB at import for ERPi to run successfully.

  • Oracle endeca studio application creation issue

    I have installed oracle endeca 3.1 solution on my desktop but i am not able to create application using endeca studio from excel upload. It shows excel data in preview and fields as well. But it gets stuck in create application page. Please help in resolving this issue.

    Hi,
         I have had this before and sometimes it can be that the Excel spreadhseet has formula, split screen, colours or anything else odd, please copy and paste values and take any split screen or colour off and try again, it usually works for me.
    Regards John

  • FPM Application Creation Wizzard throws internal error

    Hello experts
                          I am trying to create an FPM application through self service administrator Role . But when I put FPM application name and ID , and proceed it gives me error An internal error occured: String index out of range: -4. It seems like there is some patch error.If any body know the solution kinldy help.
    Thanks in advance
    Abhay

    Hi all
             Use_CustomerExit_ParameterProvider parameter of the AppIntegrator portal service has the value true.
    See
    http://help.sap.com/saphelp_erp2005/helpdata/en/6a/3e47d0a0dc4abaa58f93689a077334/frameset.htm.
    Thanks
    Abhay

  • Unable to connect to Database Error in FDM application creation

    Hi All,
    I have Installed Financial Data Quality Management 11.1.2.2 in my machine. Database [Oracle 11g R2 64 bit] and client[Oracle client 32 bit] also installed in the same machine.
    We selected the following components while installing Oracle client[Custom installation],
    Oracle Objects for OLE
    Oracle Data Provider for .NET
    Oracle Providers for ASP.NET
    Oracle Provider for OLEDB
    Complete the install.
    When I tried to create FDM application it throws me the following error. Unable to connect to Database. Please check the database information and verify the database is accessible.
    Kindly guide me to overcome this issue.
    Thanks and Regards
    Sai

    Hi Sai,
    first of all, you have posted FDM issue in Essbase forum. Thats the reason you didn't get replies to this issue.
    To resolve this, we need to Oracle Client 32 bit first then Oracle Client 64 bit.
    Install Oracle Clients completly. (As per documentation, we need to install Clients completly. Means choose Administrator, not instant client and custom)
    After installing also if get same error, Goto Environment variables, Edit PATH variable and copy the 32 bit Client path to the first in the PATH variable.
    Then reboot the Server and try again to create FDM application.
    Thanks,
    mady

Maybe you are looking for