Query engine failed error for crytal report refreshing to new params in jsp

Using licensed weblogic 8.1 server in production mode. Weblogic workhsop has inetegrated supprot for crystal reports 9. Using standalone report & accessing sql server through odbc, i got result for different parameters passed.
          Problem Area : Passing parameter to have specific report causes unexpected query engine failed error in com.crystaldecisions.report.web.viewer.CrystalViewer class. If viewer.refresh method is commented, then static (already saved) report is displayed through jsp. But using viewer.refresh method for dynamic report genertaion for new parameters through jsp gives above error.

Hello
          I'm experiencing the same problem. Please let me know if you've any solution.

Similar Messages

  • The action cannot be performed error for Webi Report

    HI,
    I am getting the error The action cannot be performed error for Webi Report. I am getting this error after i save the report and open it again.

    This is happening for only 1 particular report. In the end  i  removed some of the objects from the query and added some new ones.
    Strangely it worked!

  • CRM Web UI - Authorisation error for Dashboard report

    Hello
    I am accessing CRM specific BI reports on CRM Web UI for areas like Lead Analysis, Marketing and Campaign Analysis etc, and most of the reports are working fine. But when I try to access a dashboard report (I am not really sure if it is called daashboard report beside the report name- it gives me an Authorisation error saying that the 'User does not have proper authorisations'.
    I have tried by assigning the role SAP_CRM_OR_USER suggested by a colleague, but even then I get the same error. Our Basis team does not have an idea on the exact role to be used.
    Could anyone of you please tell me the exact role to be used in order to see those report on Web UI. Thanks.

    Hi Sven
    I have tried that option of the transaction ORDYWB to activate the reports (this was also suggested in a SAP note i.e. to create a Z report and the code for which was given in the SAP note and upon executing the report, it showed a number of activities which have to be performed and had to implement those activities one by one). But in that transaction all the reports and InfoTypes are active with status 'OK'
    If you could give me the exact role which you have used for those reports, I will give it a shot. Also, in the CRM Web UI, I am unable to see the technical name of the report of the interactive report (dash board report?). If the report was executing in the CRM Web UI, we could see the technical name of the report, but for the non-executing reports, could you please tell me how to see the technical name?
    I have raised this to SAP and looks like even they are having a hard time finding the solution. Thanks.

  • Logon Failed Error in Crystal Reports

    Hiii Experts, 
                    We are facing one error while working on crystal reports 2008 and SAP Version 8.8-PL18 and SAP 8.81-PL 9
    "Logon Failed"  Error comes  even when we add all connection details correctly in connection details window, sometimes it comes some time not.
              We face this error when,
    1) When verifying the database in Crystal reports.
    2)When we are saving any particular report in sap B1.
    3)It comes when we try to set the database Location in Crystal Reports.
    4)Also,when we are trying to view preview of report.
                    This problem is too much time consuming and irregular. We are not able to find exact cause. Please, help  us.
    Edited by: suhas.patil on Jan 24, 2012 3:54 PM

    Hi Suhas,
    when making a test, its always a good practice to test in the same PL, or in a Higher PL.
    anyways, you need to update your Datasource, from your CR IDE goto Database -->> Set Datasource Location. then use either of the 2
    1. OLE DB (ADO) - Driver (SQL Server Native Client 10.0)
    2. SAP Business One
    and update your datasource accordingly.
    rergards,
    Fidel

  • Adapter engine showing error for file adapters

    Hi,
    I had configured communication channel using FTP . Because of which the Adapter engine is showing red in the component monitoring. It is saying one of the communicaion channel has error. But when I do a check in the CCs they doesn't show any error. I am getting the same error for NFS as well.
    Has anyone come across such a kind of situation? Is it because of wrong entry in CC parameters or is it some BASIS configuration (patch) issue?
    Could anyone of you give some guidance on this?
    Thanks and Regards
    Sanil

    Sanil,
    Just for testing purpose , delete ur comm.channel and check whether still u r facing the errors. If no errors then its bcoz of u comm.channel. Then we can narrow down the approach. Even after deleting the comm.chanel u get error then check all the channels across all clusters.
    Note:After deleting the channel ,give some time and check the same.
    Best regards,
    raj.

  • Defining a query with characteristic 0BCS_TASK for Status Reporting

    Hello,
    there is a new  characteristic available for Status Reporting called 0BCS_TASK. In the master data of that info object we defined all possible tasks. Now i want to recreate a query but showing just the tasks from the Consmonitor and sorted like they are arranged in the Consmonitor. Is there a way how to do it as i want? Can use 0BCS_TASK within a structure and the entries i want to show as a selection?
    I tried it with a Structure and and had the values of that charcteristic as a Selction but it did not work.
    Thanks in advance and kind regards,
    Murat

    HI Lillia,
    I don't see a file attached - is there one?
    Anyway, some feedback from our project - we decided not to use this status report funcitonality for the following reasons:
    1. The interested parties have access to the monitor (UCMON) and understand it well enough to gauge progress from there without needing a separate report
    2. If required they could use Print (Ctrl+P) then System---> List --> Save --> Local File --> to export to .txt or .xls
    (NB it really isn't required here so make sure this method would meet your requirements first)
    Then we saved the effort and maintenance of building the new infoprovider and queries.

  • Logon Error for Crystal Report Viewed by User When Not Included In App

    I have a Visual Basic 2008 SP1 application and I'm using Crystal Reports 2008 SP0 (with FP1 + 2).  I have about 50 reports using integrated security that are all "embeded resources" in the application.  When I want to print one of these reports I use code like this:
    PrintReports(New MyEmbededReport)
    And in my PrintReports routine it just creates a new instance of a form that has the report viewer control on it and passes the report over to it.  This works GREAT and I can embed all my reports right into the app and call them when I need them.
    Recently however I've had the need to add some custom reports that may change more often then the app changes so I need a way for users to access their reports without a new version of the app being pushed out.  So I made a routine that lets me store the actual Report.rpt file into SQL and when a user goes to run it the report is pulled out of the database and saved into their temporary files and then passes it back to my PrintReports routine as a ReportDocument.  This also works fine but only on my machine.  On the client machines it asks for the login information and no combination will work.  I've tried multiple ways of getting around it and have spent hours trying examples found on the internet including assigning the login information before preview, running through and assigning the login information to each table, I've gone through the "Using Integrated and SQL Autentication in .Net Applications" guide, turning on and off integrated security.  Nothing seems to work.
    What else is there to try?  As a very last resort I will have to store the reports into the app like the other ones but I'm really trying not to do this.
    -Allan

    Just trying to get this working.  My PrintReport routine used to just have the single line to assign the passed report to the report viewer.report source property.  I've changed it to this:
                Dim crtableLogoninfos As New TableLogOnInfos()
                Dim crtableLogoninfo As New TableLogOnInfo()
                Dim crConnectionInfo As New ConnectionInfo()
                Dim CrDatabase As Database
                Dim CrTables As Tables
                Dim CrTable As Table
                'Set the ConnectionInfo properties for logging on tothe Database
                With crConnectionInfo
                    .ServerName = My.Settings.SQLServerName
                    .DatabaseName = My.Settings.MainDatabaseName
                    .IntegratedSecurity = True
                End With
                'This code works for both user tables and stored procedures.
                'Set the CrTables to the Tables collection of the report
                CrDatabase = myReportFileName.Database
                CrTables = CrDatabase.Tables
                'Loop through each table in the report and apply the LogonInfo information
                For Each CrTable In CrTables
                    crtableLogoninfo = CrTable.LogOnInfo
                    crtableLogoninfo.ConnectionInfo = crConnectionInfo
                    CrTable.ApplyLogOnInfo(crtableLogoninfo)
                Next
                'Set the viewer to the report object to be previewed.
                PrintPreview.CrystalReportViewer.ReportSource = myReportFileName
    And I have the exact same issue....my internal reports stored within the app still work fine for everyone but the custom reports made in CR2008 and added as files still do not. 
    So out of fustration I added one of the "external" reports into VB 2008 and opened it in there, did a verify database, saved it, and then added it to my SQL server but again same issue....it's like when its off of my computer it "loses" the connection information even though it still shows its there.  Not sure why the reports that are embedded into the app don't have this issue. 
    So that gave me another idea.  I took one of the reports that was originally created in VB2008 and took that and put it into the SQL then ran that like the others and IT WORKS.  It creates the temp file on the client PC and runs it from there with no login issues.  Now I'm more confused....any ideas?  I guess I'm going to start recreating the reports I created in CR 2008 and remake them in VS 2008 since those seem to work fine but why should I have to....what would be the difference?
    -Allan

  • "authentication failed" error for adobe content viewer

    i keep getting "authentication failed" error when logging in to adobe content viewer on my ipad.  I am signed in to my adobe account.  what else can I do?

    per neil enns,
    Did you log into http://digitalpublishing.acrobat.com/ with your account, on your PC, and confirm there are no terms and conditions to accept? If so and you still can't log in on your iPad it is likely due to blocked ports by your IT department's firewall.

  • Query engine fails for DISTINCT if NLS_CHARACTERSET AL32UTF8 on 11.1.0.6.0

    The issue :
    DISTINCT doesn't work for a parent child relationship if the total amount of chars, over which a distinct needs to be executed, exceeds 2000 chars.
    Currently I have this issue on a Oracle 11.1.0.6.0 standard edition server.
    Note this issue seems to be specific for NLS_CHARACTERSET AL32UTF8, the issue can't be reproduced if NLS_CHARACTERSET WE8MSWIN1252
    The current settings :
    select * from nls_database_parameters
    PARAMETER VALUE
    NLS_LANGUAGE AMERICAN
    NLS_TERRITORY AMERICA
    NLS_CURRENCY $
    NLS_ISO_CURRENCY AMERICA
    NLS_NUMERIC_CHARACTERS .,
    NLS_CHARACTERSET AL32UTF8
    NLS_CALENDAR GREGORIAN
    NLS_DATE_FORMAT DD-MON-RR
    NLS_DATE_LANGUAGE AMERICAN
    NLS_SORT BINARY
    NLS_TIME_FORMAT HH.MI.SSXFF AM
    NLS_TIMESTAMP_FORMAT DD-MON-RR HH.MI.SSXFF AM
    NLS_TIME_TZ_FORMAT HH.MI.SSXFF AM TZR
    NLS_TIMESTAMP_TZ_FORMAT DD-MON-RR HH.MI.SSXFF AM TZR
    NLS_DUAL_CURRENCY $
    NLS_COMP BINARY
    NLS_LENGTH_SEMANTICS BYTE
    NLS_NCHAR_CONV_EXCP FALSE
    NLS_NCHAR_CHARACTERSET AL16UTF16
    NLS_RDBMS_VERSION 11.1.0.6.0
    select * from v$version
    BANNER
    Oracle Database 11g Release 11.1.0.6.0 - Production
    PL/SQL Release 11.1.0.6.0 - Production
    CORE     11.1.0.6.0     Production
    TNS for Linux: Version 11.1.0.6.0 - Production
    NLSRTL Version 11.1.0.6.0 - Production
    This is how I can reproduce the issue :
    DROP TABLE aparent CASCADE CONSTRAINTS;
    DROP TABLE achild CASCADE CONSTRAINTS;
    CREATE TABLE aparent
    id NUMBER(19) NOT NULL,
    cola VARCHAR2(1000 CHAR),
    colb VARCHAR2(500 CHAR),
    colc VARCHAR2(50 CHAR)
    CREATE TABLE achild
    id NUMBER(19) NOT NULL,
    aparent number
    insert into aparent (id,cola,colb,colc) values ( 1,'P1','A','A');
    insert into achild (id,aparent) values ( 1,1);
    insert into achild (id,aparent) values ( 2,1);
    insert into achild (id,aparent) values ( 3,1);
    insert into aparent (id,cola,colb,colc) values ( 2,'P2','A','A');
    insert into achild (id,aparent) values ( 4,2);
    insert into achild (id,aparent) values ( 5,2);
    insert into achild (id,aparent) values ( 6,2);
    commit;
    select distinct
    p.cola, -- 1000
    p.colb, -- 500
    p.colc, -- 50
    p.colc, -- 50 1600 char
    p.colc, -- 50
    p.colc, -- 50 1700 char
    p.colc, -- 50
    p.colc, -- 50 1800 char
    p.colc, -- 50
    p.colc, -- 50 1900 char
    p.colc, -- 50
    p.colc, -- 50 2000 char
    p.colc -- 50 *2050 char*
    from aparent p
    , achild c
    where c.aparent = p.id
    and p.cola = 'P1'
    This will result in 3 rows
    select distinct
    p.cola, -- 1000
    p.colb, -- 500
    p.colc, -- 50
    p.colc, -- 50 1600 char
    p.colc, -- 50
    p.colc, -- 50 1700 char
    p.colc, -- 50
    p.colc, -- 50 1800 char
    p.colc, -- 50
    p.colc, -- 50 1900 char
    p.colc, -- 50
    p.colc, -- 50 *2000 char*
    from aparent p
    , achild c
    where c.aparent = p.id
    and p.cola = 'P1'
    This will result in 1 row
    The difference between both queries is that total amount of chars, over which a distinct needs to be executed, exceeds 2000 chars in the first situation.
    Any idea on what the cause of this issue could be?

    Hi,
    From 11g docs:
    Restrictions on DISTINCT and UNIQUE Queries ...
          When you specify DISTINCT or UNIQUE,
          the total number of bytes in all select list expressions is limited to the size of a data block minus some overhead.
          This size is specified by the initialization parameter DB_BLOCK_SIZE.So, the restriction is concerned with number of bytes.
    AL32UTF8 is a multi-byte characterset, WE8MSWIN1252 is a single-byte characterset.
    This must be the difference(?), probably the same thing in other versions as well.
    Regards
    Peter

  • Access denied error for BW Report iView..Please help :(

    Hello All,
    I have created a BW Report iView..containing a Bex query.
    Have created the required BW system object too.
    When I preview this iView, it asks me for BW system authentication....since am not mapped to this BW system.
    Its alright till here......
    Problem:
    Now, when I copy paste the URL (URL generated when you preview this iView) into a new browser window, I get an error saying:
    " <b>An exception occurred while processing a request for :
    iView : N/A
    Component Name : N/A
    Access denied (Object(s): <<i>iView path</i>>
    Exception id: 02:57_13/02/06_0034_6204550
    See the details for the exception ID in the log file</b> "
    I checked tha bove mentioned log and it says:
    <b>Permission check failed - Object <<i>iView path</i>>  Pcd.Use Principal: Information not available with current trace level#</b>
    Changed the iView authentication scheme to every value present but it did not resolve.
    Please help me resolve this.
    Awaiting Reply.
    Thanks and Warm Regards
    Ritu

    Hi Raja,
    Firstly thanks for a quick response.
    I did as per you suggested but it isnt working. Am getting the same error again.
    <u>Please refer to the log details below</u>:
    1.5#000F206F053800610000008100000A1000040CAA10AF2627#1139824470727#com.sap.portal.pcd.Gl.Admin#sap.com/irj#com.sap.portal.pcd.Gl.Admin#Guest#0##sapnw2_J2E_6204550#Guest#63f4e0f093d911da8b7b000f206f0538#SAPEngine_Application_Thread[impl:3]_1##0#0#Warning#1#/System/Server#Plain###Permission check failed - Object portal_content/Ritu/MIDAS/CEO_redalert Permissions: Pcd.Use Principal: Information not available with current trace level#
    #1.5#000F206F053800610000008300000A1000040CAA10AF2963#1139824470743#com.sap.portal.pcd.Gl.Admin#sap.com/irj#com.sap.portal.pcd.Gl.Admin#Guest#0##sapnw2_J2E_6204550#Guest#63f4e0f093d911da8b7b000f206f0538#SAPEngine_Application_Thread[impl:3]_1##0#0#Warning#1#/System/Server#Plain###Permission check failed - Object portal_content/Ritu/MIDAS/CEO_redalert Permissions: Pcd.Use Principal: Information not available with current trace level#
    #1.5#000F206F053800610000008600000A1000040CAA10AF4031#1139824470743#com.sap.portal.portal#sap.com/irj#com.sap.portal.portal#Guest#0##sapnw2_J2E_6204550#Guest#63f4e0f093d911da8b7b000f206f0538#SAPEngine_Application_Thread[impl:3]_1##0#0#Error#1#/System/Server#Java###Exception ID:03:24_13/02/06_0059_6204550
    [EXCEPTION]
    #1#com.sapportals.portal.prt.runtime.PortalRuntimeException: Access is denied: pcd:portal_content/Ritu/MIDAS/CEO_redalert - user: Guest
         at com.sapportals.portal.prt.deployment.DeploymentManager.getPropertyContentProvider(DeploymentManager.java:1932)
         at com.sapportals.portal.prt.core.broker.PortalComponentContextItem.refresh(PortalComponentContextItem.java:230)
         at com.sapportals.portal.prt.core.broker.PortalComponentContextItem.getContext(PortalComponentContextItem.java:312)
         at com.sapportals.portal.prt.component.PortalComponentRequest.getComponentContext(PortalComponentRequest.java:385)
         at com.sapportals.portal.prt.connection.PortalRequest.getRootContext(PortalRequest.java:435)
         at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:607)
         at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:232)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:522)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:405)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:153)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:385)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:263)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:340)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:318)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:821)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:239)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:147)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:37)
         at com.sap.engine.core.cluster.impl6.session.UnorderedChannel$MessageRunner.run(UnorderedChannel.java:71)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:94)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:162)
    Caused by: com.sapportals.portal.pcd.gl.PermissionControlException: Access denied (Object(s): portal_content/Ritu/MIDAS/CEO_redalert)
         at com.sapportals.portal.pcd.gl.PcdFilterContext.filterLookup(PcdFilterContext.java:390)
         at com.sapportals.portal.pcd.gl.PcdProxyContext.basicContextLookup(PcdProxyContext.java:1066)
         at com.sapportals.portal.pcd.gl.PcdProxyContext.basicContextLookup(PcdProxyContext.java:1072)
         at com.sapportals.portal.pcd.gl.PcdProxyContext.basicContextLookup(PcdProxyContext.java:1072)
         at com.sapportals.portal.pcd.gl.PcdProxyContext.basicContextLookup(PcdProxyContext.java:1072)
         at com.sapportals.portal.pcd.gl.PcdProxyContext.proxyLookupLink(PcdProxyContext.java:1168)
         at com.sapportals.portal.pcd.gl.PcdProxyContext.proxyLookup(PcdProxyContext.java:1115)
         at com.sapportals.portal.pcd.gl.PcdProxyContext.lookup(PcdProxyContext.java:909)
         at com.sapportals.portal.pcd.gl.PcdGlContext.lookup(PcdGlContext.java:78)
         at com.sapportals.portal.pcd.gl.PcdURLContext.lookup(PcdURLContext.java:238)
         at javax.naming.InitialContext.lookup(InitialContext.java:347)
         at com.sapportals.portal.prt.deployment.DeploymentManager.getPropertyContentProvider(DeploymentManager.java:1919)
         ... 26 more
    ==========================
    The auth scheme of this iView is set to default
    Please help me resolve this......
    Awaiting Reply.
    Thanks and Warm Regards,
    Ritu
    Message was edited by: Ritu  Hunjan

  • Difference in Query generated by OBIEE for same report

    Hi,
    I am using a a report(X) in a filter condition.
    I am seeing a peculiar issue with OBIEE server. When i am running a report(X) alone, the query generated is different. But when i am using the same report in filter condition of other report(Y), the same report is generating some other query. The first report(X) is running fine but the second(Y) is not running at all.
    Case 1(Report X) Query: The report is breaking into 3 parts for different fact tables and combining the data to give result.
    Case 2(Report Y): A single query is being formed and within it is fecthing the data from different fact tables using subqueries.
    Case2 is creating a lot of problem as the performance is totally poor.
    Any suggesstions??
    Thanks
    Tataji

    Hi, we haven't debugged the application or traced the query against the production server (it's in our customer's office) buy I think there's no difference since the query itself has been tested using sqldeveloper against both servers (XE 11.2 and Enterprise 11.1) and the behavior is consistent. By consistent I mean:
    - The query executed via sqldeveloper against Oracle XE 11.2 runs ok and so does the application.
    - The query executed via sqldeveloper against Oracle Enterprise 11.1 fails with an ORA-01790 error, and so does the application (exceptions are being logged in the Event Log).
    To sum up: the same query runs ok in Oracle XE 11.2 and fails in Oracle Enterprise 11.1.
    Additional information: we have tried explicit casting the NULL literals to the corresponding data types (in the UNION ALLs) and the query works fine in both versions. ¿Is there an option in ODAC to tell the query generator to write this explicit castings?
    Regarding the DB schema and the LINQ query, I'll be sending them asap.
    Regards,
    Ernesto.

  • "Software Usage Metrics initialize failed" error when open Report Manager, after moving ReportServer from SSRS 2008 to SSRS 2012 (Native Mode)

    I've asked this question in SQL Server Upgrade forume, I'm asking here as well:
    Your help is highly appreciated!
    After migrating ReportServer db from 2008 to 2012, when access Report Manager throughhttp://myserver:80/Reports, I got the error below:
    ui!ReportManager_0-3!11d8!02/04/2013-15:19:12:: e ERROR: Software Usage Metrics initialize failed
    The process is below:
    •I successfully installed SQL Server 2012 (64-bit) Enterprise as a Native Mode on a server who runs Windows 7 Enterprise SP1 (64-bit).
    •I restored "ReportServer2008To2012" and "ReportServer2008To2012TempDB" in SSRS 2012 from the db files backed up in SQL 2008. In SSRS 2008, I have SSRS Model, ad-hoc reports based on model, and I also have canned reports built through BIDS
    report server project.
    •I reconfigured both databases' Compatibility level to SQL Server 2012(110) from SQL Server 2008(100).
    •I configured SSRS through Reporting Services Configuration Manager as below:
      > I chosen "Use built-in account:" as Service Account
    > In "Database" tab, I selected "Choose an existing report server database" and choose "ReportServer2008To2012" db, I used "Windows Authentication" (my login has the System Administrator priviledge). I got all 4 parts
    success: Verifying database sku = Success; Generating rights scripts = Success; Applying connection rights = Success; Setting DSN = Success.
    > I went to "Scale-out Deployment" to check if the initializing succeed, I found nothing there.
    Here are what I did from different approaches:
    A •I went to "Encryption Keys" and restored the key I backed up from SSRS 2008, after retoring, I got two initialized instances: One is on my current server (SSRS 2012), the other one is from the old server (SSRS 2008).
       I deleted the old one(SSRS 2008) through "Remove Server" action and kept the one on my current server(SSRS 2012).
       After I restart SSRS service, and tried to connect Report Manager, I got "An internal error occurred on the report server. See the error log for more details."
       I checked the log file, the error is actually "ERROR: Software Usage Metrics initialize failed"
    B •I also tried to "Delete Encrypted Content" and did see the SSRS was initialized through checking it on "Scale-out Deployment", however when I tried to open Report Manager, I got the same error.
    Anyone had the same issue? Any solution? Thanks in advance!

    Your help is highly appreciated!
    After migrating ReportServer db from 2008 to 2012, when access Report Manager through
    http://myserver:80/Reports, I got the error below:
    ui!ReportManager_0-3!11d8!02/04/2013-15:19:12:: e ERROR: Software Usage Metrics initialize failed
    The process is below:
    •I successfully installed SQL Server 2012 (64-bit) Enterprise as a Native Mode on a server who runs Windows 7 Enterprise SP1 (64-bit).
    •I restored "ReportServer2008To2012" and "ReportServer2008To2012TempDB" in SSRS 2012 from the db files backed up in SQL 2008. In SSRS 2008, I have SSRS Model, ad-hoc reports based on model, and I also have canned reports built through BIDS
    report server project.
    •I reconfigured both databases' Compatibility level to SQL Server 2012(110) from SQL Server 2008(100).
    •I configured SSRS through Reporting Services Configuration Manager as below:
     > I chosen "Use built-in account:" as Service Account
     > In "Database" tab, I selected "Choose an existing report server database" and choose "ReportServer2008To2012" db, I used "Windows Authentication" (my login has the System Administrator priviledge). I got all
    4 parts success: Verifying database sku = Success; Generating rights scripts = Success; Applying connection rights = Success; Setting DSN = Success.
     > I went to "Scale-out Deployment" to check if the initializing succeed, I found nothing there.
    Here are what I did from different approaches:
    A •I went to "Encryption Keys" and restored the key I backed up from SSRS 2008, after retoring, I got two initialized instances: One is on my current server (SSRS 2012), the other one is from the old server (SSRS 2008).
       I deleted the old one(SSRS 2008) through "Remove Server" action and kept the one on my current server(SSRS 2012).
       After I restart SSRS service, and tried to connect Report Manager, I got "An internal error occurred on the report server. See the error log for more details."
       I checked the log file, the error is actually "ERROR: Software Usage Metrics initialize failed"
    B •I also tried to "Delete Encrypted Content" and did see the SSRS was initialized through checking it on "Scale-out Deployment", however when I tried to open Report Manager, I got the same error.
    Anyone had the same issue? Any solution? Thanks in advance!

  • The Report Server Failed Error in Crystal Report

    Dear All,
    I converted one PLD to Crystal Report using the Crystal Converter tool in SAP B1 8.81 Pl00. However, when I try to preview the Crystal Report, I am getting an error "The Report Server Failed" and then SAP hangs.
    Any known solution for this?
    Thanks and regards,
    Bharath S

    Dear Bharath,
    Your PL is too low. Upgrade to the latest PL will solve this problem.
    Thanks,
    Gordon

  • OCIEnvCreate failed error when previewing report in BIDS

    I have installed oracle 11g 32 bit and 11g 64 bit clients on SQL server 2012 and can create linked servers to Oracle databases and query said databases. 
    But when in the BIDS environment I cannot create datasources that point at the Oracle databases I get the following error msg
    SQL server 2012
    Windows server 2012
    Oracle administrator client 11g

    Hi ghw123,
    Thank you for your question. According to your description, you installed oracle 11g 32 bit and 11g 64 bit clients on SQL server 2012, you can create linked servers to Oracle databases and query inside databases, when you use Oracle as data source in BIDS
    the error occurred. Base on my research, this error may be caused by two reasons:
    DLLs from a previous installation of Oracle Client have been left on the system, causing a conflict.
    You may not have read permission to the 'Oracle' folder.
    Please try to follow the steps below to solve this issue:
    Perform a search for "OCI.DLL" on the local machine. If you find any instances of this file in any location other than your ORACLE_HOME rename or delete it. If in doubt, uninstall the Oracle Client, and then perform the search again. Anything that is leftover
    is the culprit.
    Grant read and execute permission to the folder 'Oracle' to the ASP.NET user, regrant it if the permission has been granted, then remove the Read Only restriction and restart your machine.
    Here are some relevant threads you can reference:
    http://forums.asp.net/p/1012052/1353494.aspx
    http://social.msdn.microsoft.com/Forums/en-US/373a9207-b8d8-46a8-804a-82c99a3f5ecc/ocienvcreate-failed-with-return-code?forum=vblanguage
    If you have any questions, please feel free to let me know.
    Best Regards,
    Wendy Fu

  • Installing on Windows 7 Pro Error for Crystal Reports 2008

    Error 1904. Module C:\program files\business objecs\buinessobjects enterprise 12.0\win32_x86\reportconvtool.dll failed to register. hresult -2147024769. contact your support personnel
    Please can anyone help with the error I receive when trying to install crystal to a desktop
    tried loggin in as local admin, domain admin
    compatibility mode in xp sp3 and run as administrator

    SAP sent me a 30 day trial of Crystal 2008 Full Pack SP3 so I can test it before I leave my no issue Crystal XI packaage.
    The install at the end gives me the following error:
    Error 1904:Module C:\ProgramData\Macrovision\Flexnet Connect\6\dwsupplay.dll Failed to register HRRESULT 2147024894 contact
    your support peopersonnel.
    I read all the blogs and made sure I had the latest microsoft Installer, Net, DEP is only on for windows... I installed Crystal XI on
    my WIndows 7 PC and not a problem at all and now I can not get any help from SAP -that is not a way to run a business. Can
    someone help me out

Maybe you are looking for

  • Can not scan from mx4890dw buttons, only from the computer

    Hello, I got this Canon AIO a few days ago. I followed the start up guide instructions, got it signed on to the wireless net work easily enough, and installed the software from the CD onto a Win 7 64 bit Dell laptop. Printing worked perfectly from th

  • ASA 5505 & VPN Client will not access remote lan

    I have an ASA 5505 that is on the parimeter of a hub & spoke vpn network, when I connect to this device using the VPN client I can connect to any device accross the VPN ifrastructure with the exception of the subnet that the client is connected to, f

  • Find Purchase Order ADF service

    Hi, Hoping you can help with the search criteria on the FIND service. I am able to retrieve an entire PO and all child objects using the service.  When I try to reduce this result set to only return the PO_LINE_ID's, the service seems to ignore my ch

  • Edits look different on mobileme gallery

    Hi there I have just posted some photos on a mobileme gallery after doing some minor edits - but they look different, and not right! Too bright, etc etc Have other people had this problem? Will it be a problem for prints and photobooks? Not sure why

  • Can you write other asian language in iBooks Author?

    I would like to write a book in Urdu, just wondering if I can add a langauge to my iMac and write in that language using iBooks Author? Thanks for help in advance.