EPM 11.1.1 product interaction

Hi all, I'm pretty new to hyperion
Please explain me about interaction within EPM 11.1.1 products.
1. What are the differences between EPM application types (consolidation, planning, essbase, profitability)? Just dimension set?
2. Essbase applications are stored within essbase server in essbase databases. Where are stored other types of applications?
3. For creating essbase application I can use EAS console or Architect (Application library).
How can I get in Architect application created in EAS console?
How can I get in EAS console application created in Architect?
What are the keys of this relationship?
4. To create a planning application I can use Classic Application Administration > Planning Administration or Architect (Application library)
Where it's recommended to create planning application?
How can I get application created somewhere and which I have in my Application library in EAS Console?
Thanks in advance

EAS is used for creating/maintaining pure essbase applications, yes EPMA can create essbase applications but I think people rarely use it in that way.
EPMA is more widely used for Planning and HFM, EPMA is not used to create forms, if you have an epma planning application then the forms are created and maintained in planning.
Reports I take it you mean financial reports then these are created and in financial reports studio and delivered through the workspace.
If you are using EPMA then the only things you will be using EAS for is to set up things like substitution variables, database caches.
Cheers
John
http://john-goodwin.blogspot.com/

Similar Messages

  • EPM 11.1.2.2 Interactive Reporting Email Notifications

    The URL we give to our users to access Workspace contains a virtual host record. The URL does not contain the actual hostname of the machine.
    So rather than http://serverA/workspace/index.jsp, the URL is something like http://interactivereporting/workspace/index.jsp.
    This works great, however, after setting up SSO using Kerberos, we noticed that the emails being sent for scheduled job notifications from Interactive Reporting contain the servers hostname in the URL (http://serverA...) rather than http://interactivereporting.
    The kerberos configuration for SSO is using the virtual host name (HTTP/interactivereporting) for the principal, so they cannot connect to the application using the server name.
    Is there any way to change the URL in the email notifications so that the virtual host name is in the URL rather than the server name?
    In the EPM System Configurator there is an option to "Configure Logical Address for Web Applications". I did configure this to use the virtual host record.
    Any suggestions are appreciated.
    Thanks!

    Harish, this is very valuable information here that is worth a lot of consulting dollars. :-)
    On server 1, just install and configure the Framework and IR
    On server 2, just install and configure the IR
    On server 3, just install and configure the web component
    When I did the above, I ran into the small "defect", which is the APPLICATION ID created on Web does not match the APPLICATION ID on the Framework on server 1 because it's installed separately. Oracle insisted that is not the "best practice", but the solution is to update the APPLICATION ID on server 3 in the repository to match the original APPLICATION ID, and then it works.
    I forget the defect number and have to look it up. Or call Oracle Support and they know exactly what to do.
    Good luck.

  • Problem in Executing Dimensions in EPM Dashboard Manager

    Post Author: sachinddalal
    CA Forum: Performance Management and Dashboards
    Hi All,
    Presently I am facing a problem in refreshing Dimention object in EPMDashboard Manager. The details are as below.
    Server:BO enterprise with SP2Tool : EPM Dashboard Manager.
    I have created A dimention object, which reads the slices from database. Ihave associated this dimention object to several metrics.This object is created on staging server and is working fine on that server.
    I Migrated EPM repository using EPM Migration tool to production server.On this server this dimention object could not refreshed. Due to thisthe Slices are not read from database.
    I have attempted to run the dimention through Setup->SystemSetup->Dimentions, but it could not execute.
    To rectify this object, i did following ;
    1. refresh and update Universe in EPM repository.2. Checked the settings for System User and Parameters (It is perfectly Fine)3. Created a webi report based on the same objects and unverse used inDimension. The report works fine and displays all rows fetched by query(Hence there is not problem of Security on Univerce and UniverceConnection )4. Created a saperate Dimention based on same defination, this also notworking.5. Re-Migrated EPM Repository.
    Does any one knows the root cause of this problem?What can be possible work around to resolve the problem?
    Your suggessions are welcome.
    Thanks,
    Regards
    Sachin Dalal

    Post Author: jezbraker
    CA Forum: Performance Management and Dashboards
    have you tried sticking the trace file on and attempting the refresh?  would be interesting to see what where its failing.

  • How should devs interact with the db?

    Good day. For some time my organization has worked as most small shops do: web and software developers log into the database and create their own views, procs, etc. However we have grown to a much larger staff and have begun the process of transitioning into a more "professional" shop.
    In your experience, how should web/software developers (and their products) interact with the production database? In other words, should they send their views to the DBA who will create said views? Or should they not be connecting to views at all? Should they have their own schema on the production database (and this will be the one which holds their views)?
    If you say that the developers should have absolutely no access to the production db at all, then how should their products interact with the database?
    I appreciate any links, advice, etc.
    Thank you.
    EDIT: the developers products are about 75% read-only search/reporting apps and 25% data entry.
    Edited by: 893968 on Oct 12, 2012 8:39 AM

    893968 wrote:
    Good day. For some time my organization has worked as most small shops do: web and software developers log into the database and create their own views, procs, etc. However we have grown to a much larger staff and have begun the process of transitioning into a more "professional" shop.
    In your experience, how should web/software developers (and their products) interact with the production database? In other words, should they send their views to the DBA who will create said views? Or should they not be connecting to views at all? Should they have their own schema on the production database (and this will be the one which holds their views)?
    If you say that the developers should have absolutely no access to the production db at all, then how should their products interact with the database?
    I appreciate any links, advice, etc.
    Thank you.
    EDIT: the developers products are about 75% read-only search/reporting apps and 25% data entry.
    Edited by: 893968 on Oct 12, 2012 8:39 AMThink about this. The earlier in the process that the DBA becomes a reviewer/gatekeeper, the earlier in the process you can eliminate bad design decisions. Bad design decisions can be any of the following and more:
    wrong data types
    badly normalized tables
    use of reserved or key words for object/table/column names
    reinventing wheel (especially common when needing a sequence number)
    object names that make no sense and fit no pattern.
    I'm sure others will chime in with more.
    The point being, if you allow developers the 'create' privilege at any level, they will create things that will become a headache for you further down the road. Let them write queries and procedures ... that's their job. But not tables, indexes, sequences, etc.
    And don't fall for "it's just dev, we can clean it up when we move to QA". No, they won't. At the time it moves to QA it will be "we've got too much invested in this, we can't afford to make those changes now." And regardless of what was agreed to six months earlier, management will side with the developers because they really can't afford to pay for the re-work that would have been avoided in the first place with proper division of responsibility.
    It will be a painful process to bring about. Someone will have to stand firm. And there will always be low-level complaints, but it still comes back to 'if you don't have time to do it right the first time, when will you find time to fix it later?" It's part of the DBA's job to make sure it gets done right the first time, and he will need management support to maintain it.

  • Development on Sun One Products

    Hi,
    Wanted to know whether do we need some packages to make the Sun one products interact with each other through java coding.
    e.g -> Java coding to enable interaction between the sun web server and the directory ser ver.
    And if the packages are required where i can get them ?
    Is the Java Development Enterprise Kit which comes with the Java Products sufficient enough to do the job.
    Can i use some third party products for this purpose ?
    gagan.delouri

    Certainly. WebDAV does not require SSL be enabled.

  • EPM11.1.2 installation issue on windows 7

    Hi,
    I am trying to install Hyperion EPM 11.1.2 version for HFM module on windows 7. I have enabled IIS 7.5 in windows 7. I tested the IIS home page and also created the virtual directory, just to test IIS is working.
    During EPM installtion, after the product selection page, it gives error that IIS is not installed.
    Can any one please help me on this ?
    Thanks and appreciate.
    Rahul

    Windows 7 is a desktop operating system, not designed for use as a server. I don't believe this is supported for installing and running any of the server components as part of EPM.
    --Chris                                                                                                                                                                                                                                                                                                                                                                                               

  • Opening an application in Workspace results in blank screen

    Hello expert,
    When we try opening an application in Workspace we are obtaining a blank screen. With other applications this problem doesn't happens.
    Do you have any idea how to resolve this issue?
    We already try restarting services and also reconfiguring and redeploying Planning in EPM System Configurator - our product version is 11.1.2.2.
    Bellow I copy the error in "HyS9Planning-sysout" log.
    Thank you in advance for your help.
    Rodrigo
    <Feb 23, 2015 11:10:53 AM GMT> <Notice> <Diagnostics> <BEA-320068> <Watch 'UncheckedException' with severity 'Notice' on server 'Planning0' has triggered at Feb 23, 2015 11:10:53 AM GMT. Notification details:
    WatchRuleType: Log
    WatchRule: (SEVERITY = 'Error') AND ((MSGID = 'WL-101020') OR (MSGID = 'WL-101017') OR (MSGID = 'WL-000802') OR (MSGID = 'BEA-101020') OR (MSGID = 'BEA-101017') OR (MSGID = 'BEA-000802'))
    WatchData: DATE = Feb 23, 2015 11:10:53 AM GMT SERVER = Planning0 MESSAGE = [ServletContext@365361314[app:PLANNING module:HyperionPlanning path:/HyperionPlanning spec-version:2.5 version:11.1.2.0]] Servlet failed with Exception
    javax.el.ELException: java.lang.StackOverflowError
      at javax.el.BeanELResolver.getValue(BeanELResolver.java:298)
      at com.sun.faces.el.DemuxCompositeELResolver._getValue(DemuxCompositeELResolver.java:173)
      at com.sun.faces.el.DemuxCompositeELResolver.getValue(DemuxCompositeELResolver.java:200)
      at com.sun.el.parser.AstValue.getValue(AstValue.java:138)
      at com.sun.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:206)
      at org.apache.myfaces.trinidad.bean.FacesBeanImpl.getProperty(FacesBeanImpl.java:68)
      at org.apache.myfaces.trinidad.component.FacesBeanWrapper.getProperty(FacesBeanWrapper.java:58)
      at org.apache.myfaces.trinidad.component.UIXTree$RowKeyFacesBeanWrapper.getProperty(UIXTree.java:380)
      at oracle.adfinternal.view.faces.renderkit.rich.TableRendererUtils.getActiveModel(TableRendererUtils.java:846)
      at oracle.adfinternal.view.faces.renderkit.rich.TreeRendererUtils.createClientRowKeyManager(TreeRendererUtils.java:667)
      at oracle.adfinternal.view.faces.renderkit.rich.TreeRenderer.createClientRowKeyManager(TreeRenderer.java:90)
      at org.apache.myfaces.trinidad.component.UIXCollection.getClientRowKeyManager(UIXCollection.java:1039)
      at oracle.adfinternal.view.faces.renderkit.rich.TreeRenderer.createDefaultDragSource(TreeRenderer.java:101)
      at oracle.adf.view.rich.component.rich.data.RichTree.createDragSource(RichTree.java:294)
      at oracle.adfinternal.view.faces.taglib.dnd.BasicDragSourceTag.createDragSource(BasicDragSourceTag.java:68)
      at oracle.adfinternal.view.faces.taglib.dnd.AbstractDragSourceTag.getBehavior(AbstractDragSourceTag.java:33)
      at oracle.adfinternal.view.faces.taglib.behaviors.BehaviorTag.updateClientListenerSet(BehaviorTag.java:57)
      at oracle.adfinternal.view.faces.taglib.rich.BaseClientListenerTag.doEndTag(BaseClientListenerTag.java:72)
      at jsp_servlet._adfpages._templates.__hp_template_jspx._jspx___tag172(__hp_template_jspx.java:7919)
      at jsp_servlet._adfpages._templates.__hp_template_jspx._jspx___tag170(__hp_template_jspx.java:7827)
      at jsp_servlet._adfpages._templates.__hp_template_jspx._jspx___tag115(__hp_template_jspx.java:5364)
      at jsp_servlet._adfpages._templates.__hp_template_jspx._jspx___tag114(__hp_template_jspx.java:5310)
      at jsp_servlet._adfpages._templates.__hp_template_jspx._jspx___tag113(__hp_template_jspx.java:5260)
      at jsp_servlet._adfpages._templates.__hp_template_jspx._jspx___tag20(__hp_template_jspx.java:1062)
      at jsp_servlet._adfpages._templates.__hp_template_jspx._jspx___tag19(__hp_template_jspx.java:1015)
      at jsp_servlet._adfpages._templates.__hp_template_jspx._jspx___tag18(__hp_template_jspx.java:967)
      at jsp_servlet._adfpages._templates.__hp_template_jspx._jspx___tag17(__hp_template_jspx.java:922)
      at jsp_servlet._adfpages._templates.__hp_template_jspx._jspx___tag15(__hp_template_jspx.java:841)
      at jsp_servlet._adfpages._templates.__hp_template_jspx._jspx___tag14(__hp_template_jspx.java:791)
      at jsp_servlet._adfpages._templates.__hp_template_jspx._jspx___tag13(__hp_template_jspx.java:746)
      at jsp_servlet._adfpages._templates.__hp_template_jspx._jspx___tag12(__hp_template_jspx.java:701)
      at jsp_servlet._adfpages._templates.__hp_template_jspx._jspService(__hp_template_jspx.java:490)
      at weblogic.servlet.jsp.JspBase.service(JspBase.java:35)
      at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
      at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
      at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301)
      at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:185)
      at weblogic.servlet.internal.RequestDispatcherImpl.invokeServlet(RequestDispatcherImpl.java:526)
      at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:447)
      at weblogic.servlet.jsp.PageContextImpl.include(PageContextImpl.java:164)
      at weblogic.servlet.jsp.PageContextImpl.include(PageContextImpl.java:185)
      at oracle.adfinternal.view.faces.taglib.region.IncludeTag.__include(IncludeTag.java:442)
      at oracle.adfinternal.view.faces.taglib.region.IncludeTag.doEndTag(IncludeTag.java:232)
      at oracle.adfinternal.view.faces.taglib.region.PageTemplateTag.doEndTag(PageTemplateTag.java:162)
      at jsp_servlet._adfpages.__adf_planningcentral_jspx._jspx___tag10(__adf_planningcentral_jspx.java:569)
      at jsp_servlet._adfpages.__adf_planningcentral_jspx._jspx___tag9(__adf_planningcentral_jspx.java:507)
      at jsp_servlet._adfpages.__adf_planningcentral_jspx._jspx___tag1(__adf_planningcentral_jspx.java:176)
      at jsp_servlet._adfpages.__adf_planningcentral_jspx._jspx___tag0(__adf_planningcentral_jspx.java:113)
      at jsp_servlet._adfpages.__adf_planningcentral_jspx._jspService(__adf_planningcentral_jspx.java:74)
      at weblogic.servlet.jsp.JspBase.service(JspBase.java:35)
      at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
      at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
      at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301)
      at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:185)
      at weblogic.servlet.internal.RequestDispatcherImpl.invokeServlet(RequestDispatcherImpl.java:526)
      at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:253)
      at com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:410)
      at org.apache.myfaces.trinidad.context.ExternalContextDecorator.dispatch(ExternalContextDecorator.java:45)
      at org.apache.myfaces.trinidad.context.ExternalContextDecorator.dispatch(ExternalContextDecorator.java:45)
      at oracle.adfinternal.view.faces.config.rich.RecordRequestAttributesDuringDispatch.dispatch(RecordRequestAttributesDuringDispatch.java:45)
      at org.apache.myfaces.trinidad.context.ExternalContextDecorator.dispatch(ExternalContextDecorator.java:45)
      at org.apache.myfaces.trinidad.context.ExternalContextDecorator.dispatch(ExternalContextDecorator.java:45)
      at org.apache.myfaces.trinidad.context.ExternalContextDecorator.dispatch(ExternalContextDecorator.java:45)
      at org.apache.myfaces.trinidadinternal.context.FacesContextFactoryImpl$OverrideDispatch.dispatch(FacesContextFactoryImpl.java:268)
      at com.sun.faces.application.ViewHandlerImpl.executePageToBuildView(ViewHandlerImpl.java:471)
      at com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:140)
      at javax.faces.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:191)
      at org.apache.myfaces.trinidadinternal.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:193)
      at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._renderResponse(LifecycleImpl.java:942)
      at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:387)
      at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:225)
      at javax.faces.webapp.FacesServlet.service(FacesServlet.java:266)
      at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
      at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
      at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301)
      at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:27)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
      at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:205)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
      at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:131)
      at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:447)
      at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
      at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:447)
      at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:271)
      at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:177)
      at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
      at HspValidationFilter.doFilter(HspValidationFilter.java:10)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
      at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:180)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
      at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
      at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
      at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442)
      at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
      at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
      at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
      at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:139)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
      at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
      at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3730)
      at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3696)
      at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
      at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
      at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2273)
      at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2179)
      at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1490)
      at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
      at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    Caused By: java.lang.StackOverflowError
    SUBSYSTEM = HTTP USERID = <WLS Kernel> SEVERITY = Error THREAD = [ACTIVE] ExecuteThread: '5' for queue: 'weblogic.kernel.Default (self-tuning)' MSGID = BEA-101020 MACHINE = PTHYPD11 TXID =  CONTEXTID = 0000Kiq8UtI7i4pLkQG7yZ1KukMS00004C TIMESTAMP = 1424689853576 
    WatchAlarmType: AutomaticReset
    WatchAlarmResetPeriod: 30000
    >

    Are there any errors being written to the logs like the JVM crashing?  I take it this is the application is in ADF mode and not classic, does it happen with other user accounts, do you get the same issue going directory to planning e.g. http://<planningserver>:8300/HyperionPlanning
    There used to be a problem in the old classic applications where the last page was accessed and it was a large form which caused the JVM to crash, the login issue was resolved by updating table HSP_USER_PREFS and clearing entries in MRU_SCREEN_PROPS then restarting planning.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Bulk Load option doesn't work

    Hi Experts,
    I am trying to load data to HFM using Bulk load option but it doesnt work. When I Change the option to SQL insert, the loading is successful. The logs say that the temp file is missing. But when I go to the lspecified location , I see the control file and the tmp file. What am I missing to have bulk load working?Here's the log entry.
    2009-08-19-18:48:29
    User ID...........     kannan
    Location..........     KTEST
    Source File.......     \\Hyuisprd\Applications\FDM\CRHDATALD1\Inbox\OMG\HFM July2009.txt
    Processing Codes:
    BLANK............. Line is blank or empty.
    ESD............... Excluded String Detected, SKIP Field value was found.
    NN................ Non-Numeric, Amount field contains non numeric characters.
    RFM............... Required Field Missing.
    TC................ Type Conversion, Amount field could be converted to a number.
    ZP................ Zero Suppress, Amount field contains a 0 value and zero suppress is ON.
    Create Output File Start: [2009-08-19-18:48:29]
    [TC] - [Amount=NN]     Batch Month File Created: 07/2009
    [TC] - [Amount=NN]     Date File Created: 8/6/2009
    [TC] - [Amount=NN]     Time File Created: 08:19:06
    [Blank] -      
    Excluded Record Count.............. 3
    Blank Record Count................. 1
    Total Records Bypassed............. 4
    Valid Records...................... 106093
    Total Records Processed............ 106097
    Begin Oracle (SQL-Loader) Process (106093): [2009-08-19-18:48:41]
    [RDMS Bulk Load Error Begin]
         Message:      (53) - File not found
         See Bulk Load File:      C:\DOCUME~1\fdmuser\LOCALS~1\Temp\tWkannan30327607466.tmp
    [RDMS Bulk Load Error End]
    Thanks
    Kannan.

    Hi Experts,
    I am facing the data import error while importing data from .csv file to FDM-HFM application.
    2011-08-29 16:19:56
    User ID...........     admin
    Location..........     ALBA
    Source File.......     C:\u10\epm\DEV\epm_home\EPMSystem11R1\products\FinancialDataQuality\FDMApplication\BMHCFDMHFM\Inbox\ALBA\BMHC_Alba_Dec_2011.csv
    Processing Codes:
    BLANK............. Line is blank or empty.
    ESD............... Excluded String Detected, SKIP Field value was found.
    NN................ Non-Numeric, Amount field contains non numeric characters.
    RFM............... Required Field Missing.
    TC................ Type Conversion, Amount field could be converted to a number.
    ZP................ Zero Suppress, Amount field contains a 0 value and zero suppress is ON.
    Create Output File Start: [2011-08-29 16:19:56]
    [ESD] ( ) Inter Co,Cash and bank balances,A113000,Actual,Alba,Dec,2011,MOF,MOF,,YTD,Input_Default,[NONE],[NONE],[NONE],1
    [ESD] ( ) Inter Co,"Trade receivable, prepayments and other assets",HFM128101,Actual,Alba,Dec,2011,MOF,MOF,,YTD,Input_Default,[NONE],[NONE],[NONE],35
    [ESD] ( ) Inter Co,Inventories ,HFM170003,Actual,Alba,Dec,2011,MOF,MOF,,YTD,Input_Default,[NONE],[NONE],[NONE],69
    [ESD] ( ) Inter Co,Financial assets carried at fair value through P&L,HFM241001,Actual,Alba,Dec,2011,MOF,MOF,,YTD,Input_Default,[NONE],[NONE],[NONE],103
    [Blank] -      
    Excluded Record Count..............4
    Blank Record Count.................1
    Total Records Bypassed.............5
    Valid Records......................0
    Total Records Processed............5
    Begin SQL Insert Load Process (0): [2011-08-29 16:19:56]
    Processing Complete... [2011-08-29 16:19:56]
    Please help me solve the issue.
    Regards,
    Sudhir Sinha

  • Baffled! What are adobe acrobat 8.1 standard and adobe reader 8.1.05

    My laptop has installed adobe acrobat 8.1 standard. I need to complete an online form which requires a minimum of adobe reader 8.1.05 so I downloaded adobe reader X, assuming this would work, but get a pop-up notice telling me I need to upgrade and still cannot insert text in the form. Can anyone advise me what I need to download? I really am confused what the adobe acrobat does and what the reader does!

    The developer very poorly phrased the requirement.
    The proper phrasing could be "You need to update your version of Adobe Reader or Adobe Acrobat to minimum version of 8.1.05."
    Adobe Reader and Adobe Acrobat are 2 distinct products, one only reads the other is a full processing product., but both products interact with the same file format and for the same version number Adobe Acrobat has the same capabilities that Adobe Reader has and then some features that are unique to Acrobat.
    With JavaScirpt a developer can identify the product (Adobe Reader or Adobe Acrobat), the variation (Reader, Standard, Professional, Business Tools) and the major and minor version of the product. And with that information and knowledge of the capabilities of each version, can make a custom message for the end user if a newer version is needed. This script can be executed as the PDF is opened. With some simple coding the developer could have even cusotmized the message for the procuct that tue user had. Had this been done, it would have been very clear as what you had to do. This information and properties have been avilable since the introduction of JavaScript in vesion 3.01.

  • Can't import iPhone 4 Pix into Aperture?

    What is going on? When I try to import from my iPhone4 (4.0.2) first Aperture doesn't display any thumbnails for any image or movie on my iPhone. And then it won't even import a single image via drag and drop?
    Anyone else experience this?
    Is it too much to expect Apple to test that their products interact? Does anyone know of a fix?

    take a look at disk aid for future considerations.
    http://www.digidna.net/products/diskaid
    i've used it to peel photos off an iPhone that won't behave.

  • Aironet 1252AG Weak Signal

    I've an AIR-AP1252AG-A-K9 and three AIR-ANT5160V-R 5 ghz omnidirectional antennas.  It's mounted on the roof of a 1,800 sq ft footprint, 3-story, wood-frame construction building.  It's powered by a POE injector and reports Normal (Full Power). 
    It's a new installation, my first time working with this equipment, and I'm baffled.  The 1252's  broadcast range appears to be miniscule.  Cisco assured me it would blast the building, suggesting I'd probably want to tone it down.  I've worked my way through every configuration I could imagine might be relevant, and can't get a signal unless I'm standing on the roof within 20 feet of it.  The slightest obstruction degrades the signal and it takes almost nothing to block it entirely.  It's unusable outside of short-range line-of-sight.
    To give an idea of what penetration is normally like here, there are already a dozen wifi routers of assorted small-beans ilk in the building.  I get a strong signal anywhere from nearly all of them.  Ironically, the point of the 1252 is to eliminate this ridiculous redundant mess, but it's being outperformed by the garbage it's intended to replace .  I've a little NetGear in the approximate center of the structure which gives a decent signal in the basement parking garage, on the roof, at either end of the building, and across the street, but I can only connect to the Aironet if I stand on the roof and look at it.
    What am I doing wrong?  Have I bought the wrong equipment, or (preferably) am I just an idjit who's missing the obvious?
    Thanks much,
    Bryan

    Somewhat confusingly, it doesn't appear in the "Aironet Antennas and Accessories Reference Guide."  I found it by accident, which makes me wonder what else I might be missing.
    There have been numerous requests to get the documentations updated but so far, we've been un-successful, however, I do recommend you send a Feedback (located on the lower left-hand corner of the website).  I'll try to escalate the matter on Monday.  They also have a separate topic on this forum too so you can also help get this improved.
    It's 3-in-1, so the AP1252AG-A-K9 with its three 5 ghz connections will support but one ANT5160NP-R.
    That's correct.  There are two "NP-R" series and the other is for the 2.4 Ghz.  Each has three pig-tails and will work with the 1250/1260 and 3500i.
    I've been unable to extract a bit of information from Cisco - their "local partner" won't return calls - the $ potential of this project is zilch, from their perspective.  I've exhausted my usual list of Übergeeks without having a more productive interaction than I've had here with you.  And finally, I note my own research has ceased churning out much in the way of new insights.
    Some partners have been giving Cisco a very bad name.  Particularly if your budget does not have the letters "m" or "b" in it (if you catch my drift).  I hope that your area is served by more than one authorized Cisco reseller because that's what happened to us.  Our old supplier slaps a hefty mark-up and were very rigid because we had a contract with them.  When the contract expired, we had a "panel" and this helped us tremendously because other members of the panel were willing to bend-over-backwards to get us to purchase from them.  The difference between the old supplier and the new "panel" was approximately AU$500 or more PER UNIT.
    It's area of coverage is a more-or-less ellipsoid brain blob, with the antenna displaced ≈11% from center?  (The azimuth and elevation patterns being very similar means a fairly consistent 3D shape, right?  For example, if the patterns were all circular, the coverage area would be a sphere?)  This sounds promising in terms of being able to point it downwards from the center of a roof.
    I'd still install it in the ground-level.  Only the "Yagi" and/or "dish" antennae are ideal for roof-mounted.  The "NP-R" is good if you bolt it on the outside-walls and facing outwards.  Don't expect to get this right the first time around.  You'll need to test this before finally bolting it to the wall.  You can test this by "hanging" the patch antennae and with a laptop move in and around the coverage area of your requirement.  Depending on your environment this could take minutes to hours but it's the most sure-fire way of getting an accurate reading.
    In that I'm unlikely to get hands-on, actual expert advice beyond what little I've gotten,  I'm feeling like I'm at the "pick your best guess and try it" stage.
    Y'know how I got myself with wireless?  I am no techno-babble geek.  I'm suppose to be a pencil pusher but raised my hand to know more about wireless (because I was ignorant about it).  If you want to learn about something you need to take a first step.  And this is exactly what you've done.  You'll learn alot with this:  Mistakes and right choices/decisions.  But most importantly you know how easily to make mistakes but you'll also learn quickly from the mistakes you've made.  I am unsure if anyone shares the same feeling but "mistakes" pushes my knowledge and understanding.  And learning is an on-going process.

  • Hyperion IR client 11.1.2.2 is not connecting to database

    Hi,
    I've installed EPM 11.1.2.2 Interactive reporting client on 32 bit windows XP machine. The oracle client installed is 9.2.0.
    The IR client just throws the error "Oracle Error -1: ORA-12154: TNS could not resolve the connecter identifier specified". I'm trying to connect using Oracle*Net and oracle as the database.
    Then I specify the following in the next screen and get the above TNS error -
    username - uname
    password - pass
    Host - abs
    I can do the following from the client machine where IR studio is installed -
    * i can tnsping to db from command line - tnsping abs works
    * i can connect to db using sqlplus uname/pass@abs
    * my tnsnames.ora file has the following entry -
    ABS.WORLD =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = XYZ)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = abs)
    The sqlnet.ora file has the following entries -
    NAMES.DIRECTORY_PATH= (TNSNAMES)
    NAMES.DEFAULT_DOMAIN = world
    SQLNET.EXPIRE_TIME = 32000
    NAME.DEFAULT_ZONE = world
    ADR_BASE = C:\oracle\11.2.0.1\log
    *The path variable is as follows -
    C:\Oracle\Middleware\EPMSystem11R1\bin;C:\Oracle\9.2.0\BIN;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;C:\Program Files\SecureCRT\;C:\Program Files\Windows Imaging\;C:\Program Files\Enterprise Vault\EVClient\;C:\Program Files\Oracle\jre\1.3.1\bin\;C:\Oracle\9.2.0\jre\1.4.2\bin\client\;C:\Program Files\Oracle\jre\1.1.8\bin\;C:\Oracle\9.2.0\jre\1.4.2\bin\;C:\Oracle\Middleware\EPMSystem11R1\common\ODBC\Merant\6.1\Drivers
    I've gone thru other posts and tried to follow similar steps but the problem exists.
    Any pointers will be appreciated. Thanks in advance!

    Hey add TNS_ADMIN as the environmental variable name and value as the path for the file tnsnames.ora. Problem Solved.
    Regards,
    Harish

  • Migrating from suite 9.2 to 9.3.1

    Hello forum,
    i'm planning to upgrate a old hyperion suite v9.2 to v9.3.1.
    I'm not going to update the old server but to create a new one with a brand new installation on it (and then "move" my objects).
    Hyperion Products:
    - Interactive Reporting (datasource: essbase)
    - Web Analysis
    - Analytic Server (ASO and BSO cubes)
    - Shared Services
    - Administration Services
    - Workspace
    new environment:
    - windows server 2003
    - sql server 2008
    Is there any particular issues i have to be aware of?
    thank u very much,
    daniele
    ps. i hope i'm not OT here.

    Hello forum,
    i'm planning to upgrate a old hyperion suite v9.2 to v9.3.1.
    I'm not going to update the old server but to create a new one with a brand new installation on it (and then "move" my objects).
    Hyperion Products:
    - Interactive Reporting (datasource: essbase)
    - Web Analysis
    - Analytic Server (ASO and BSO cubes)
    - Shared Services
    - Administration Services
    - Workspace
    new environment:
    - windows server 2003
    - sql server 2008
    Is there any particular issues i have to be aware of?
    thank u very much,
    daniele
    ps. i hope i'm not OT here.

  • How do I get started using Essbase?

    Hi all,
    I'm a newbie to Essbase, and Business Intelligence. I went to a training/demo in March but have just done my first install to try it out for myself. (I'm a Java developer by training.)
    So, I've installed Hyperion EPM 11.1.1.1 on my Windows XP desktop. I installed Foundation Services, Essbase, Web Analysis, and Workspace with the intention of creating some drillable reports and/or graphs on some client that I recently used for OBIEE Dashboards.
    Please help either with the below errors or any other resources that can get me started (examples, walkthroughs, blogs, etc.).
    Thanks, Mark
    Connecting to my Administration Server with EAS:
    Administration Server: localhost
    Username: admin
    Password: password
    Server Error:
    Could not connect to Administration Server
    Connecting to/starting the Essbase server:
    EPM System Diagnostic:
    FAILED Essbase server Essbase Server startup check using Maxl command
    Error: Result: Unable to connect Essbase Server using MAXL command. Please check that essbase server is running.
    Recommended Action: Check Essbase Server is started
    Start EPM System:
    C:\Hyperion\products>REM eis
    C:\Hyperion\products>net start "Hyperion Integration Services"
    The requested service has already been started.
    More help is available by typing NET HELPMSG 2182.
    C:\Hyperion\products>REM EssbaseStudio
    C:\Hyperion\products>C:\Hyperion\products\Essbase\EssbaseStudio\Server\startServ
    er.bat
    C:\Hyperion\products>setlocal
    C:\Hyperion\products>set CONFIGTOOL_HOME="C:\Hyperion\common\config\9.5.0.0"
    C:\Hyperion\products>call ""C:\Hyperion\common\config\9.5.0.0"\setJavaRuntime.ba
    t"
    Logging configuration file is not found. Expected filename is C:\Hyperion\produc
    ts\.\server.properties
    Log file location is:
    C:\Hyperion\logs\esbstudio\server.log
    17:01:36 11/24/08 INFO Starting up
    17:01:36 11/24/08 INFO Oracle Essbase Studio Server. Version 11.1.1.1.00, Bui
    ld 114, October 7 2008
    17:01:38 11/24/08 (system) WARNING Failed to load driver for sap
    17:01:38 11/24/08 (system) WARNING Failed to load driver for mysql
    17:01:38 11/24/08 (system) SEVERE Cannot load Netezza connector
    17:01:38 11/24/08 (system) WARNING Failed to load driver for netezza
    17:01:38 11/24/08 (system) SEVERE Cannot establish connection to Oracle server
    17:01:38 11/24/08 (system) SEVERE Cannot establish connection to Oracle server
    17:01:38 11/24/08 (system) SEVERE Cannot initialize catalog storage. Make sure
    that server.properties has correct information
    -------------- Exception --------------
    com.hyperion.cp.catalog.exceptions.CatalogInitializationException: catalog.Ca
    talogInitializationException.StorageInitializationFailure
    at com.hyperion.cp.catalog.storage.StorageFactory.getStorageInstance(Sto
    rageFactory.java:155)
    at com.hyperion.cp.catalog.transaction.TransactionManager.initialize(Tra
    nsactionManager.java:64)
    at com.hyperion.cp.catalog.Catalog.initialize(Catalog.java:98)
    at com.hyperion.cp.catalog.Catalog.initialize(Catalog.java:156)
    at com.hyperion.cp.catalog.Catalog.<init>(Catalog.java:85)
    at com.hyperion.cp.catalog.Catalog.<clinit>(Catalog.java:73)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Unknown Source)
    at com.hyperion.cp.catalog.CatalogInitializer.run(CatalogInitializer.jav
    a:54)
    at com.hyperion.cp.server.RequestListener$SystemTask.run(RequestListener
    .java:1302)
    at com.hyperion.cp.server.RequestListener.runSystemTask(RequestListener.
    java:167)
    at com.hyperion.cp.server.RequestListener.<init>(RequestListener.java:12
    9)
    at com.hyperion.cp.server.ServerMain.main(ServerMain.java:202)
    Caused by: java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Sou
    rce)
    at java.lang.reflect.Constructor.newInstance(Unknown Source)
    at com.hyperion.cp.catalog.storage.StorageFactory.getStorageInstance(Sto
    rageFactory.java:149)
    ... 12 more
    Caused by: com.hyperion.cp.catalog.exceptions.CatalogInitializationException: No
    table EPMUSER.CP_NONE_TRANSACTIONS found
    at com.hyperion.cp.catalog.storage.StorageEngine.validateSignature(Stora
    geEngine.java:193)
    at com.hyperion.cp.catalog.storage.StorageEngine.<init>(StorageEngine.ja
    va:87)
    at com.hyperion.cp.catalog.storage.SQLStorageEngine.<init>(SQLStorageEng
    ine.java:20)
    ... 17 more
    ----------------------------------------

    Check to see if Essbase and EAS are services. If they are, are they started? You can also start them in foreground. For EAS, go to Start->programs->Hyperion->Adminstrative servives-> start server. It should start up a tomcat window.
    Typically, you have to start Essbase once in foreground. (Go to start->Hyperion->Essbase->Essbase and click it. IT will want the company info, admin user id and password.

  • Shared services first time login

    Hi,
    We have a new installation where we have installed and configured EPM 11.1.2 products on our server.
    We have started all Hyperion services. When we go to the Shared Services url, I am unable to login using the credentials I created during the configuration.
    Am I missing something? Just in case, is there a way to reset the initial password,or retain it from somewhere?
    Thanks,
    Sujani

    By default most of them use the following :
    UserID: admin
    Passoword: password
    try to remember what user name or ID & password u gave during the Configuration.
    I think you should have the screenshots of the configuration. Check into that ....
    Good Luck ....!!!!!

Maybe you are looking for

  • Counting vowels in a word.

    I am to write a recursive program that counts the number of vowels in a given String. So far, this is what I have: public static int CountVowels( String s ) if ( s.length() == 0 )   return 0; else   if ( (s.substring(0,1) == "a") || (s.substring(0,1)

  • How to show which step you are on in a train?

    Hi All, I am trying to use the train and train model to create a wizard. Now the requirement is to show to the users information such as "Step 1 of 5" where there are 5 steps. Clicking on next should update the text automatically to show the correct

  • VISA card / Master Card Payment and clearing in SAP

    Hi All, Anyone in here have experience to implement an automatic clearing program to clear against AR with VISA card / Master card file from BANK for Retail or e-comm business ? Thanks

  • Stability issue with ym Satellite C650

    I bought my laptop around 4 months ago. It will be ok for a few days and then becomes extremely slow and non responsive. I have used the inbuilt restore to factory settings option (holding 0 before turning the laptop) over 12 times now.. and i still

  • Repeatedly connecting to certain websites since using Firefox 7

    I connect to a website and it displays as expected. I move my cursor to the page and it disappears, waits for the connection, connects, disappears, waits, connects, and so on. It's only a few sites and it's only since upgrading to 7. Example site pro