Unable save WA report

Installed EPM on different machine. One Server play Data Source role,
contains EPM service components and repository DB, windows service list below:
     Hyperion EPM Architect - .Net JNI Bridge
Hyperion EPM Architect - Engine Manager
Hyperion EPM Architect - Event Manager
Hyperion EPM Architect - Job Manager
Hyperion EPM Architect - Process Manager
Hyperion Essbase Services 11.1.1 - hypservice_1
Hyperion Financial Management - DME Listener
Hyperion Financial Management - Management Service
Hyperion Financial Reporting - Java RMI Registry
Hyperion Financial Reporting - Print Server
Hyperion Financial Reporting - Report Server
Hyperion Financial Reporting - Scheduler Server
Hyperion Integration Services
Hyperion Workspace - agent
Another Server play AP Provider role,
contains EPM Web AP components, windows service list below:
Hyperion Administration Services - Web Application
Hyperion CALC Manager - Web Application
Hyperion EPM Architect - Web Application
Hyperion EPM Architect Data Synchronization - Web Application
Hyperion Financial Management - Web Service Manager
Hyperion Foundation OpenLDAP
Hyperion Foundation Shared Services - Web Application
Hyperion Planning - Web Application
Hyperion Provider Services - Web Application
Hyperion RMI Registry
Hyperion Web Analysis - Web Application
This environment can't save WA report (Both on edit and create new report, but use LCM import WA Report is OK).
I don't know what wrong with it, WA Studio GUI just display:
can't save error (when edit)or popup a save window but no response (when create new)......
No more detail information.
Environment software list here:
OS :Windows 2003 Server
AP Server: Weblogic 9.2
EPM:11.1.1.3
DB:SQL Server 2008
Thanks for your replay!!!
Edited by: user1935859 on Feb 22, 2010 6:43 PM

Hi all,
I also have similar issue, and Oracle Support has help us solved the issue.
So, let me post it here:
The issue is reported by several customers. Please check the solution listed below: "Basic repository consistency verification tests detected a number of "lost" or "unused" records in Web Analysis metadata DB tables. These records however can cause an issue when new data is written in the repository tables on "Save As" action. If customer performed repository content migration, then current repository state could be a result of that migration phase. There is a special SQL script designed to clean up Web Analysis metadata tables in repository (sent by email). It is designed to remove all redundant/unused records from WA tables and reset internal document counters.
We recommend client doing WA metadata cleanup in order to fix the problem."
This SQL script should be run to clean up Web Analysis metadata tables in repository. This script is designed to remove all redundant/unused records from WA tables and reset internal document counters.
Please make a back up the Web Analysis metadata tables in the repository before running the script below.
DELETE FROM ATF_NE_INFO WHERE ATF_ID NOT IN (SELECT CONTAINER_UUID FROM V8_CONTAINER);
DELETE FROM HYA_REPORT WHERE (ATF_ID NOT IN (SELECT OBJECTID FROM ATF_NE_INFO WHERE OBJECTID IS NOT NULL AND OBJECTCLASS LIKE 'com.hyperion.analyzer.atf.om.Report'));
DELETE FROM HYA_REPORTATTR WHERE (ATF_ID NOT IN (SELECT OBJECTID FROM ATF_NE_INFO WHERE OBJECTID IS NOT NULL AND OBJECTCLASS LIKE 'com.hyperion.analyzer.atf.om.ReportAttributes'));
DELETE FROM HYA_PRESENTATION WHERE (ATF_ID NOT IN (SELECT OBJECTID FROM ATF_NE_INFO WHERE OBJECTID IS NOT NULL AND OBJECTCLASS LIKE 'com.hyperion.analyzer.atf.om.HYAPresentation'));
DELETE FROM HYA_VIRTCUBE_DB WHERE (ATF_ID NOT IN (SELECT OBJECTID FROM ATF_NE_INFO WHERE OBJECTID IS NOT NULL AND OBJECTCLASS LIKE 'com.hyperion.analyzer.atf.om.HYAAtfVirtCubeData'));
DELETE FROM HYA_ESS_DB WHERE (ATF_ID NOT IN (SELECT OBJECTID FROM ATF_NE_INFO WHERE OBJECTID IS NOT NULL AND OBJECTCLASS LIKE 'com.hyperion.analyzer.atf.om.HYAEssbaseDatabase'));
DELETE FROM HYA_HFM_DB WHERE (ATF_ID NOT IN (SELECT OBJECTID FROM ATF_NE_INFO WHERE OBJECTID IS NOT NULL AND OBJECTCLASS LIKE 'com.hyperion.analyzer.atf.om.HYAHFMDatabase'));
DELETE FROM HYA_ADM_SAP_DB WHERE (ATF_ID NOT IN (SELECT OBJECTID FROM ATF_NE_INFO WHERE OBJECTID IS NOT NULL AND OBJECTCLASS LIKE 'com.hyperion.analyzer.atf.om.HYAAtfAdmSapDatabase'));
DELETE FROM HYA_SAP_BAPI_DB WHERE (ATF_ID NOT IN (SELECT OBJECTID FROM ATF_NE_INFO WHERE OBJECTID IS NOT NULL AND OBJECTCLASS LIKE 'com.hyperion.analyzer.atf.om.HYAAtfAdmSap%'));
DELETE FROM ATF_SHORTCUTS WHERE (ATF_ID NOT IN (SELECT OBJECTID FROM ATF_NE_INFO WHERE OBJECTID IS NOT NULL AND OBJECTCLASS LIKE 'com.hyperion.atf.repository.Shortcut'));
DELETE FROM HYA_USER_PREFS WHERE (ATF_ID NOT IN (SELECT OBJECTID FROM ATF_NE_INFO WHERE OBJECTID IS NOT NULL AND OBJECTCLASS LIKE 'com.hyperion.analyzer.atf.om.HYAUserPreferences'));
DELETE FROM HYA_MSAS_DB WHERE (ATF_ID NOT IN (SELECT OBJECTID FROM ATF_NE_INFO WHERE OBJECTID IS NOT NULL AND OBJECTCLASS LIKE 'com.hyperion.analyzer.atf.om.HYAAtfAdmSSASDatabase'));
DELETE FROM HYA_DB_PREFS WHERE PARENT_ID NOT IN (SELECT ATF_ID FROM HYA_USER_PREFS);
DELETE FROM OJB_HL_SEQ
This document applies to any migration
1. Lower version to higher version
2. Migration of Development to Production on same version
Please have a try.
Rgds,
Benedict

Similar Messages

  • Unable to save webi report in excel format

    Hi All,
    I have a question. I recently upgrsded my internet explorer from IE 7 to IE 8.
    Previously, i was able to save webi reports in excel format without any issues.Even after upgrading to IE version8, i was able to save webi reoprts to excel without any issues for 2 weeks.
    Suddenly I am unable to save Webi reports in excel format now.When I select the Save to my computer as Excel option the saving dialog box appears and hangs forever.
    Can someone please advise me on this??
    Please hel as it is very urgent.

    Hi All,
    Trying to replicate WEBI Excel Download issue.
    Operating system : Windows 7
    Internet Explorer : IE8 Version 8.0.7600.16385CO.
    Jre Version : 1.6_ greater than 1.8 version.
    If anybody having above specifications in your machines Please try to save a webi reports to excel format and send me the results.

  • Unable to save a report that includes a datasource of "Microsoft SQL azure" type

    I have install SSRS in azure using the following instructions (http://msdn.microsoft.com/en-us/library/dn449661.aspx) and all seems to work fine, however when I create a report in report builder 2014 (in this case empty) that includes a Microsoft SQL Azure
    datasource type I am unable to save the report and get the following error message (even though when I test connection it succeeds). 
    "The report definition was saved, but one or more errors occurred while setting the report properties"
    Reports with standard sql datasources work fine.
    I have also tried creating the report using Visual Studio 2013 and get a similar error message.
    I have tried this using SQL 2012 and SQL 2014 and get the same error.
    Does anybody know how I can create a report with Microsoft SQL Azure datasource type?

    Hi jamesla,
    Based on my research, the issue can be caused by a deleted shared data source still exist under the Data Sources list in Report Builder. For more details about this scenario, we can refer to the following thread:
    http://social.msdn.microsoft.com/Forums/sqlserver/en-US/7170dbee-048c-4298-89ba-df4d42924c8e/the-report-definition-was-saved-but-one-or-more-errors-occurred-while-setting-report-properties?forum=sqlreportingservices
    Since the error message without detail information, we can try to render the report to see the detail error message. Besides, we can try to check it in the log file. The SQL Reporting Services log files are found on the reporting services point server, in
    the folder %programfiles%\Microsoft SQL Server\<SQL Server Instance>\Reporting Services\LogFiles.
    For more information about how to use Microsoft SQL azure as the data source of a report, please see:
    http://msdn.microsoft.com/en-IN/library/ff519560.aspx
    http://programming4.us/database/2158.aspx
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • UNABLE TO SAVE PORTAL REPORTS OUTPUT TO DISK WHEN USING INTERNET EXPLORER

    Hi,
    We are unable to save portal reports output to disk when we are using
    Internet Explorer. This works fine if we use Netscape.
    Steps to reproduce
    1. Run a report from portal
    2. Now from the IE menu, select File-> Save As
    We get a warning saying that IE cannot save the web page
    Any thoughts ?
    Thanks
    Tim

    Tim,
    Are you trying to save the HTML output ? You might encounter probs. with that, but that is more due to IE security
    settings than the Portal.
    You might want to check your IE security settings.
    Hi,
    We are unable to save portal reports output to disk when we are using
    Internet Explorer. This works fine if we use Netscape.
    Steps to reproduce
    1. Run a report from portal
    2. Now from the IE menu, select File-> Save As
    We get a warning saying that IE cannot save the web page
    Any thoughts ?
    Thanks
    Tim

  • Unable to save a report in Unified Intelligence Center

    Hello,
    When I generate any report it displays fine but when I tried saving it using IE9.0 64 or 256 bit it tries to save the report but the status stays as "Saving New Report Agent detail report" until I close the browser. I'm able to save the report using the Firefox browser. Please let me know if there are any browser settings I need to modify.

    Hi,
    As per the BOM, below are the qualified browsers
    Qualified Browsers
    • Microsoft Internet Explorer version 7.0
    • Microsoft Internet Explorer version 8.0
    • Mozilla Firefox version 3.x
    Not sure, you can try adjusting some compatability settings in IE9.
    Regards,
    Senthil

  • Unable to save a report created with CR

    Hi Experts !
    I've created a report using CR for SAP BO. When I try to save it on SAP, I receive the following error message: "RPC server not available. (Exception HResult:0x800706BA)".
    What does this means and what can I do to save my report in SAP BO ?
    Thanks for your help

    Hi,
    What is your B1 version/PL, your OS version/bits?
    Thanks,
    Gordon

  • Unable to save a report to BOJ X1 3.0 from CR 9

    I am trying to save a report created in CR 9.0 to our new BOJ XI server. When I click "save as" I can logon into the XI server no problem and find the user folder to save the rpt in but when I hit save it hangs and then I get:
    "Critical Error while attempting to communicate with the APS"
    I have the latest SP on both programs.. We have to use CR 9.0 due to a application we use.. Any help is greatly appreciated.
    Thanks

    I do also have the same problem. "Critical Error While Attempting to Communicate with the APS".
    I create a new Report in Crystal Report 9 Professional Edition with Service Pack 7. But when I try to save the report "Critical Error While Attempting to Communicate with the APS"
    Any solution on this??? Many thanks in advance.
    Thanks

  • Unable to Save Crystal Reports(With Dynamic  Parameters to Infoview)

    I am using Crystal Reports 2008 and BOXI 3.1. I have 5 dynamic parameters and can't save my report to Infoview, but If I use Static parameter then I am able to save it.
    Any help would be highly interested?
    thanks
    nisniki

    What is the exact error message and the version of crystal reports.Can you also check that all the BOE services are up and running

  • How to save classical report as pdf file

    hi all,
    i have created a classical report and now the requirement is to save that report as a pdf .
    is there any FM or any other method to do so?
    regards
    vijay

    Hi Vijay,
    Here is what I did for the same requirement:
    Calling for the PDF File name and path to save the file
      CALL METHOD cl_gui_frontend_services=>file_save_dialog
        EXPORTING
          window_title         = 'Quote Bom PDF File'
          default_file_name    = l_file_name
          initial_directory    = l_fullpath
          prompt_on_overwrite  = 'X'
        CHANGING
          filename             = l_file
          path                 = l_path
          fullpath             = g_path
          user_action          = l_user
        EXCEPTIONS
          cntl_error           = 1
          error_no_gui         = 2
          not_supported_by_gui = 3
          OTHERS               = 4.
      IF sy-subrc <> 0.
        MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                   WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      ENDIF.
      IF l_user = 0.
    Please follow the following order for the subroutines which is creating the Spool Number, writing the* 
    statements on to the screen and then create the PDF file*
        PERFORM get_spool_created.
        PERFORM write_lines.
        NEW-PAGE PRINT OFF.
        g_spool_no = sy-spono.
        PERFORM download_as_pdf.
    Spool Number is getting created in this routine*
    FORM get_spool_created .
      DATA: pripar TYPE pri_params,
              arcpar TYPE arc_params,
              lay    TYPE pri_params-paart,
              lines  TYPE pri_params-linct,
              rows   TYPE pri_params-linsz.
      DATA: val(1), val1(1).
      DATA: dest TYPE pri_params-pdest VALUE 'LP01'.
      DATA: name TYPE pri_params-plist VALUE 'Testing'.
      DATA: i_pdf TYPE STANDARD TABLE OF tline.
      DATA: spono TYPE tsp01-rqident.
      CALL FUNCTION 'GET_PRINT_PARAMETERS'
        EXPORTING
          destination              = dest
          no_dialog                = 'X'
          immediately              = ' '
        IMPORTING
          out_archive_parameters   = arcpar
          out_parameters           = pripar
          valid                    = val
          valid_for_spool_creation = val1
        EXCEPTIONS
          archive_info_not_found   = 1
          invalid_print_params     = 2
          invalid_archive_params   = 3
          OTHERS                   = 4.
      IF sy-subrc NE 0.
        MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
        WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      ENDIF.
      pripar-linsz = '132'.
      pripar-paart = 'X_65_132'.
      pripar-prdsn = 'LP01'.
      CALL FUNCTION 'GET_PRINT_PARAMETERS'
        EXPORTING
          in_archive_parameters    = arcpar
          in_parameters            = pripar
          no_dialog                = 'X'
          list_name                = name
        IMPORTING
          out_archive_parameters   = arcpar
          out_parameters           = pripar
          valid                    = val
          valid_for_spool_creation = val1
        EXCEPTIONS
          archive_info_not_found   = 1
          invalid_print_params     = 2
          invalid_archive_params   = 3
          OTHERS                   = 4.
      IF sy-subrc EQ 0.
        NEW-PAGE NO-TITLE NO-HEADING PRINT ON
        NEW-SECTION
        PARAMETERS pripar
        ARCHIVE PARAMETERS arcpar
        NO DIALOG.
      ELSE.
        WRITE:/ 'Unable to create spool'.
        EXIT.
      ENDIF.
    ENDFORM.                    " GET_SPOOL_CREATED
    Write all your statements in this routine*
    *&      Form  WRITE_LINES
          text
    -->  p1        text
    <--  p2        text
    FORM write_lines .
    CALL THE ROUTINE WHICH WRITES ALL LINES TO THE SCREEN
    ENDFORM.                    " WRITE_LINES
    *Download the file as PDF
    *&      Form  DOWNLOAD_AS_PDF
          text
    -->  p1        text
    <--  p2        text
    FORM download_as_pdf .
      DATA:
              l_no_of_bytes TYPE i,
              l_pdf_spoolid LIKE tsp01-rqident,
              l_jobname     LIKE tbtcjob-jobname,
              l_jobcount    LIKE tbtcjob-jobcount,
              i_pdf         TYPE TABLE OF tline,
              i_cpdf        TYPE TABLE OF tline,
              l_spono       TYPE tsp01_sp0r-rqid_char,
              l_fullpath    TYPE string.
      CALL FUNCTION 'CONVERT_ABAPSPOOLJOB_2_PDF'
        EXPORTING
          src_spoolid              = g_spool_no
          no_dialog                = ' '
        IMPORTING
          pdf_bytecount            = l_no_of_bytes
          pdf_spoolid              = l_pdf_spoolid
          btc_jobname              = l_jobname
          btc_jobcount             = l_jobcount
        TABLES
          pdf                      = i_pdf
        EXCEPTIONS
          err_no_abap_spooljob     = 1
          err_no_spooljob          = 2
          err_no_permission        = 3
          err_conv_not_possible    = 4
          err_bad_destdevice       = 5
          user_cancelled           = 6
          err_spoolerror           = 7
          err_temseerror           = 8
          err_btcjob_open_failed   = 9
          err_btcjob_submit_failed = 10
          err_btcjob_close_failed  = 11
          OTHERS                   = 12.
      l_spono = g_spool_no.
      CALL FUNCTION 'RSPO_R_RDELETE_SPOOLREQ'
        EXPORTING
          spoolid = l_spono.
      CALL FUNCTION 'GUI_DOWNLOAD'
        EXPORTING
          bin_filesize            = l_no_of_bytes
          filename                = g_path
          filetype                = 'BIN'
        TABLES
          data_tab                = i_pdf
        EXCEPTIONS
          file_write_error        = 1
          no_batch                = 2
          gui_refuse_filetransfer = 3
          invalid_type            = 4
          no_authority            = 5
          unknown_error           = 6.
    ENDFORM.                    " DOWNLOAD_AS_PDF
    Thanks.
    Respond if you need any more help.

  • Unable to create report. Query produced too many results

    Hi All,
    Does someone knows how to avoid the message "Unable to create report. Query produced too many results" in Grid Report Type in PerformancePoint 2010. When the mdx query returns large amount of data, this message appears. Is there a way to get all
    the large amount in the grid anyway?
    I have set the data Source query time-out under Central Administration - Manager Service applications - PerformancePoint Service Application - PerformancePoint Service Application Settings at 3600 seconds.
    Here Event Viewer log error at the server:
    1. An exception occurred while running a report.  The following details may help you to diagnose the problem:
    Error Message: Unable to create report. Query produced too many results.
            <br>
            <br>
            Contact the administrator for more details.
    Dashboard Name:
    Dashboard Item name:
    Report Location: {3592a959-7c50-0d1d-9185-361d2bd5428b}
    Request Duration: 6,220.93 ms
    User: INTRANET\spsdshadmin
    Parameters:
    Exception Message: Unable to create report. Query produced too many results.
    Inner Exception Message:
    Stack Trace:    at Microsoft.PerformancePoint.Scorecards.Server.PmServer.ExecuteAnalyticReportWithParameters(RepositoryLocation analyticReportViewLocation, BIDataContainer biDataContainer)
       at Microsoft.PerformancePoint.Analytics.ServerRendering.OLAPBase.OlapViewBaseControl.ExtractReportViewData()
       at Microsoft.PerformancePoint.Analytics.ServerRendering.OLAPBase.OlapViewBaseControl.CreateRenderedView(StringBuilder sd)
       at Microsoft.PerformancePoint.Scorecards.ServerRendering.NavigableControl.RenderControl(HtmlTextWriter writer)
    PerformancePoint Services error code 20604.
    2. Unable to create report. Query produced too many results.
    Microsoft.PerformancePoint.Scorecards.BpmException: Unable to create report. Query produced too many results.
       at Microsoft.PerformancePoint.Scorecards.Server.Analytics.AnalyticQueryManager.ExecuteReport(AnalyticReportState reportState, DataSource dataSource)
       at Microsoft.PerformancePoint.Scorecards.Server.PmServer.ExecuteAnalyticReportBase(RepositoryLocation analyticReportViewLocation, BIDataContainer biDataContainer, String formattingDimensionName)
       at Microsoft.PerformancePoint.Scorecards.Server.PmServer.ExecuteAnalyticReportWithParameters(RepositoryLocation analyticReportViewLocation, BIDataContainer biDataContainer)
    PerformancePoint Services error code 20605.
    Thanks in advance for your help.

    Hello,
    I would like you to try the following to adjust your readerquotas.
    Change the values of the parameters listed below to a larger value. We recommend that you double the value and then run the query to check whether the issue is resolved. To do this, follow these steps:
    On the SharePoint 2010 server, open the Web.config file. The file is located in the following folder:
    \Program Files\Microsoft Office Servers\14.0\Web Services\PpsMonitoringServer\
    Locate and change the the below values from 8192 to 16384.
    Open the Client.config file. The file is located in the following folder:
    \Program Files\Microsoft Office Servers\14.0\WebClients\PpsMonitoringServer\
    Locate and change the below values from 8192 to 16384.
    After you have made the changes, restart Internet Information Services (IIS) on the SharePoint 2010 server.
    <readerQuotas
    maxStringContentLength="2147483647"
    maxNameTableCharCount="2147483647"
    maxBytesPerRead="2147483647"
    maxArrayLength="2147483647"
                  maxDepth="2147483647"
    />
    Thanks
    Heidi Tr - MSFT
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • Unable to launch Report Builder 3.0

    I am running Reporting Services 2012 in Sharepoint integrated mode. I'm using Sharepoint 2010. My server is located in the US. Both my overseas and US users are unable to launch Report Builder but the errors are different.
    Overseas user:
    Following errors were detected during this operation.
     * [05/4/2012 7:43:26 PM] System.Deployment.Application.InvalidDeploymentException (ManifestLoad)
      - Exception occurred loading manifest from file MSReportBuilder.exe: the manifest may not be valid or the file could not be opened.
      - Source: System.Deployment
      - Stack trace:
       at System.Deployment.Application.Manifest.AssemblyManifest.ManifestLoadExceptionHelper(Exception exception, String filePath)
       at System.Deployment.Application.Manifest.AssemblyManifest.LoadFromInternalManifestFile(String filePath)
       at System.Deployment.Application.DownloadManager.ProcessDownloadedFile(Object sender, DownloadEventArgs e)
       at System.Deployment.Application.FileDownloader.DownloadModifiedEventHandler.Invoke(Object sender, DownloadEventArgs e)
       at System.Deployment.Application.SystemNetDownloader.DownloadSingleFile(DownloadQueueItem next)
       at System.Deployment.Application.SystemNetDownloader.DownloadAllFiles()
       at System.Deployment.Application.FileDownloader.Download(SubscriptionState subState)
       at System.Deployment.Application.DownloadManager.DownloadDependencies(SubscriptionState subState, AssemblyManifest deployManifest, AssemblyManifest appManifest, Uri sourceUriBase, String targetDirectory, String group, IDownloadNotification
    notification, DownloadOptions options)
       at System.Deployment.Application.ApplicationActivator.DownloadApplication(SubscriptionState subState, ActivationDescription actDesc, Int64 transactionId, TempDirectory& downloadTemp)
       at System.Deployment.Application.ApplicationActivator.InstallApplication(SubscriptionState& subState, ActivationDescription actDesc)
       at System.Deployment.Application.ApplicationActivator.PerformDeploymentActivation(Uri activationUri, Boolean isShortcut, String textualSubId, String deploymentProviderUrlFromExtension, BrowserSettings browserSettings, String& errorPageUrl)
       at System.Deployment.Application.ApplicationActivator.ActivateDeploymentWorker(Object state)
      --- Inner Exception ---
      System.Deployment.Application.DeploymentException (InvalidManifest)
      - Cannot load internal manifest from component file.
      - Source:
      - Stack trace:
    US user:
    Following errors were detected during this operation.
     * [5/4/2012 11:03:17 AM] System.Runtime.InteropServices.COMException
      - Failed to load the runtime. (Exception from HRESULT: 0x80131700)
      - Source: System.Deployment
      - Stack trace:
       at System.Deployment.Application.NativeMethods.GetRequestedRuntimeInfo(String pExe, String pwszVersion, String pConfigurationFile, UInt32 startupFlags, UInt32 runtimeInfoFlags, StringBuilder pDirectory, UInt32 dwDirectory, UInt32& dwDirectoryLength,
    StringBuilder pVersion, UInt32 cchBuffer, UInt32& dwLength)
       at System.Deployment.Application.Win32InterOp.SystemUtils.CheckSupportedImageAndCLRVersions(String path)
       at System.Deployment.Application.SubscriptionStore.CheckApplicationPayload(CommitApplicationParams commitParams)
       at System.Deployment.Application.SubscriptionStore.CommitApplication(SubscriptionState& subState, CommitApplicationParams commitParams)
       at System.Deployment.Application.ApplicationActivator.InstallApplication(SubscriptionState& subState, ActivationDescription actDesc)
       at System.Deployment.Application.ApplicationActivator.PerformDeploymentActivation(Uri activationUri, Boolean isShortcut, String textualSubId, String deploymentProviderUrlFromExtension, BrowserSettings browserSettings, String& errorPageUrl)
       at System.Deployment.Application.ApplicationActivator.ActivateDeploymentWorker(Object state)

    Hi,
    My issue is not resolved as i am also facing same issue. OS of the server is windows 2012, .net 4.5 is installed so don't need to install .net 4 separately. Here i am giving error details
    PLATFORM VERSION INFO
    Windows : 6.2.9200.0 (Win32NT)
    Common Language Runtime
    : 4.0.30319.18408
    System.Deployment.dll
    : 4.0.30319.17929 built by: FX45RTMREL
    clr.dll : 4.0.30319.18408 built by: FX451RTMGREL
    dfdll.dll : 4.0.30319.17929 built by: FX45RTMREL
    dfshim.dll : 4.0.41209.0 (Main.041209-0000)
    SOURCES
    Deployment url
    : http://xxx/sites/xxxx/_vti_bin/ReportBuilder/ReportBuilder_3_0_0_0.application?SaveLocation=http%3a%2f%2fxxx%2fsites%2fxxxx%2fDocuments
    Server
    : Microsoft-IIS/8.0
    X-Powered-By
    : ASP.NET
    X-AspNet-Version: 4.0.30319
    Application url
    : http://xxx/sites/xxxx/_vti_bin/ReportBuilder/RptBuilder_3/MSReportBuilder.exe.manifest
    Server
    : Microsoft-IIS/8.0
    X-Powered-By
    : ASP.NET
    X-AspNet-Version: 4.0.30319
    IDENTITIES
    Deployment Identity
    : ReportBuilder_3_0_0_0.application, Version=11.0.3000.0, Culture=neutral, PublicKeyToken=c3bce3770c238a49, processorArchitecture=x86
    APPLICATION SUMMARY
    * Online only application.
    * Trust url parameter is set.
    ERROR SUMMARY
    Below is a summary of the errors, details of these errors are listed later in the log.
    * Activation of http://xxx/sites/xxxx/_vti_bin/ReportBuilder/ReportBuilder_3_0_0_0.application?SaveLocation=http%3a%2f%2fxxx%2fsites%2xxxx%2fDocuments resulted in exception. Following failure messages were detected:
    + Application manifest has either a different computed hash than the one specified or no hash specified at all. 
    + File, MSReportBuilder.exe.manifest, has a different computed hash than specified in manifest.
    COMPONENT STORE TRANSACTION FAILURE SUMMARY
    No transaction error was detected.
    WARNINGS
    There were no warnings during this operation.
    OPERATION PROGRESS STATUS
    * [8/25/2014 3:37:07 AM] : Activation of http://xxx/sites/xxxx/_vti_bin/ReportBuilder/ReportBuilder_3_0_0_0.application?SaveLocation=http%3a%2f%2xxx%2fsites%2fxxxx%2fDocuments has started.
    * [8/25/2014 3:37:07 AM] : Processing of deployment manifest has successfully completed.
    * [8/25/2014 3:37:07 AM] : Installation of the application has started.
    ERROR DETAILS
    Following errors were detected during this operation.
    * [8/25/2014 3:37:10 AM] System.Deployment.Application.InvalidDeploymentException (HashValidation)
    - Application manifest has either a different computed hash than the one specified or no hash specified at all. 
    - Source: System.Deployment
    - Stack trace:
    at System.Deployment.Application.DownloadManager.DownloadApplicationManifest(AssemblyManifest deploymentManifest, String targetDir, Uri deploymentUri, IDownloadNotification notification, DownloadOptions options, Uri&
    appSourceUri, String& appManifestPath)
    at System.Deployment.Application.DownloadManager.DownloadApplicationManifest(AssemblyManifest deploymentManifest, String targetDir, Uri deploymentUri, Uri& appSourceUri, String& appManifestPath)
    at System.Deployment.Application.ApplicationActivator.DownloadApplication(SubscriptionState subState, ActivationDescription actDesc, Int64 transactionId, TempDirectory& downloadTemp)
    at System.Deployment.Application.ApplicationActivator.InstallApplication(SubscriptionState& subState, ActivationDescription actDesc)
    at System.Deployment.Application.ApplicationActivator.PerformDeploymentActivation(Uri activationUri, Boolean isShortcut, String textualSubId, String deploymentProviderUrlFromExtension, BrowserSettings browserSettings, String&
    errorPageUrl)
    at System.Deployment.Application.ApplicationActivator.ActivateDeploymentWorker(Object state)
    --- Inner Exception ---
    System.Deployment.Application.InvalidDeploymentException (HashValidation)
    - File, MSReportBuilder.exe.manifest, has a different computed hash than specified in manifest.
    - Source: System.Deployment
    - Stack trace:
    at System.Deployment.Application.ComponentVerifier.VerifyFileHash(String filePath, Hash hash)
    at System.Deployment.Application.ComponentVerifier.VerifyFileHash(String filePath, HashCollection hashCollection)
    at System.Deployment.Application.DownloadManager.DownloadApplicationManifest(AssemblyManifest deploymentManifest, String targetDir, Uri deploymentUri, IDownloadNotification notification, DownloadOptions options, Uri&
    appSourceUri, String& appManifestPath)
    COMPONENT STORE TRANSACTION DETAILS
    No transaction information is available.

  • In oracle 2.5 version report builder how to add option to generate/save the report as pdf file?

    I am working with reports of 2.5 version and i got a requirement for adding an option to save the report in pdf format. Can anybody please help me on this asap
    Thanks & Regards

    Are u sure about  the report version.
    Please do upgrade  while  even in oracle  they almost stopped for new version -Developer suite

  • Save the report in PDF format on the server: is it possible?

    Hi all,
    Is it possible to save the report in PDF format on the server?
    In other words, in a web application:
    1) the user requests a report
    2) the report produced in PDF format, is saved on the server, where is the Java Reporting Component
    3) the report, in PDF format, is sent to the client's user
    Thanks a lot

    PrintOutputController.export, get the byte stream, save on server.
    Sincerely,
    Ted Ueda

  • Unable to load Reports on Web

    We are working with Developer6.0,OAS 4.0.7,
    Oracle 8.0.
    We have a static implementation. Initially,
    we had Jinitiator 1.1.7.11. Reports were working fine. Later, We upgraded Jinitiator to 1.1.7.18. From then on I am unable to load reports on the web.
    This is the URL that I am using to connect to my report http://paygoweb.telemedia.co.nz/webreports?server=rep60server.world&report=status.rdf&userid=paygoapp/pg13@paygo1&destype=cache&destype=html
    When I try to connect. IT says web site found,awaiting reply and after 1 minute or so a page is displayed saying unable to service this request please try later.
    null

    Dear Arun ,
    When I execute my query, am getting the below URL....
    http://<Company>/irj/servlet/prt/portal/prtroot/pcd!3aportal_content!2fcom.sap.pct!2fplatform_add_ons!2fcom.sap.ip.bi!2fiViews!2fcom.sap.ip.bi.bex?QUERY=0TCT_MC11_Q0131&VARIABLE_SCREEN=X&DUMMY=1
    When i tried executing for Web templates we are getting the error " error in Java" .Anyways we have assigned this issue to Basis guys as we don't know much whether Java Stack,FQDN are instaled or not....
    Portal connection is there but we are unable to go to the portal page....
    Thanks for the inputs....will get back to you after the response from Basis.
    Regards,
    Ugendhar
    Edited by: Arun Varadarajan on Mar 3, 2009 3:31 PM

  • Unable to load report error

    Hi
    This started with an asp.net application which I have been maintaining for several years, on an XP 32-bits box. Alas, the box died, and I have acquired a new Development machine, now with Windows 7/64-bits. I have installed Visual Studio 2010 and Crystal reports (13.0.,9), including runtime for 32 and 64 bits.
    I got the "unable to load report" error, and I think I have tried everything I could find on the web related to solving this issue.
    Finally I got Down to creating a new dummy asp.net application with a dummy report just displying the text TEST. This report Works fine when run from within VS, but if I deploy it to the web server on the Development machine I also get the unable to load report failure.
    I believe this is a configuration issue. The application has run fine for years, I just can't get it to Work on the new development machine.
    Please help
    Peter

    Make sure that process has read / write rights to the %TEMP% folder. Process Monitor may help.
    - Ludek
    Senior Support Engineer AGS Product Support, Global Support Center Canada
    Follow us on Twitter

Maybe you are looking for

  • Sending eMails via Portal

    Hi all, I have a problem with sending eMails out of the portal. If I choose "Send To ... " out of the context menu of a document the regular pop up comes around. I choose the user from the ldap source. Everything´s fine as long as he has the eMail ad

  • Interface Mapping with out SWCV ?

    HI Guys, is it possible to create an interface mapping in the  XI Repository even without a software component version and a message  interface. Actually i have developed a Proxy-Soap synch scenario and now we got the need to change our namespace nam

  • NOKIA serial port

    hi, i want to connect to NOKIA cell phones from serial port (RS232) but i couldn't connect to my cell phone(NOKIA 7210) from my applications and HyperTerminal with data cable.i can connect from Oxygen Phone Manager II.And also with the same applicati

  • At CRS-1,how can i use show command with pipe | ?

    HI,ALL when I use show command with pipe on the CRS-1,the command invalid RP/0/RP0/CPU0:JA-DL-CR-1.MAN.CRS-1#show interfaces | include line |errors                                                                     ^ % Invalid input detected at '^'

  • RE: (forte-users) Does anyone have experience using OracleLarge Objects

    hi , A few months ago, I tried a oracle stored procedure with a BLOB parameter, but Forte(3.l2) could not recognize the blob variable. I used oracle 8.0 hth suma -----Original Message----- From: Amin, Kamran [mailto:kamran.aminlendware.com] Sent: Thu