Error creating ICP Reports in non-HFM format

Hi,
I've got HFM 11.1.2.1.103 installed on a 32-bit Windows Server 2003 R2. ICP reports in HFM-fromat open just fine but ICP reports in non-HFM fromat (pdf, xls) open with the following error (although they used to open fine too):
An unknown error has occurred in the HsxAuthentication object.
Show Details:
Error Reference Number: {884C57AA-37BB-4EA2-9598-F91AD897A099};User Name: avorobeva@Native Directory
Num: 0x800412c0;Type: 1;DTime: 31.01.2012 11:25:20;Svr: APPSERV;File: CBIPubSystemReports.cpp;Line: 390;Ver: 11.1.2.1.103.3505;
Num: 0x800412c0;Type: 0;DTime: 31.01.2012 11:25:20;Svr: APPSERV;File: CHsvReportGeneratorACM.cpp;Line: 1163;Ver: 11.1.2.1.103.3505;
Num: 0x800412c0;Type: 0;DTime: 31.01.2012 11:25:20;Svr: APPSERV;File: HFMActionsExecution.cpp;Line: 2426;Ver: 11.1.2.1.103.3505;
Num: 0x800412c0;Type: 0;DTime: 31.01.2012 11:25:20;Svr: APPSERV;File: HFMActions.cpp;Line: 72;Ver: 11.1.2.1.103.3505;
Num: 0x800412c0;Type: 0;DTime: 31.01.2012 11:25:20;Svr: APPSERV;File: HFMCESAction.cpp;Line: 28;Ver: 11.1.2.1.103.3505;
Num: 0x800412c0;Type: 0;DTime: 31.01.2012 11:25:20;Svr: APPSERV;File: Actions.cpp;Line: 385;Ver: 11.1.2.1.103.3505;
In the FMErrorLogViewer the previous to the error step looks like writing the generated report into a temporary folder: CBIPubSystemReports::GenerateSystemReportOutputSpecificFormat - bstrReportOutputFileName = C:\Oracle\TEMPFO~1\\BIPubTemp50. But I cannot find the file specified in this folder. I've checked rights of the user that runs HFM service but those are fine. I also tried restarting server but it doesn't help.
Does anyone have ideas about what the problem could be?
Thanks,
Alexandra

Hi,
Try adding "Network Service" and also IIS_IUSR (for IIS7 depends on your version of IIS for exact group name) as having full control of the folder.
From memory, the issue you mention was reported as a bug in 11.1.2.1.00 and supposed to be fixed in .103 (the version you say is installed.)
James

Similar Messages

  • Getting the error from icp report

    i am looking to take the icp report but getting below error
    An error has occurred. Please contact your administrator.
    Show Details:
    Error Number:70
    Error Description:Permission denied
    Error Source:Microsoft VBScript runtime error
    Page On which Error Occurred:/hfm/Administration/ShowRunningTaskLog.asp
    Edited by: Kimi on Feb 20, 2012 4:13 PM

    Hi
    Follow the below steps..
    This issue is caused by NTFS permissions on the FileTransfer folder on the HFM Web Server and can be verified by giving the Everyone group Full Access Control to the FileTransfer folder
    1. Check the data value of FileTransferFolderPath value in the Windows Registry: HKEY_LOCAL_MACHINE\SOFTWARE\Hyperion Solutions\Hyperion Financial Management\Web
    2. In Windows Explorer navigate to the folder specified in above registry, right-click on folder name and select Properties then the Security tab.
    3.Make sure that the below accounts should be available. if not Add IUSR, IWAM, IIS_WPG, Interactive, System, Service, Local Service, Network, Network Services, DCOM account, Anonymous and Everyone to the Web folder and
    Give Full Control permissions
    4. Click apply and Restart IIS
    now it should work.. still if you face the issue follow the below Oracle knowledge base article
    Financial Management Error "Error Number:70 Error Description: Permission denied" When Loading or Saving Objects (Doc ID 596447.1)
    thank you
    Regards,
    Mahe

  • Error creating Crystal Report using Stored Proc Universe

    Hi,
    I have created a stored procedure Universe, using the new feature available in XI R3.
    This connects to an Oracle database, executing a PL/SQL procedure returning ref cursor.
    I have created a WebI report using this Universe, which works fine and functions as expected.
    So there are no problems with either my Oracle stored proc or the Universe.
    However, I would like to create a Crystal report (2008) using the same Universe.
    I can create the report ok - using the SP Universe.
    When I attempt to refresh the data I get an error:
    Failed to retrieve data from the database.
    Details: ORA-06550: line 1, column 7:
    PLS-00103: Encountered the symbol "." when expecting one of the following:
    begin case declare etc etc
    .................................My Procedure ...................
    CREATE OR REPLACE PROCEDURE BIADM.Bo_Test_Report_R
    (Deposit_Cursor IN OUT SYS_REFCURSOR)
    IS
    BEGIN
    OPEN Deposit_Cursor FOR
    SELECT DISTINCT foracid "A/C"
    , acct_name "A/C Name", acct_opn_date "OP/Date", schm_code "SchmCode"
    FROM gam@finrpt
    WHERE acct_cls_flg ='N'
    AND foracid ='2252020145001';
    --AND cust_id ='CB2020145'
    END Bo_Test_Report_R;
    Please Give me solution as early as possible.
    Masud Iqubal

    Moved to Universe Design forum.

  • Error creating custom reports. Permissions issue with custom reports

    I am having permission issues with reports. I am building a new Configuration Manager  2012 infrastructure and I have configured the Site server on Server1 and the DB is on Server2. Server2 also hosts the Reporting Point and SSRS roles/features. If
    I look in Monitoring at the Site Status and Component Status are all green no issues with the setup.
    Running SQL 2008 SP2 (no CUs). I have a service account that I used to install Configuration Manager and SQL. This service account is running the SQL service on Server2 and i am using the same account as the Reporting Services Point Account.
    I log into the SCCM console with a different user account, lets call it Admin1. This account is a member of the Full Administrator role. I can run any built in report.
    When I open the SSRS website and try to create a custom report I connect the DataSource using Windows Authentication. So the Datasource is connecting using the logged in users account. In this case Admin1. I test the connection and it connects fine.
    I test this query. (Select * from v_R_System) I only have about 10 workstations discovered so the report shouldn’t be very big. I get an error “The Select permission was denied on the object ‘v_R_System’, Database ‘CM_XXX’, schema ‘dbo’. (Microsoft sql server,
    Error: 229)”
    I have fixed the SELECT permission error by going into the database (using SQL Management studio) and granting Admin1 Select rights to the Configuration Manager database. I can now run the above query and make custom reports.
    My 2<sup>nd</sup> problem is that other members of the Full Administrator role cannot run these custom reports unless I go into the database and grant them the SELECT permission.
    Question:
    Should I have to manually go into the database to add SELECT permissions(i could use a group)? shouldnt Configuration Manager take care of this for me?
    Maybe the built in reports use the SQL service account rights and the custom ones do not? Am I doing something wrong with the Datasource when I create these custom reports?
    What is the correct process for creating custom reports?

    I think i am getting closer to a solution. After the Custom report is created. i can go back into the report. Delete the DataSource. Then browse for a dataSource. there is a datasource located in http://server2/reportserver/ConfigMgr_XXX/
    That datasource is used by all builtin reports. if you view the properties on the Credentials tab it is set to "do not use credentials" and the option is greyed out / cannot be changed.
    it looks like i still need the SELECT permissions on the database to create the report initially but at least i have solved the problem with viewing these reports.
    Can anyone confirm that what i did is correct?

  • Error creating interactive report

    Hi
    I get the following Oracle error when I attempt to create an interactive report:
    ORA-01446: cannot select ROWID from, or sample, a view with DISTINCT, GROUP BY, etc. ORA-02063: preceding line fromThe select statement I am trying to base the report on is:
    SELECT MAX(b.oracle_job_num)                                                          AS "Oracle Job Number"
          ,MAX(b.stream_id)                                                               AS "Stream ID"
          ,MAX(b.batch_id)                                                                AS "Batch ID"
          ,b.billing_pk                                                                   AS "Billing Reference"
          ,MAX(REPLACE(b.job_type_desc2,'_',' '))                                         AS "Job Type"
          ,MAX(b.file_date)                                                               AS "Date Recieved"
          ,MAX(b.total_docs)                                                              AS "Volume Recieved"
          ,SUM(NVL(d.total_docs_dispatched,0))                                            AS "Volume Dispatched To Date"
          ,MAX(b.total_docs) - SUM(NVL(d.total_docs_dispatched,0))                        AS "Volume Outstanding To Date"
          ,NVL(TO_CHAR(MIN(d.dispatch_timestamp),'DD-MM-RRRR HH24:MI'),'N/A')             AS "First Dispatch Date"
          ,NVL(TO_CHAR(MAX(d.dispatch_timestamp),'DD-MM-RRRR HH24:MI'), 'N/A')            AS "Last Dispatch Date"
          ,ROUND(SUM(NVL(d.total_docs_dispatched,0)) / MAX(b.total_docs) * 100)           AS "Percentage Dispatched"
          ,MAX(b.total_sheets)                                                            AS "Total Sheets"
          ,MAX(b.impressions)                                                             AS "Total Impressions"
    FROM billings b
        ,job_batch_dispatch_details d
    WHERE b.billing_pk = d.billing_pk (+)
    AND TRUNC(file_date) >= '25-APR-2008'
    AND UPPER(customer) LIKE 'B%'
    GROUP BY b.billing_pkPlease can anyone suggest what I need to do in order to get the report to work?
    Many thanks

    Paul,
    There should be more to that error message, that instructs you to change the "Unique Column" which is used to identify each row for the default drill-down link.
    If you are creating this report using the Create Page or Create Region wizard, try choosing "No" for "Link to Single Row View" below the query.
    - Marco

  • How can I create a report with a specified format in Answers

    Hello Everyone!
    I want to create a request in Answers gives me a report format like this:
    http://i25.tinypic.com/t6p0ee.jpg
    How can I achieve this?
    Please help!
    -D

    Thanks for quick replies. I think I was not able to give a lot of details.
    So, I am selecting a country, region, branch (branches can be multiple)
    The report is grouped by Branch (I get details of each individual projects within each of the branch, the total sales of individual projects and then total sales of the branch)
    The report then further gives me sum of sales of the branches that selected in my query.
    In the end I want the report to look similar to the pic I posted.
    Thanks!
    -D

  • Creating a report using ttx file format

    <font size="2"><p>Hello All </p><p>I have downloaded the professional version of the Crystal Reports for Eclipse. I wanted to know if a report template can be created using a ttx file format and passing recordsets at run time to the reports. If an example can be provided it will be great. </p><p>I tried to look for the ttx file format in crystal but could not locate the same. Is it available with the professional edition..</p><p>Any help is highly appreciated.</p><p>thanks </p></font>

    Hi,
    In CR4E you can mimic the TTX design process using a Java class file and our POJO implementation. Essentially you can make an empty class with a number of publicly defined variables. For example if I created a new class as such:
    public classTTX_POJO {
    Â Â
    public int customer_id;
          <font color="#660000">public </font>String customer_name;
    Now, I can use this class to design a Crystal Report. In the report designer you will see a new table (in this cased called TTX_POJO) with 2 Fields (int and String). This will serve the same purpose as a TTX which is to get the meta-data into the report.
    Now at runtime, I can pass in a Resultset which returns the same meta-data, as in the following SQL query:
    *"SELECT CUSTOMER_ID,CUSTOMER_NAME FROM APP.CUSTOMER WHERE COUNTRY = 'Australia'" *
    Anyway, if you need more information on creating reports off of POJOs you can watch the following video tutorial:
    *http://diamond.businessobjects.com/node/426*
    Regards,
    Sean Johnson (CR4E Product Manager)
    Rate this plugin @ Eclipse Plugin Central          </p>

  • Analyzer error creating new reports

    Has anyone seen this error message?<BR><BR>Error while executing query and retrieving data.; nested exception is com.hyperion.ap.APException:[1033] Native:<BR>-1073741819 Operating system exception thrown<BR><BR><BR>I started getting this today when I tried to create any new report to any database connection (old and new DB connections) Old reports still work, but I can't create anything new. Nothing has changed that I am aware of.<BR><BR>I tried restarting the service, rebooting the server, uninstalling and reinstalling Java client. Nothing has helped.<BR><BR>Nothing in the Hyperion knowledge base.<BR><BR>I plan to open a trouble ticket with Support but I have a ticket already opened with them for another issue with Analyzer for about a month now.

    <p>Gary,</p><p>I have seen this issue. As far as I remember it did occur whilecreating the reports. I tried getting this solved but eventuallyhad to reinstall. Are you using desktop client? Are you able tocreate reports from the webclient? Hyperion told me that it wasrelated to some patches that could have been pushed onto themachine but i never believed that.</p><p>Will try to dig back and see what I got for this.</p>

  • Proxy error when downloading report (IR) in csv format

    I'm getting the error below when downloading IR report in csv format. I'm getting that whenever the records is more than 108,000. Is there a limit in records to download? Is there a resolution.
    I am using apex 4.1, EXCEL 2010.
    Thanks,
    Pinky

    Since it is a text file it should have no limits within reason..
    See if you can recreate issue on Oracle's hosted site..
    Simple test, build a standard report on a table that has 101,000 rows and try downloading and then build a IR report on same table..
    Thank you,
    Tony Miller
    Dallas, TX

  • Creating summary report in an excel format

    <p>I would like to create a monthly summary report in one page that would capture the sum of certain group fields in an orderly format. for example </p><p><em>issues          weekly       monthly      year</em>   </p><p><strong>total                  45                    200                     2100</strong></p><p> code1              10            50             500</p><p>code 2             20            80              700</p><p>code3              15            70             900</p><p> <strong>Total open     55                 25                      65</strong></p><p>Agency1          40             15             35 </p><p>Agency2          5               5              10</p><p>Agency3        10              5                20</p><p><strong>Total Closed   40                50                        425</strong></p><p>typeA             15            20                  150</p><p>typeB              15           20                 175</p><p>typeC              10           10                 100</p><p>The totals  are summary fields and codes and types are group fields with summary totals</p>

    duplicate - please do not post multiple times

  • Error: "Couldn't create Crystal Reports Engine for report format version 10.0"

    Post Author: mkubala
    CA Forum: Crystal Reports
    I created several reports in ClearQuest v2003.6.15 using Crystal Reports v10. When a user tries to run these reports from his machine he gets the following error:"Problems executing ReportContact your ClearQuest administrator to verify that a supported version of Crystal Reports has been installed.Couldn't create Crystal Reports Engine for report format version 10.0"My version of CR is compatible with this version of CQ and he shouldn't need CR installed to run the reports so I'm not sure what the issue is?

    Post Author: nschindler
    CA Forum: Crystal Reports
    I have the same problem with ClearQuest 7.0.1.1, except the error contains 'version 11.0' instead of 10.0.This happened when I installed Crystal Reports XI Pro designer.  I followed the procedure to manually uninstall and re-install CR, which allowed me to to author report formats, but I still get this error when trying to view report in the ClearQuest for Windows client.  I tried to re-register all the CR viewer DLLs I could find, but still no luck.Any suggestions?  Thanks,Nate

  • Error in Running REPORT in JSP format

    Dear Fellows,
    I have created a report in JSP format and deployed on the local web server. I try to run the report through this URL.
    "http://dw_hit4:7778/emprev_Zeeshan.jsp?server=repsrv&userid=hr/hr@sbpdw"
    When i access this URL i get this error
    "Error: java.lang.ClassNotFoundException: oracle.reports.jsp.ReportTagExtraInfo"
    Can any one tell me what is the cause of ths error and how to get rid from it.
    Please this is very urgent.. Help me...
    Awaiting For the earliest reply..
    Thanx in Advance
    Zeeshan Suria

    I have created a report in JSP format and deployed on the local web server <<<Is this local webserver - Oracle HTTP server ? Which one are you using ?
    1) If you are deploying reports in Oracle Application server ( Midtier - Business Intelligence , Forms and Reports )
    then there is a sample JSP report deployed which you can access from home page -->Demonstrations Tab
    You can search for the JSP Report ( forgot the exact location ). It should be emp.jsp or test.jsp
    You need to have reports_tld.jar (tag library) in <contextRoot>\WEB-INF\lib directory. See how the sample report is deployed.
    Additionally you need to have following jars in REPORTS_CLASSPATH env variable in registry HKLM\Software\Oracle\Home<x>
    $OH\reports\jlib\rwrun.jar;$OH\j2ee\home\oc4j.jar;$OH\reports\jlib\rwbuilder.jar;$OH\jlib\zrclient.jar;$OH\j2ee\home\lib\ojsp.jar;$OH\reports\jlib\xrpdsolap.jar;$OH\reports\jlib\xrpds90.jar;
    ( But all these entries come out of the box. Hence I asked which app server you are using )
    2) If you are using non-Oracle app server, then there are thin clients for BEA, IIS, OC4J and standalone thin client.
    You can get them in
    http://otn.oracle.com/products/reports/htdocs/search.html?cat=ALP&col=ALC&submit=Search
    Thanks
    Ratheesh

  • IllegalArgumentException error while exporting report in PDF format

    Hi all,
    we are using Crystal Report 2008, Java 1.5.22 and JRC 11.8.4.1094 to export reports in pdf format within java.
    It is working fine for all reports except for a specific report where it gives IllegalArgumentException while exporting the PDF.
    Below the error occurred:
    12:39:16,875 ERROR [c] Disk Exporter: no output file was created by an exporter
    12:39:16,875 ERROR <b> PdfExporter: caught Exception in PDFFormatter.finalizeFormatJob (from destination?); aborting export
    java.lang.IllegalArgumentException
         at com.crystaldecisions.reports.exporters.destination.disk.c.a(Unknown Source)
         at com.crystaldecisions.reports.exporters.format.page.pdf.b.a(Unknown Source)
         at com.crystaldecisions.reports.a.e.if(Unknown Source)
         at com.crystaldecisions.reports.formatter.a.c.if(Unknown Source)
         at com.crystaldecisions.reports.formatter.a.c.a(Unknown Source)
         at com.businessobjects.reports.sdk.b.b.int(Unknown Source)
         at com.businessobjects.reports.sdk.JRCCommunicationAdapter.request(Unknown Source)
         at com.crystaldecisions.proxy.remoteagent.x.a(Unknown Source)
         at com.crystaldecisions.proxy.remoteagent.q.a(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.dd.a(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.ReportSource.a(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.ReportSource.a(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.ReportSource.export(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.AdvancedReportSource.export(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.NonDCPAdvancedReportSource.export(Unknown Source)
         at com.crystaldecisions.reports.reportengineinterface.JPEReportSource.export(Unknown Source)
         at com.crystaldecisions.report.web.event.br.a(Unknown Source)
         at com.crystaldecisions.report.web.event.w.a(Unknown Source)
         at com.crystaldecisions.report.web.event.b7.broadcast(Unknown Source)
         at com.crystaldecisions.report.web.event.av.a(Unknown Source)
         at com.crystaldecisions.report.web.WorkflowController.do(Unknown Source)
         at com.crystaldecisions.report.web.WorkflowController.doLifecycle(Unknown Source)
         at com.crystaldecisions.report.web.ServerControl.a(Unknown Source)
         at com.crystaldecisions.report.web.viewer.ReportExportControl.a(Unknown Source)
         at com.crystaldecisions.report.web.ServerControl.getHtmlContent(Unknown Source)
    12:39:16,875 INFO  [c] Disk Exporter: finalizing export to destination
    12:39:16,875 ERROR [JRCCommunicationAdapter] Failed to export report
    com.crystaldecisions.reports.exporters.format.page.pdf.a.a: Unknown exception is thrown
         at com.crystaldecisions.reports.exporters.format.page.pdf.b.a(Unknown Source)
         at com.crystaldecisions.reports.a.e.if(Unknown Source)
         at com.crystaldecisions.reports.formatter.a.c.if(Unknown Source)
         at com.crystaldecisions.reports.formatter.a.c.a(Unknown Source)
         at com.businessobjects.reports.sdk.b.b.int(Unknown Source)
         at com.businessobjects.reports.sdk.JRCCommunicationAdapter.request(Unknown Source)
         at com.crystaldecisions.proxy.remoteagent.x.a(Unknown Source)
         at com.crystaldecisions.proxy.remoteagent.q.a(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.dd.a(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.ReportSource.a(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.ReportSource.a(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.ReportSource.export(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.AdvancedReportSource.export(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.NonDCPAdvancedReportSource.export(Unknown Source)
         at com.crystaldecisions.reports.reportengineinterface.JPEReportSource.export(Unknown Source)
         at com.crystaldecisions.report.web.event.br.a(Unknown Source)
         at com.crystaldecisions.report.web.event.w.a(Unknown Source)
         at com.crystaldecisions.report.web.event.b7.broadcast(Unknown Source)
         at com.crystaldecisions.report.web.event.av.a(Unknown Source)
         at com.crystaldecisions.report.web.WorkflowController.do(Unknown Source)
         at com.crystaldecisions.report.web.WorkflowController.doLifecycle(Unknown Source)
         at com.crystaldecisions.report.web.ServerControl.a(Unknown Source)
         at com.crystaldecisions.report.web.viewer.ReportExportControl.a(Unknown Source)
         at com.crystaldecisions.report.web.ServerControl.getHtmlContent(Unknown Source)
    Caused by: java.lang.IllegalArgumentException
         at com.crystaldecisions.reports.exporters.destination.disk.c.a(Unknown Source)
         ... 56 more
    Have an idea?
    Thanks

    Hello Andrea.
    I searched through the SAP Notes for the error that you are encountering.  There is an SAP Note that exists titled the following:
    1332907 - Report being exported to PDF format using the Crystal Reports for Eclipse 1.x runtime, errors with the exception: PdfExporter: caught Exception in PDFFormatter.finalizeFormatJob
    Since you may not have access to the SAP Notes, I will extract the details that are mentioned in the note here:
    =============================================
    Symptom
    Attempting to export a report to Adobe PDF format using the Crystal Reports for Eclipse 1.x runtime results in an exception.
    The exception indicates "PdfExporter: caught Exception in PDFFormatter.finalizeFormatJob"
    Environment
    Windows 2003
    Apache Tomcat 5.0
    Crystal Reports for Eclipse version 1.x
    Reproducing the Issue
    Using the Crystal Reports for Eclipse runtime version 1.x attempt to export a report to PDF format that has the "Repeat Group Header on Each Page" option enabled.
    Note: This does not occur if this option is enabled in a subreport.
    Cause
    When the "Repeat Group Header on Each Page" is enabled for a group in a main report the Crystal Reports for Eclipse 1.x runtime is unable to correclty format the PDF document which results in an exception.
    Resolution
    Updating the application to use Crystal Reports for Eclipse version 2.x runtime will resolve the issue.
    The most recent updates to the Crystal Reports for Eclipse runtime can be freely downloaded from the SAP SDN Website. 
    http://www.sdn.sap.com/irj/boc/crystalreports-java
    =============================================
    Since you are on JRC 11.8.4.1094 which is Crystal Reports for Eclipse 1.x, this may be the cause of your problem.
    I hope that this helps.
    Regards.
    - Robert

  • Error While creating new database connection from HFM workspace

    Hi,
    We have recently installed HFM and was trying to create database connection from database connection manager in HFM workspace.
    I am getting below error:
    "Error connecting to database connection : no HssJNIDriver950 in java.library.path" initially and later
    "Error connecting to database connection : com/hyperion/ap/adm/HssConn".
    Any information in this direction would helpful.
    Thanks,
    Bhargav
    Edited by: bhargavr on Jan 24, 2011 6:55 PM

    Hi bhargavr,
    We came accross the same issue. Try the following solution below for this 'KNOWN ISSUE' and let me know how you get on. Drop me a note if you have any questions regarding this post.
    Error: *"Error connecting to database connection: com/hyperion/ap/adm/HssConn" While Creating a Financial Management Database Connection* [ID 1102697.1]
    Modified 04-JAN-2011 Type PROBLEM Status PUBLISHED
    Applies to:
    Hyperion BI+ - Version: 11.1.2.0.00 and later [Release: 11.1 and later ]
    Microsoft Windows x64 (64-bit)
    Symptoms:
    You are running the Financial Reporting Web Server on a 64-bit server.
    When you try to create a new Financial Management (HFM) database connection using the Database Connection Manager in Workspace you receive the following message:
    “Error connecting to database connection <connection_name>: com/hyperion/ap/adm/HssConn”
    You can create a database connection in Financial Reporting Studio. When you refresh a report with a Financial Management database connection, you receive one of the following messages:
    “1001: Error connecting to database connection <DATABASE_CONNECTION_NAME>: com/hyperion/ap/adm/HssConn”
    or
    “1001: Error connecting to database connection <DATABASE_CONNECTION_NAME>: no HssJNIDriver950 in java.library.path”
    Cause:
    The issue is documented in unpublished bug 9537050, and in Known Issues in the 11.1.2 Reporting and Analysis Readme. Cross-reference unpublished bug 9707353.
    Solution:
    In the Windows registry, take the following steps:
    Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\HyperionSolutions\FinancialReporting0\HyS9FRReports.
    For each of the following entries, prefix the contents with text in the blue box: Env2, JVMOption13, and JVMOption17 (note that the JVMOption numbers might be slightly different in your environment).
    C:\Oracle\Middleware\EPMSystem11R1\common\ADM\11.1.2.0\bin-64
    If your EPM_ORACLE_HOME is not located at C:\Oracle\Middleware\EPMSystem11R1, replace that location with your location.
    Restart the server.
    G'Luck,
    -David

  • Non-admin users do not generate ICP Reports

    Hi all,
    I'm having an issue with HFM 11.1.3.5. Users that are not provisioned as administrator cannot see data in any ICP Report. The report runs fine, but the report shows no data. Only the POV is displayed. If an admin user runs the same report (with the same POV), All data is displayed correctly.
    I've tried to provide "all" acess to metadata in shared services (Assign acess control option), and still no data.
    PS: The error occurs only for some members of Value Dimension, such as Elimination. The report runs fine for Ent. Curr Total, for example.

    No, consolidation rules don't block data, and the ICP report has nothing to do with consoidation rules unless you have flagged parent entities "IsICP" which you should not do.
    Since administrators can see the data and others cannot, this seems clearly related to security. What is the security class assigned to the report in question, and what access do users have to that class? Also, check each entity in the report and reply what the security class listed on "security as partner". This is the security access applied to the ICP dimension. If the fields are both blank then HFM uses the access rights to the [Default] class. You should grant all users at least Read access to the [Default] class, though I recommend All access to this class for all users.
    --Chris                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

Maybe you are looking for

  • LOV with FRM-41042: No such property for SET_ITEM_PROPERTY

    Hi all, I have a field (not a database item of the block ) of LOV object and a button next to it to trigger to the LOV list item. However, whenever, i click on the button, FRM-41042: No such property for SET_ITEM_PROPERTY will be prompted. Though the

  • Accessing the email value from the iPhone AddressBook

    Need some help getting the email value from the AddressBook. This is what I have so far ... Used to open up the picker and limit to email only -(void) browseButtonPressed:(id)sender ABPeoplePickerNavigationController* controller = [[ABPeoplePickerNav

  • File Size Grows Upon Insert

    My image file sizes grow enormously when I insert them. One jpg (a still) is 9.87 KB but when I insert it in DW the readout shows it as adding 120K! Another jpg (banner) starts at 20K but when inserted it's 70K. Is it related to using layers? I'm jus

  • Ibase Component and Partner Update - Data Corruption

    Hello Everyone, I'm facing a pecular issue with updating parters of an Ibase component through a custom program. This is the requirement: Under certain conditions, Partner A attached to the components of an Ibase have to be replaced by Partner B for

  • Can't preview files from a network drive to a local CF9 server.

    Hi, I have the following set up: CF9 Local Dev version CF Builder 2. Project files are in a network drive N:\project I have RDS set up and everything seems to work ok, view DSN, files, etc on my local server. In the URL prefix section I even created