Error in displaying report

I am geting the following error while displaying report-
<b>Internal error (-101) occured [Message 131-183]</b>
The reports are geting displayed on other pcs but not on my pc.I tried unistalling and re-installing sap but the error was not solved.

Daan,
       The printer was not installed on my pc.After installing printer, the reports are visible.Thanks for u r help.
                                                                                Regards,
                                                                                Dilip Kumbhar

Similar Messages

  • Error while displaying report

    I am getting following error while displaying report in sap business one-
    <b>Internal error (-101) occured [Message 131-183]</b>
    I tried resintalling sap but it did not solved the problem.The reports are getting displayed on other pc's but not on my pc.

    Hi Yogesh,
           I haven't installed any patch on my client machine.
                                                                                    Regards,
                                                                                    Dilip Kumbhar

  • Crystal Reports version 10  error when displaying report

    Hello: New member here, been lurking around for a while. A lot of good information here.
    I do hope this is the right place to ask this first question.  I have a customer that has a Crystal Reports 10 installation and cannot display reports since he upgraded from Crystal report 8 to Crystal reports 10
    The error he gets is pop message:
    CRAXDT error Occurred on Server Error Number: -2147221005 Error description: 006ASP 0177Server
    CreateObject Failed~800401f3
    Connection to the database is good we checked with query using SQL.
    Let me know what you think I should check next.
    I appreciate it.
    Thanks
    Damon

    1212487 - Error: "CRAXDRT Error Occured on Server. Error Number:-2147221005"
    Symptom
    A report is called through the Active Server Pages (ASP) Report Server to be displayed in the Report Viewer for ActiveX. However, the report is displayed with blank pages and when the viewer is switched to the Report Viewer for HTML the following error is displayed:
    "CRAXDRT Error Occurred on Server. Error Number:-2147221005 Error Description: 006ASP 0177 Server.CreateObject Failed~Invalid Class String"
    The same ASP application returns the report correctly when it is called from a client computer with the full version of Crystal Report 8 Developer Edition installed.
    Resolution
    It was found that the file, Emfgen.dll, was not installed and registered on the web server computer during the installation of the Crystal Reports ASP Reports Server. The report could be displayed correctly on the client computer, without Crystal Reports Developer Edition installed, after this file had been installed on the web server computer.
    For more information on installing the Crystal Reports web components please search for and download Scr8_WebManualInstall.zip from our website at:

  • Crystal Reports 10 - Java. Error when displaying report

    <p>HI....</p><p>When attemping to display a report, i&#39;m getting the following error:</p><p><strong> java.lang.ExceptionInInitializerError<br /> com.crystaldecisions.reports.reportengineinterface.JPEReportSourceFactory.createReportSource(Unknown Source)<br /> org.apache.jsp.jsp.ras_jsp._jspService(ras_jsp.java:62)<br /> org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:94)<br /> javax.servlet.http.HttpServlet.service(HttpServlet.java:802)<br /> org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:324)<br /> org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)<br /> org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236)<br /> javax.servlet.http.HttpServlet.service(HttpServlet.java:802) </strong></p><p> </p><p>This is my jsp code:</p><p><strong><%@ page language="java"<br />contentType="text/html;charset=UTF-8"%><br /><%@ page import="com.crystaldecisions.report.web.viewer.CrystalReportViewer"%><br /><%@ page import="com.crystaldecisions.reports.reportengineinterface.JPEReportSourceFactory,<br />com.crystaldecisions.sdk.occa.report.reportsource.IReportSourceFactory2,<br />com.crystaldecisions.sdk.occa.report.reportsource.IReportSource"%><br /><html><br /><head><br /><title><br />WithoutTag<br /></title> </head><br /><body bgcolor="#ffffff"><br /><%<br />/create a path to the report and create a report source off of it. The path must be a relative URL to the report; it will not work to use the fully qualified URL or pathname. Therefore the report must be in the same directory as the web application or below./<br />String path = "em_k_rpt_written_premium_web.rpt";<br />IReportSourceFactory2 rsf = new<br />JPEReportSourceFactory();<br />IReportSource rptSource =<br />(IReportSource)rsf.createReportSource(path,request.getLocale());<br />CrystalReportViewer viewer = new CrystalReportViewer();<br />viewer.setReportSource(rptSource);<br />viewer.processHttpRequest(request,<br />response,getServletConfig().getServletContext(), out);<br />%><br /></body><br /></html></strong> </p><p> </p><p>Im using Crystal reports 10, What I want to do is to pass a report some parameters and then display it onto a jsp.</p><p><br />Please, please help me out withthis issue, I&#39;ve been struggling for over 3 weeks trying to do this.</p><p> </p>

    <p>This kind of thing can be tuff to solve on a forum.  I&#39;ll give you my best guess advice.</p><p>1. Call Support - You may not want to do this if you don&#39;t already have a support contract.</p><p>2. You mentioned that there isn&#39;t alot of documentation on this.  I would have to agree, to a point.  </p><p>A little history - Crytal Reports 10 is the first version of the JRC.  In that version you use the JPE Report Source object model.  This object model was very basic.  In version 11 we also made the RAS object model available.  This is where you will find most of the documentation.</p><p>If you move to Crystal Reports for Eclipse for Free this is the object model that you will see in the documentation.</p><p>I would almost suggest that you download Crystal Reports for Eclipse and see if it works out for you.</p><p>3. Try Tomcat 4.x I don&#39;t believe that JRC 10 was tested on Tomcat 5.  We have seen XML serialation JAR issues in the past with different versions of Tomcat.</p><p>4. Try this kbase: <a href="http://technicalsupport.businessobjects.com/KanisaSupportSite/search.do?cmd=displayKC&docType=kc&externalId=c2014756&sliceId=&dialogID=11500056&stateId=1%200%2011498785">JRC WAR file ver 10</a></p><p>Good luck I hope you get this one solved </p><p>Rob Horne</p><p><a href="/blog/10">Rob&#39;s blog - http://diamond.businessobjects.com/blog/10</a></p>

  • Error When Displaying report Crystal Reports 10

    <p>Hi There.</p><p>When trying to display a report onto a jsp, Im getting the error shown below:</p><p><strong>java.lang.NoClassDefFoundError<br />    com.crystaldecisions.reports.reportengineinterface.JPEReportSourceFactory.createReportSource(Unknown Source)<br />    org.apache.jsp.jsp.struggling_jsp._jspService(struggling_jsp.java:61)<br />    org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:94)<br />    javax.servlet.http.HttpServlet.service(HttpServlet.java:802)<br />    org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:324)<br />    org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)<br />    org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236)<br />    javax.servlet.http.HttpServlet.service(HttpServlet.java:802)</strong></p><p> </p><p>The jsp code looks as follows:<br /><strong><font color="#0033ff"><br />IReportSourceFactory2 rptSrcFactory = new JPEReportSourceFactory();<br /><br />String report = "em_k_rpt_written_premium_web.rpt";<br />IReportSource reportSource = (IReportSource) rptSrcFactory.createReportSource(report, request.getLocale());<br /><br />CrystalReportViewer viewer = new CrystalReportViewer();<br /><br />viewer.setReportSource(reportSource);<br /><br />viewer.processHttpRequest(request, response, getServletConfig().getServletContext(), null);</font></strong><br /><br /></p><p>I already configured a JNDI datasource in my application server (Tomcat 5); so dont really know what might be happening and all SDK .jars are included in mi /lib application folder.<br /></p><p> Thanks very much in advance. <br /></p>

    <p>This kind of thing can be tuff to solve on a forum.  I&#39;ll give you my best guess advice.</p><p>1. Call Support - You may not want to do this if you don&#39;t already have a support contract.</p><p>2. You mentioned that there isn&#39;t alot of documentation on this.  I would have to agree, to a point.  </p><p>A little history - Crytal Reports 10 is the first version of the JRC.  In that version you use the JPE Report Source object model.  This object model was very basic.  In version 11 we also made the RAS object model available.  This is where you will find most of the documentation.</p><p>If you move to Crystal Reports for Eclipse for Free this is the object model that you will see in the documentation.</p><p>I would almost suggest that you download Crystal Reports for Eclipse and see if it works out for you.</p><p>3. Try Tomcat 4.x I don&#39;t believe that JRC 10 was tested on Tomcat 5.  We have seen XML serialation JAR issues in the past with different versions of Tomcat.</p><p>4. Try this kbase: <a href="http://technicalsupport.businessobjects.com/KanisaSupportSite/search.do?cmd=displayKC&docType=kc&externalId=c2014756&sliceId=&dialogID=11500056&stateId=1%200%2011498785">JRC WAR file ver 10</a></p><p>Good luck I hope you get this one solved </p><p>Rob Horne</p><p><a href="/blog/10">Rob&#39;s blog - http://diamond.businessobjects.com/blog/10</a></p>

  • Error when displaying report -IncompatibleClassChangeError

    Hi there. I am attempting to display a Crystal Report onto a JSP and im getting the following error:
    java.lang.IncompatibleClassChangeError: Implementing class
         java.lang.ClassLoader.defineClass0(Native Method)
         java.lang.ClassLoader.defineClass(ClassLoader.java:539)
         java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123)
         org.apache.catalina.loader.WebappClassLoader.findClassInternal(WebappClassLoader.java:1634)
         org.apache.catalina.loader.WebappClassLoader.findClass(WebappClassLoader.java:860)
         org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1307)
         org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1189)
         java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
         java.lang.ClassLoader.defineClass0(Native Method)
         java.lang.ClassLoader.defineClass(ClassLoader.java:539)
    Here's how my servlet code looks like:
    String path = "em_k_rpt_written_premium_web.rpt";
    IReportSourceFactory2 rsf = new JPEReportSourceFactory();
                   IReportSource rptSource = (IReportSource)rsf.createReportSource(path,request.getLocale());
                   ConnectionInfos connInfos = new ConnectionInfos();
                   IConnectionInfo connInfo1 = new ConnectionInfo();
                   connInfo1.setUserName("tron2000");
                   connInfo1.setPassword("tron2000");
                   connInfos.add(connInfo1);
                   CrystalReportViewer viewer = new CrystalReportViewer();
                   viewer.setDatabaseLogonInfos(connInfos);
                   viewer.setReportSource(rptSource);
                   viewer.setEnableLogonPrompt(false);
                   viewer.processHttpRequest(request, response, getServletConfig().getServletContext(),null);
    I'm using: JDK 1.4, Tomcat 5.0, Crystal Reports 9
    I already copied all JRC .jar files into my WEB-INF\lib directory.
    Dont really know what might be happening.
    Any help, will be greatly appreciated.
    Bye.
    Esteban

    even i am trying the same if u get something pls do let me know

  • Crystal Reports XI - Error when displaying report

    Hi Guys,
    I'm using Crystal reports XI release 2. I'm attempting to get some data from an Oracle database and display it as a Crsytal Report onto a JSP. Tomcat 5.0 is being used.
    At first I was using Crystal XI and than upgraded to Release 2.
    Here's the error message I'm getting when report is rendering:
    "Null page: Unable to create page from report source."
    And the stack trace for the error is:
    Exception at EPFPageFactory.getPage: java.lang.Exception: Error in EPFImapgeObjectInstancesBase.getInstanceProperties: null epfImage
    At this point I have not found any references at all on the web regarding this issue. It's been a long time now since I've been trying to use Crystal - Java and I've hot succeed to do so. I only find an article which said There's a hot fix which solves this issue, I installed it but nothing really happened, I kept getting the same error.
    Please , any help will be greatly appreciated.
    Best Regards,
    Esteban

    even i am trying the same if u get something pls do let me know

  • Inconsistent error when displaying reports

    Hello,
    I have CrystalReports 12 server installed on a Windows 2003 Server.
    When attempting to view a report from IE, it displays the report sometimes and sometimes it reports an error >> Print Error.
    It seems to be inconsistent. I am sure it's not related to the database.
    Could it be related to a driver issue, i.e. jdbc driver, it the driver it uses when configuring the report?
    Any help appreciated.
    NOTE: Is there a log file on the server which I can browse for clues?
    thanks
    Henry

    Hi Henry,
    if you add "-trace" at the end of the command line of your crystal report page & cache servers (Use the CMC for this and go in the "servers" folder. You can modify the command line in the properties of your servers after you have stopped them). Restart the servers and look in the Logging directory directly under your BOBJ installation directory.
    Regards,
    Stratos

  • Error in display Reports whit Crystal

    Good day
    I am having problems eom to show reports in the BEA with Crystal Reports.
    I use BEA WEBLOGIC PLATAFORM 8,1 for Linux with Crystal Reports XI.
    I configured server BEA to initiate as a service in my Linux SUSE, and therefore I do not use myself in the graphical way.
    However when I try to visualize some report of crystal JSP page, I receive the following error:
    <code>
    Can't connect you the X11 window server using ':0.0 ' the value of the variable DISPLAY
    </code>
    With the reports me this error only occurs, therefore I have you vary webservices and Jsp, Html pages that function perfectly.
    Somebody could help me?
    BEABRASIL
    MONOLITO SISTEMAS

    Hi
    BEA has a partner relationship with Business Object who owns Crystal report and they might provide some support if the issue is pertaining to crystal report libraries.
    In the U.S. and Canada, you can reach customer service at +1 866 681 3435, 6 a.m. to 5 p.m. Pacific time, Monday to Friday
    Thanks
    Vimala

  • Error while displaying report in BI Publisher

    Hi All,
    I am on BI Publisher 10.1.3.4 and applied the patch 9546699 .After applaying the patch , I am not able to view the reports.While clicking on view m getting the followin error:
    c:temp\xdo_070510_103402171_rtf_out.xsl (The system cannot find the path specified)
    I tried to install the bIP desktop as well but didnt resolve the issue.
    Do I need to make any chnges to any of the configuration files.
    Please suggest.
    Thanks!!

    can you create a folder in c: named as "temp"

  • Error when displaying report 1SIP-001

    Dear experts
    i have tried to run report for cost centers after changing the company code but i am getting the following error:
    Report 1SIP-001 does not contain any data pages for cost centre accounting.
    but reports for profit centre accounting are running correctly after changing the company and using the same company code that i am using fo running cost centre reports,
    What might be causing the problem

    even i am trying the same if u get something pls do let me know

  • Consistently getting an error in custom reports "an error occurred" is the only msg displayed...my c

    Consistently getting an error in custom reports "an error occurred" is the only msg displayed...my clients are screaming...what is the problem?

    Hi,
    Please log a ticket with BC support for this issue. Please provide the exact steps, preferably a video. You can log the ticket from your admin panel > help & support.
    Kind Regards,
    Aish

  • Error in displaying Cascading Reports

    Hi,
    I'm using ASP.NET 2.0 page to display reports from Crystal Reports Server XI R2.
    I have trouble when displaying dynamic cascading reports in my web page:
    I got this error message:
    List of Values failure: fail to get values. [Cause of error: initializationEx SDKException:An error occurred at the server :
    Not a valid logon token.]
    The reports are displayed fine in Infoview.
    Actually sometimes the cascading reports work fine in my web, but at most cases the error occurs.
    The following code works fine when the report is not cascading type.
    Code:
    ReportApplicationServer.InfoStoreConnectionHelper helper = new ReportApplicationServer.InfoStoreConnectionHelper();
    using (helper)
           CrystalDecisions.ReportAppServer.ClientDoc.ReportClientDocument doc = helper.GetClientDocumentByID(id);
           if (doc != null)
          {     doc.DatabaseController.LogonEx(ConfigurationManager.AppSettings["report_servername"], ConfigurationManager.AppSettings["report_dbname"],ConfigurationManager.AppSettings["report_username"],ConfigurationManager.AppSettings["report_password"]);
                 crViewer.ReportSource = doc;
    Variable id contains report id in repository and is passed from previous page and I put that code on Page_Load.
    The following is stack trace:
    [COMException (0x80004005): List of Values failure: fail to get values. [Cause of error: initializationEx SDKException:An error occurred at the server :
    Not a valid logon token.
    CrystalDecisions.ReportAppServer.Prompting.IPromptEngine.processPrompting(IPromptingFeedback feedback) +0
    CrystalDecisions.ReportSource.EromReportSourceBase.DoParameterPrompting(PromptingRequestContext reqContext) +386
    CrystalDecisions.Web.ReportAgentBase.ProcessPrompting(PromptingHTMLFeedback feedback) +80
    CrystalDecisions.Web.CrystalReportViewerBase.OnParameterPrompt() +258
    CrystalDecisions.Web.CrystalReportViewerBase.RaisePostBackEvent(String eventArgument) +39
    CrystalDecisions.Web.CrystalReportViewer.RaisePostBackEvent(String eventArgument) +88
    System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +11
    System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +172
    System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +4921
    Please help me

    Hi, thanks for your reply.
    Actually my setting for Crystal Report Viewer in Infoview is Advanced DHTML Viewer.
    I've tried to switch between Advanced DHTML viewer and normal DHTML viewer but everything is OK in Infoview.
    I suspect if I need more than just calling LogonEx in my ASP.NET code for this case, but I have no reference.
    Everything is fine for static and dynamic (non cascading) reports in my web.
    Do you have any suggestion for this problem?

  • FRM-92101 error while running report from a button or menu

    Hi All,
    I am getting the error FRM-92101 while running report without parameter from a button or menu. I am using Developer Suit 10g. I get the error as it shows there has some configuration problem in my form. Will you please help me anyone how can i solve the problem. My previous forms running very well both with parameter and without parameter.
    Arif

    Hello Sir,
    Thanks for your cooperation. I have solved my problem by myself. The fact was that, when i tried with the following code which made my report---
    SELECT br.bid, br.bname, br.branchtxnstatus, dif.difference
    FROM branch br,
    (SELECT gladbrid branchid,
    SUM
    (CASE
    WHEN ga.gl_acc_categry IN ('L', 'I')
    THEN gd.gladbalance
    ELSE -1 * gd.gladbalance
    END
    ) AS difference
    FROM glaccount ga, glaccountdetail gd
    WHERE ga.glid = gd.gladglid
    GROUP BY gladbrid) dif
    WHERE dif.branchid = br.bid AND br.branchtxnstatus = :Br_Status
    and dif.difference!=0
    ORDER BY br.bid;
    and the code against the button or menu item is---
    DECLARE
    repid REPORT_OBJECT;
    v_rep VARCHAR2(100);
    rep_status VARCHAR2(20);
    BEGIN
    repid := FIND_REPORT_OBJECT('ASSET');
    v_rep := RUN_REPORT_OBJECT(repid);
    rep_status := REPORT_OBJECT_STATUS(v_rep);
    WHILE rep_status in ('RUNNING','OPENING_REPORT','ENQUEUED')
    LOOP
    rep_status := report_object_status(v_rep);
    END LOOP;
    IF rep_status = 'FINISHED' THEN
    /*Display report in the browser*/
    WEB.SHOW_DOCUMENT('http://192.168.0.21:8889/reports/rwservlet/getjobid'||
    substr(v_rep,instr(v_rep,'_',-1)+1)||'?'||'server=repserver90','_blank');
    ELSE
    message('Error when running report');
    END IF;
    Clear_message;
    END;
    Clear_message;
    which has shown the error FRM-92101 and didn't run the report.
    In that case I have changed the query to run the report. first of all i create a view following the query and build the report using a simple select query. that's etc. my report running fine now.
    It is mentioned that there had no error on my codes.
    Arif

  • Error while generating report in RAR

    Hello,
    We are getting error while generating reports in RAR.
    RAR runs sucessfully, can see there are risk, but we cannot dowload those file, usally we use to get zip file.
    or cannot see details ,
    gives error cannt be displayed.
    Thanks,
    DK

    Hello,
    we had same issues, this happed because the disk was full.
    Please check with your basis team if the disk is full.
    Thanks,
    Prasant

Maybe you are looking for