Hyperion Enterprise API: consolidation status

Hi, collegues.
In formulas we need to check if some entity had been already consolidated(passed calculation). Are there functions that in combination would return logical or numeric value of condition like "whether the entity had been consolidated"?
I appreciate your help.

I found this set of instructions that could help you create your own Status Function, but you really need to know Visual Basic, anyway here it is:
Dim selectaddrc As Long
Dim wStatus As Integer
Dim iDataView As Integer
Dim sDataView As String
Dim iView As Integer
Dim lpBuf As String * 127
Dim lpAPIs As apiStruct
sigCat = EntFindStrN(glhSelect, HYP_ID_CATEGORY, HYP_NONE, szCategory, 0)
If sigCat = HYP_NONE Then
nRC = MsgBox("Unable to obtain Category signature.", vbExclamation, sMsgTitle)
Exit Function
End If
sigEntity = HYP_NONE
If szEntity <> "" Then
sigEnt = EntGetEntitySig(glhSelect, szEntity, NAME_EXPLICIT)
End If
dValue# = 0
lpAPIs.sigCat = sigCat&
lpAPIs.sigName = sigEnt&
lpAPIs.sigParent = HYP_NONE
lpAPIs.wType = ID_REGULAR
lpAPIs.lStartPeriod = StPer& - 1
lpAPIs.lEndperiod = StPer& - 1
lpAPIs.u_Dfa.sigAcct = -1
lpAPIs.u_Dfa.iFreq = -1
lpAPIs.u_Dfa.bAutoRecalc = False
lpAPIs.u_Dfa.bPeriodic = iDataView%
lpAPIs.u_Dfa.sViewType = HYP_NONE
lpAPIs.u_Dfa.sigAccumFreq = HYP_NONE
lpAPIs.lpimrData = EntGetVarAddr(dValue#)
lpAPIs.lpseStatus = EntGetVarAddr(wStatus%)
selectaddrc& = EntSelectTableAdd(HYP_ID_PSFDATA + HYP_ID_ASSOC, sigCat, glhSelect&, APILOCK_READONLY, 0, 0, 0, 0, lpAPIs)
If selectaddrc& = -1 Then
Exit Function
End If
rc = EntQueryExStr(glhSelect, HYP_ID_PSFDATA, HYP_PSF_GETSTATUSTEXT, -1, -1, Len(lpBuf$), lpBuf$, lpAPIs)
If rc% = 0 Then
GetPSFStatusA = UCase$(CToB(lpBuf$))
Select Case GetPSFStatusA
Case "LOCKED"
FlGrdPSFStatus.CellForeColor = &HC0&
Case "OK"
FlGrdPSFStatus.CellForeColor = &H8000&
Case "NO DATA"
FlGrdPSFStatus.CellForeColor = &H0&
Case "CHANGED"
FlGrdPSFStatus.CellForeColor = &HC0&
Case "IMPACTED"
FlGrdPSFStatus.CellForeColor = &HC0&
Case "CALC"
FlGrdPSFStatus.CellForeColor = &HC0&
Case Else
'FlGrdPSFStatus.Font = "Arial Narrow"
FlGrdPSFStatus.CellForeColor = &H0&
End Select
End If
glhSelect& = EntUnSelect(glhSelect&, HYP_ID_PSFDATA, sigCat, 1, rc%, lpAPIs)
End Function

Similar Messages

  • Essbase & Hyperion Enterprise API

    Is there anyone out there that has done extensive calls to Essbase or to Hyperion Enterprise 5.5 using API?Has anyone developed an application that does outline maintenance outside of Application manager? We have a very manual process since we do not pull everything out of enterprise and make that part of our outline dynamically through like a load rule. We bring all the accounts into a dimension and then drag them to where they need to go.Any Help would be appreciated.Paul [email protected]

    I found this set of instructions that could help you create your own Status Function, but you really need to know Visual Basic, anyway here it is:
    Dim selectaddrc As Long
    Dim wStatus As Integer
    Dim iDataView As Integer
    Dim sDataView As String
    Dim iView As Integer
    Dim lpBuf As String * 127
    Dim lpAPIs As apiStruct
    sigCat = EntFindStrN(glhSelect, HYP_ID_CATEGORY, HYP_NONE, szCategory, 0)
    If sigCat = HYP_NONE Then
    nRC = MsgBox("Unable to obtain Category signature.", vbExclamation, sMsgTitle)
    Exit Function
    End If
    sigEntity = HYP_NONE
    If szEntity <> "" Then
    sigEnt = EntGetEntitySig(glhSelect, szEntity, NAME_EXPLICIT)
    End If
    dValue# = 0
    lpAPIs.sigCat = sigCat&
    lpAPIs.sigName = sigEnt&
    lpAPIs.sigParent = HYP_NONE
    lpAPIs.wType = ID_REGULAR
    lpAPIs.lStartPeriod = StPer& - 1
    lpAPIs.lEndperiod = StPer& - 1
    lpAPIs.u_Dfa.sigAcct = -1
    lpAPIs.u_Dfa.iFreq = -1
    lpAPIs.u_Dfa.bAutoRecalc = False
    lpAPIs.u_Dfa.bPeriodic = iDataView%
    lpAPIs.u_Dfa.sViewType = HYP_NONE
    lpAPIs.u_Dfa.sigAccumFreq = HYP_NONE
    lpAPIs.lpimrData = EntGetVarAddr(dValue#)
    lpAPIs.lpseStatus = EntGetVarAddr(wStatus%)
    selectaddrc& = EntSelectTableAdd(HYP_ID_PSFDATA + HYP_ID_ASSOC, sigCat, glhSelect&, APILOCK_READONLY, 0, 0, 0, 0, lpAPIs)
    If selectaddrc& = -1 Then
    Exit Function
    End If
    rc = EntQueryExStr(glhSelect, HYP_ID_PSFDATA, HYP_PSF_GETSTATUSTEXT, -1, -1, Len(lpBuf$), lpBuf$, lpAPIs)
    If rc% = 0 Then
    GetPSFStatusA = UCase$(CToB(lpBuf$))
    Select Case GetPSFStatusA
    Case "LOCKED"
    FlGrdPSFStatus.CellForeColor = &HC0&
    Case "OK"
    FlGrdPSFStatus.CellForeColor = &H8000&
    Case "NO DATA"
    FlGrdPSFStatus.CellForeColor = &H0&
    Case "CHANGED"
    FlGrdPSFStatus.CellForeColor = &HC0&
    Case "IMPACTED"
    FlGrdPSFStatus.CellForeColor = &HC0&
    Case "CALC"
    FlGrdPSFStatus.CellForeColor = &HC0&
    Case Else
    'FlGrdPSFStatus.Font = "Arial Narrow"
    FlGrdPSFStatus.CellForeColor = &H0&
    End Select
    End If
    glhSelect& = EntUnSelect(glhSelect&, HYP_ID_PSFDATA, sigCat, 1, rc%, lpAPIs)
    End Function

  • Hyperion Enterprise API

    Hi,Can anyone tell me whether we can establish a connection between a Front-end application (Java,J2EE) and Hyperion Enterprise database? In otherwords, what we do normally (data entry/updates) between any Java,J2EE application and Oracle DB, can we do the same functionality with Hyperion Enterprise database.Thanks in advance for your help.

    I found this set of instructions that could help you create your own Status Function, but you really need to know Visual Basic, anyway here it is:
    Dim selectaddrc As Long
    Dim wStatus As Integer
    Dim iDataView As Integer
    Dim sDataView As String
    Dim iView As Integer
    Dim lpBuf As String * 127
    Dim lpAPIs As apiStruct
    sigCat = EntFindStrN(glhSelect, HYP_ID_CATEGORY, HYP_NONE, szCategory, 0)
    If sigCat = HYP_NONE Then
    nRC = MsgBox("Unable to obtain Category signature.", vbExclamation, sMsgTitle)
    Exit Function
    End If
    sigEntity = HYP_NONE
    If szEntity <> "" Then
    sigEnt = EntGetEntitySig(glhSelect, szEntity, NAME_EXPLICIT)
    End If
    dValue# = 0
    lpAPIs.sigCat = sigCat&
    lpAPIs.sigName = sigEnt&
    lpAPIs.sigParent = HYP_NONE
    lpAPIs.wType = ID_REGULAR
    lpAPIs.lStartPeriod = StPer& - 1
    lpAPIs.lEndperiod = StPer& - 1
    lpAPIs.u_Dfa.sigAcct = -1
    lpAPIs.u_Dfa.iFreq = -1
    lpAPIs.u_Dfa.bAutoRecalc = False
    lpAPIs.u_Dfa.bPeriodic = iDataView%
    lpAPIs.u_Dfa.sViewType = HYP_NONE
    lpAPIs.u_Dfa.sigAccumFreq = HYP_NONE
    lpAPIs.lpimrData = EntGetVarAddr(dValue#)
    lpAPIs.lpseStatus = EntGetVarAddr(wStatus%)
    selectaddrc& = EntSelectTableAdd(HYP_ID_PSFDATA + HYP_ID_ASSOC, sigCat, glhSelect&, APILOCK_READONLY, 0, 0, 0, 0, lpAPIs)
    If selectaddrc& = -1 Then
    Exit Function
    End If
    rc = EntQueryExStr(glhSelect, HYP_ID_PSFDATA, HYP_PSF_GETSTATUSTEXT, -1, -1, Len(lpBuf$), lpBuf$, lpAPIs)
    If rc% = 0 Then
    GetPSFStatusA = UCase$(CToB(lpBuf$))
    Select Case GetPSFStatusA
    Case "LOCKED"
    FlGrdPSFStatus.CellForeColor = &HC0&
    Case "OK"
    FlGrdPSFStatus.CellForeColor = &H8000&
    Case "NO DATA"
    FlGrdPSFStatus.CellForeColor = &H0&
    Case "CHANGED"
    FlGrdPSFStatus.CellForeColor = &HC0&
    Case "IMPACTED"
    FlGrdPSFStatus.CellForeColor = &HC0&
    Case "CALC"
    FlGrdPSFStatus.CellForeColor = &HC0&
    Case Else
    'FlGrdPSFStatus.Font = "Arial Narrow"
    FlGrdPSFStatus.CellForeColor = &H0&
    End Select
    End If
    glhSelect& = EntUnSelect(glhSelect&, HYP_ID_PSFDATA, sigCat, 1, rc%, lpAPIs)
    End Function

  • Hyperion Enterprise 6.3 API related and No MODAPPDLL parm

    I am trying to utilize Hyperion Enterprise 6.3 API to connect to file based application and extract data.
    I have not had much success with it. I am using 'C/C++' apis and calling EntOpenApplication() to connection to the application after I call CoInitializeEx (as suggested in the API documentation)
    but I get a dialog with the following message:
    No MODAPPDLL parm: OpenApp error
    Based on what I could gather from the documentation of Enterprise 6.3 the following should be in the application.ini file MODAPPDLL="HEFILE"
    I have checked to see that value is correct.
    I am sure that somebody has been able to use the API to connect to Hyperion Enterprise, if you could share your knowledge on this it would be of great help.
    I have not been able to find the right resources with regards to code samples on how to use the API. If anyone has knowledge of this, it would be great if you can pass it on to me.
    I have installed Hyperion Enterprise 6.3 on Win7 (64 bit), I have been able to create a file based application and log in successfully through Hyperion Enterprise application but not able to log in when I use C/C++ API.
    I am using Visual Studio 2008 to create a C++ application that will connect to Hyperion application.
    Any help/pointers in this regard is greatly appreciated.
    Thanks
    -Phaniraj

    If you are sure the entity doesn't exist, trying using the purge entities feature. Go to the Entities module, from its main menu select Task->Unowned Entities and run the Unknown entities report, if the entity that is causing the problem is there, run the purge unowned entities task. Make sure you dont purge other entities that you may need.

  • Hyperion Enterprise VB API : Entdatafileopen sub

    Hi there,I have a question regarding the use of the EntDataFileOpen function in VB for the Hyperion Enterprise product.I don't really know what tables I should select prior to calling this function.The documentation that I have says "This function selects the Datafile table for a specified entity, account, and parent.This function must be used for each category, entity, account set combination."How do you select an account set ?Thanks a lot,V.Q

    It turns out that this was not working because it was running from a machine that had a different version of the Essbase Client than the Essbase server. When i changed this it worked.

  • Hyperion Enterprise Web error when trying to do application setup

    Hi David,
    Thanks a lot on helping me in resolving one issue, "Hyperion Enterprise Error: Module not Found He.hecontainer". But when I click on application setup I am getting the following error message.
    Server Error in '/HEWeb' Application.
    Source File: C:\Program Files (x86)\Hyperion Solutions\Hyperion Enterprise\HEWeb\StartupAdminMain.aspx Line: 795
    Object variable or With block variable not set.
    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.NullReferenceException: Object variable or With block variable not set.
    Source Error:
    Line 793:
    Line 794: ' Get the application list
    Line 795: vtStatusCode = Application("EntAppObject").EnumApps(vtAppListXML, vtStatusDesc)
    Line 796:if vtStatusCode 0 or vtAppListXML = "" then
    Line 797: ' To display the localized string for Errorloading application list problem
    Source File: C:\Program Files (x86)\Hyperion Solutions\Hyperion Enterprise\HEWeb\StartupAdminMain.aspx Line: 795
    Stack Trace:
    [NullReferenceException: Object variable or With block variable not set.]
    Microsoft.VisualBasic.CompilerServices.Container..ctor(Object Instance) +765074
    Microsoft.VisualBasic.CompilerServices.NewLateBinding.LateGet(Object Instance, Type Type, String MemberName, Object[] Arguments, String[] ArgumentNames, Type[] TypeArguments, Boolean[] CopyBack) +538
    ASP.startupadminmain_aspx.__Render__control1(HtmlTextWriter __w, Control parameterContainer) in C:\Program Files (x86)\Hyperion Solutions\Hyperion Enterprise\HEWeb\StartupAdminMain.aspx:795
    System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +115
    System.Web.UI.Page.Render(HtmlTextWriter writer) +38
    System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint
    Thanks,
    Rakesh

    Hello,
    I believe you posted your query to the wrong forum. I would suggest you review the classifications for which forum to post the query. This assist other users by following the guidelines:
    Financial Consolidation
    Covers Hyperion Financial Management, Hyperion Enterprise, and respective administration/development topics
    Financial Data Management
    Covers Hyperion Financial Data Quality Management, Hyperion Data Relationship Management (formerly Hyperion MDM), and respective administration/development topics
    So in essence; please repost your query to Financial Consolidation.
    Thank you,

  • Hyperion Enterprise web error message

    Hi,
    I am using Hyperion Enterprise 6.5 version, When i tried to enable web version of Hyperion enterprise web by browsing http:\\localhost\Heweb from the server
    Server Error in '/HEWeb' Application.
    Module not found:he.hecontainer
    Object variable or With block variable not set.
    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.NullReferenceException: Object variable or With block variable not set.
    Source Error:
    Line 338:     ' Get the application list
    Line 339:
    Line 340: vtStatusCode = Application("EntAppObject").EnumAppsForLogon(vtAppListXML, vtStatusDesc)
    Line 341:
    Line 342: Dim domXML
    Source File: C:\Program Files (x86)\Hyperion Solutions\Hyperion Enterprise\HEWeb\LogonMain.aspx Line: 340
    Stack Trace:
    [NullReferenceException: Object variable or With block variable not set.]
    Microsoft.VisualBasic.CompilerServices.Container..ctor(Object Instance) +765074
    Microsoft.VisualBasic.CompilerServices.NewLateBinding.LateGet(Object Instance, Type Type, String MemberName, Object[] Arguments, String[] ArgumentNames, Type[] TypeArguments, Boolean[] CopyBack) +538
    ASP.logonmain_aspx.__Render__control1(HtmlTextWriter __w, Control parameterContainer) in C:\Program Files (x86)\Hyperion Solutions\Hyperion Enterprise\HEWeb\LogonMain.aspx:340
    System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +115
    System.Web.UI.Page.Render(HtmlTextWriter writer) +38
    System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +4240
    Version Information: Microsoft .NET Framework Version:2.0.50727.3615; ASP.NET Version:2.0.50727.3601

    Hi Rakesh,
    1.) Please confirm you followed the steps below during your HEWEB initialization process? (The first time you enable HEWEB - the applications added need a long time to cache depending on their complexity.)
    *How to Prevent Hyperion Entperise Web Components from Timing out and Dropping from Memory on HEWEB Server [ID 1134663.1]*
    Modified 03-AUG-2010 Type HOWTO Status PUBLISHED
    Applies to:
    Hyperion Enterprise - Version: 6.5.0.0.00 and later [Release: 6.5 and later ]
    Information in this document applies to any platform.
    Goal:
    What steps are required to prevent an application loaded into HEWEB from timing out and dropping from memory thus requiring users to wait for the application to re-load whilst the connect?
    Solution:
    In order to use Hyperion Enterprise Web (HEWEB) and Hyperion Smartview for Enterprise (HSE) the application you wish to connect to needs to be Enabled for HEWEB on the designated HEWEB server.
    To enable an Application for HEWEB the designated HEWEB Server needs to have Microsoft Internet Information Server (MIIS) and ASP.NET installed.
    If the HWEB component has never been installed, the Enterprise Installer needs to be run selecting the HEWEB option on the Install component list. Once selected and run the install. This will install the required version of HEWEB and ASP.NET.
    If the HEWEB server has been installed, in order to Web Enable the application(s) required follow the steps below:
    1.Login to Enterprise as a user with Admin Rights.
    2. Enter the Application Module from the Enterprise Desktop.
    3. Choose the Navigate menu followed by Server Administration.
    4. In the Web Server pane select the Enabled check box.
    Set the Web Server URL to read http://YOUR SERVERNAME.
    Set the Session Manager, task Server and Web Application Controller to be just the server name.
    Set the upload location to be a suitable folder on the server in which to store dataload files.
    5. If using Hyperion Enterprise Reporting Web (HERW) as well as HEWEB:
    Set the Server name for your HERW server in the Hyperion Enterprise Reporting Web Server.
    6. Leave the number of connections set to 12.
    7. Once these parameters are all set. Hit Apply.
    Depending on your application size and complexity of your metadata, after a delay, three processes will start up and consume memory and CPU. These are HeAppController.EXE, HeDataController.EXE and HeAppMgr.EXE. The time taken is a function of application metadata complexity and NOT the amount of data within the application.
    Once the HeAppController.EXE has settles to 0% CPU utilization and the process memory usage has stopped increasing the application has loaded into HEWEB and should be visible in the list of applications when you hit the link http://YOURSERVERNAME/HeWeb/default.asp from a browser.
    If the application takes a very long time to load, the amount of time can be reduced with no adverse affect by editing the Applicationname.ini located in the application folder to include the line ENABLECACHEFORSMARTVIEW=”0” towards the end of the file.
    After some time these 3 processes, HeAppController.EXE, HeDataController.EXE and HeAppMgr.EXE will drop from memory and if the line WEBAUTOSTART=1 is set in your server Hypent.ini file, these processes will re-load when a user hits the HEWEB server via a browser or makes a Smartview Connection attempt.
    Note if the load process for your application takes a long time, the first users to hit the server will have to wait while the processes re-load.
    This can cause user confusion and lead users to think the server is down!
    To prevent these processes dropping from memory perform the following steps on your HEWEB server:
    1. From the Start Run command run INETMGR to bring up Microsoft Internet Information Manager Console.
    2. Identify the Default Application Pool in the left hand pane by drilling down into Application Pools.
    3. Right Click on the Default Application Pool and select properties.
    4. Find the re-cycling TAG and edit the value in Recycle work processes in minutes to a long period i.e. 28800 (20 days).
    5. Find the Performance Tag.
    6. DESELECT, Shutdown worker processes after being idle for (time in minutes).
    7. Exit from the Web pools setting and close down INETMGR.
    8. From the start button re-set IIS services by issuing the command IISRESET from the run box.
    9. IIS will now re-start and then once initially called the process for HEWEB should not remain in memory for the duration of the period specified.
    Note: Be wary of taking back-ups while the webserver connection are held open. It is advised that the internal Enterprise back-ups are used which will not be affected by the HEWEB process remaining active.
    2.) In your previous post you mentioned that you followed all of the installation steps required for installing HE 6.5.1. Could you please confirm that this was a new installation? Or was this an upgrade from an older version?
    Let me know how you get on.
    G'Luck,
    -David

  • Best practice to extract data from Hyperion Enterprise 5.5

    We are looking into extracting high-level data from our Hyperion Enterprise 5.5 and am in the process of researching what are the best practices to do that. I am reading the docs for the APIs that I can call from VB6. I am also interested if there are available Java APIs out there.Thanks in advance and Happy Holidays to everyone!Angelito [email protected]

    The easiest is using HAL (Hyperion Application Link). I have used HAL to extract data, organizations, account, subs, entities, etc.

  • Upgrade to Hyperion Enterprise 6.5.1.1.102 - Performance Issues

    We are testing an upgrade to Hyperion Enterprise 6.5.1.1. We have applied the Update 2 patch which I believe officially takes the version to 6.5.1.1.102. In testing reports and consolidation between the new version and the old 6.4.1 version of Enterprise, we are seeing a delay in how long it take reports to generate and for Consolidation to complete. With reports, we see the delay specifically when running large reports that pull a lot of data.
    Currently, our 6.4.1 Hyperion application is installed on a Win2003 server and our users access Hyperion via Citrix. The 6.5.1.1.102 version is installed on a Win2008 server and is being accessed through Citrix.
    To isolate this issue, we loaded Hyperion locally on a server and the timed some reports. The 6.5 reports take just as long to run as on our current v6.4 platform. So, it appears there is a performance issue running 6.5 enterprise through Citrix. Has any one else experienced this type problem or have any suggestions. We have been referred to numerous performance tuning notes from Hyperion support but nothing seems help.
    Thanks.

    Hi,
    I would suggest you to apply the latest patch 6.5.1.1.103, and I would strongly recommend you to upgrade to HFM.
    Hyperion Enterprise and Hyperion Enterprise Reporting Statement of Direction (Doc ID 1396504.1)
    Hope this helps,
    Thank you,
    Charles Babu J

  • Extract of entities in Hyperion Enterprise

    We are running on Hyperion Enterprise 5.5.4. Please advice me how to take the dump of all the tntities and its properties to MS Excel.<BR><BR>Thanks<BR>Ravi

    Hi,
    Here's the exact problem. There is one user who is the owner of 600 entites which are spread across 20 different hierarchies in the entity structure. He wants to select all entities for which he is an owner in the workflow at one go and do a mass promote of all 600 entities. Here's is what we have been able to achieve so far.We go into the flat view in the work flow and click select mine which checks all the entities pertaining to that user and after that when the user goes into the change status and wants to promote all the 600 entites at one go the system opens a different page and it says page not displayed. This works for a small set of entities but when we do it for a larger set it throws error.
    Alex

  • Hyperion Enterprise 6.5.1 Web Communication Error

    OS Environment : Window Server 2003
    Hyperion Enterprise Version: 6.5.1
    I am having receiving the following error while opening Hyperion Enterprise thru Web:
    Error:
    There was some communication error while loading the tree. HTTP Status: 500
    Object reference not set to an instance of an object.
    Line 35: strlang = Request.Cookies.Get("Displaylanguage").Value 'II
    If you have encountered this problem or have an answer to this problem, I would really appreciate your help.
    Thanks

    Hi,
    I got this problem in January 2010.
    This problem is concerned about cookie validation date for HPE651 web, also HPE6500.
    Please see the Pacth p9544446_65100_WINNT.
    Thanks,
    Hisahiko Shimura

  • What is hyperion enterprise means

    hi
    what is meant by hyperion enterprise.
    is it a separate tool.
    or
    what tools come under hyperion enterprise

    At it's core Enterprise is a consolidations tool, it's a two-tier design (client/server) versus having a web and application server.
    Take a look at the below presentation and other thread which goes a bit more in depth on the differences between Enterprise and Financial Management.
    http://www.advancedatatools.com/HyperionUserGroup/presentations/HFMJune2006.ppt
    slide 29 has a nice table which compares Enterprise with Financial Management
    Re: Difference between Hyperion Enterprise and HFM
    Regards,
    -John

  • Is there consolidate YTD setting at Hyperion Enterprise?

    At HFM, we have consolidateYTD option to set consolidation View.
    However, may I know is similiar setting at Hyperion Enterprise?

    Hi Meg,
    Thank you for your response. Yes, I understand, and that is how I have been storing numbers since having a cell.
    However, I still felt compelled to inquire with the iPhone comunity.  Most of the iPhone users in our enterprise are Blackberry converts - and often refer back that way when comparing features; for they were only recently all converted.
    Due to the fact that Blackberry had a feature that allowed users to set a default area code, prefixing all calls dialed - thus allowing for 7 digit dialing when the number entered did not have all 10 digits entered - many users still have their contacts listed as such, as well as are used to 7-digit dialing, and have not had the time to get used to 10-digit dialing - which has become the new norm/standard with mobile devices.
    So when the question came up - and I couldn't find a similar feature/app to answer their question, I felt compelled to ask if a similar feature existed for the iPhone.  I did place a feedback notice with Apple as a possible feature request, as I can see where that could be helpful to some, but who knows if it even goes further than simply a lost submission.
    Either way, again, thank you to for your response, as well as to everyone who has read and/or responded to me so far.  I greatly appreciate your input.
    Best Regards,
    -James-

  • Hyperion Enterprise or GCS?

    We are currently running Hyperion Enterprise and we are also involved in an Oracle ERP build. Included in our purchase was the Global Consolidation System (GCS) and some of my piers contend that we should move to GCS for several reasons (self contained consolidations being the biggest one). I content that Hyperion Enterprise is a better solution than GCS on many levels, but I was hoping to get some expert opinions on the choice and which you feel is better.
    Thank You

    I have all the installation files, product docs and read me files for Hyperion Enterprise Release 5.1.
    Would these help? If you posted me your email address I could make them available to you for download.
    I thought I had Enterprise 4 around here somewhere. If I find it I'll certainly post another note.
    Regards,
    David

  • Hyperion Enterprise Web Server  - Error 406

    Hi,
    The problem occurs when trying to activate the Hyperion Enterprise webserver from the Server Administration. The error message displays "HTTP 406 error".
    We have tried many things including a full reinstall but have not managed to find a solution or pin point what's causing the problem.
    Has anybody experienced this issue before or have any suggestions as to why this is happening.
    Thanks

    Does anyone have a solution to this error? We are seeing the same.
    The Web service is running fine and we can try to enable the application from either Server Administration application or selecting application setup from the web login screen.
    The Server Admin application returns the error HTTP 406 : The resource cannot be displayed. When trying to enable the application for web access.
    The Web server application setup shows no applications within the application dropdown selection control.
    Tried using alternative applications, all of which appear to working perfectly OK other than not being web enabled.

Maybe you are looking for

  • Open MrSid files in Photoshop CS4

    Hi, I had a question about Photoshop CS4. Can MrSid files be opened and viewed with Photoshop CS4? I tried opening a MrSid file but it stated that it was not the right kind of document. Thank you in advance for your help. Brian.

  • How to use powershell in sharepoint 2007

    How to use powershell in sharepoint 2007

  • Old time question: why is time machine suddenly extremely slow?

    When I ran Time machine to back up into my external drive last night, It was 50-70MB/second, but now it does not even reach 1mb/s. I tried to re-index spotlight but no help, verified disk, no repairs needed. The only thing I haven't done is to reform

  • Can't save file: error message states -unbalanced tag..

    <body class="twoColElsLtHdr"> I am not able to 'save as' a file I created yesterday.  An error message box comes up & states that line 249 is an 'unbalanced tag' I am hoping someone can explain what I need to do to get this problem resolved.  I was m

  • Safari community toolbar

    When in Safari, I keep getting the following error message---"We're sorry but the Safari browser version you are currently using does not support the community toolbar." How do I fix the problem??