Problema Crystal Reports and JBoss

Hi All!<br>
I'm developing a swing based that retrieves data from a JBoss connection and I need to add support for crystal reports.<br>
So here is my environment:<br>
Swing Application(JavaWEB using jnlp)(JAVA5)->Jboss 4.0.2->dataBase oracle or SQL Server.<br>
<br>
I can develop and run my report in report designer without any problem using JDBC(JNDI) connection, but when I open this <br>report in my application, if the JNDI Optional Name is not set,  a connection box is opened and everything works fine.<br>
The problem occurs when I set JNDI Optional name to the jndi name of my connection(jdbc/FMSDataSource), and try to run the report I receive an error (UndeclaredThrowableException).<br>
<br>
I need to use JNDI connection because there are a lot of users that cannot connect directly to database.<br>
I can see in my JBoss logs that he received the JNDI connection to get the datasource and sucessfully created the proxy <br>classes, so the error seems to be in Crystal component!<br>
Someone can help me???<br>
<br>
To create the swing crystal interface, I'm using the java classes created by crystal plugin for eclipse.<br>
<br>
Here is the JBOSS Logs:<br>
19:47:42,679 DEBUG [WrapperDataSourceService] Created Connection proxy for invoker=jboss:service=invoker,type=jrmp, <br>targetName=jboss.jca:service=DataSourceBinding,name=jdbc/FMSDataSource, cacheID=23801637
19:47:42,734 DEBUG [WrapperDataSourceService] Created DatabaseMetadata proxy for <br>invoker=jboss:service=invoker,type=jrmp, targetName=jboss.jca:service=DataSourceBinding,name=jdbc/FMSDataSource, cacheID=19017836<br>
19:47:42,761 DEBUG [WrapperDataSourceService] Created DatabaseMetadata proxy for <br>invoker=jboss:service=invoker,type=jrmp, targetName=jboss.jca:service=DataSourceBinding,name=jdbc/FMSDataSource, cacheID=19017836<br>
19:47:42,774 DEBUG [WrapperDataSourceService] Created DatabaseMetadata proxy for <br>invoker=jboss:service=invoker,type=jrmp, targetName=jboss.jca:service=DataSourceBinding,name=jdbc/FMSDataSource, cacheID=19017836<br>
19:47:42,786 DEBUG [WrapperDataSourceService] Created DatabaseMetadata proxy for <br>invoker=jboss:service=invoker,type=jrmp, targetName=jboss.jca:service=DataSourceBinding,name=jdbc/FMSDataSource, cacheID=19017836<br>
19:47:42,823 DEBUG [WrapperDataSourceService] Created DatabaseMetadata proxy for <br>invoker=jboss:service=invoker,type=jrmp, targetName=jboss.jca:service=DataSourceBinding,name=jdbc/FMSDataSource, cacheID=19017836<br>
19:47:46,088 DEBUG [WrapperDataSourceService] Created Statement proxy for invoker=jboss:service=invoker,type=jrmp, <br>targetName=jboss.jca:service=DataSourceBinding,name=jdbc/FMSDataSource, cacheID=21097047
19:47:46,140 DEBUG [WrapperDataSourceService] Created ResultSet proxy for invoker=jboss:service=invoker,type=jrmp, <br>targetName=jboss.jca:service=DataSourceBinding,name=jdbc/FMSDataSource, cacheID=33408758
<br>
<br>
Here is the exception(in client):<br>
19:45:39,990 ERROR [JRCCommunicationAdapter]  detected an exception: java.lang.reflect.UndeclaredThrowableException<br>
     at $Proxy10.getStatement(Unknown Source)<br>
     at com.crystaldecisions.reports.common.data.JdbcCrystalResultSet.getStatement(Unknown Source)<br>
     at com.crystaldecisions.reports.queryengine.driverImpl.jdbc.JDBCResultSet.close(Unknown Source)<br>
     at com.crystaldecisions.reports.queryengine.ResultSetRecordReader.for(SourceFile:94)<br>
     at com.crystaldecisions.reports.queryengine.Rowset.bK(SourceFile:584)<br>
     at com.crystaldecisions.reports.queryengine.Rowset.zL(SourceFile:541)<br>
     at com.crystaldecisions.reports.queryengine.RowsetBase.y9(SourceFile:119)<br>
     at com.crystaldecisions.reports.datalayer.a.a(SourceFile:1434)<br>
     at com.crystaldecisions.reports.datalayer.a.do(SourceFile:1634)<br>
     at com.crystaldecisions.reports.datalayer.a.a(SourceFile:1404)<br>
     at com.crystaldecisions.reports.dataengine.m.b(SourceFile:334)<br>
     at com.crystaldecisions.reports.dataengine.j.b(SourceFile:515)<br>
     at com.crystaldecisions.reports.dataengine.m.o(SourceFile:408)<br>
     at com.crystaldecisions.reports.dataengine.m.a(SourceFile:173)<br>
     at com.crystaldecisions.reports.dataengine.ContextNode.a(SourceFile:114)<br>
     at com.crystaldecisions.reports.dataengine.ContextNode.a(SourceFile:95)<br>
     at com.crystaldecisions.reports.dataengine.j.case(SourceFile:1080)<br>
     at com.crystaldecisions.reports.dataengine.h.<init>(SourceFile:108)<br>
     at com.crystaldecisions.reports.dataengine.DataContext.a(SourceFile:254)<br>
     at com.crystaldecisions.reports.dataengine.DataProcessor2.a(SourceFile:4660)<br>
     at com.crystaldecisions.reports.dataengine.DataProcessor2.a(SourceFile:4574)<br>
     at com.crystaldecisions.reports.dataengine.DataProcessor2.new(SourceFile:2652)<br>
     at com.crystaldecisions.reports.dataengine.DataProcessor2.byte(SourceFile:2610)<br>
     at com.crystaldecisions.reports.dataengine.DataProcessor2.try(SourceFile:2282)<br>
     at com.crystaldecisions.reports.dataengine.DataProcessor2.int(SourceFile:2442)<br>
     at com.crystaldecisions.reports.dataengine.DataProcessor2.I(SourceFile:1013)<br>
     at com.crystaldecisions.reports.formatter.formatter.objectformatter.ObjectFormatter.fo(SourceFile:526)<br>
     at com.crystaldecisions.reports.formatter.formatter.paginator.PageFormatter.if(SourceFile:603)<br>
     at com.crystaldecisions.reports.formatter.formatter.paginator.PageFormatter.a(SourceFile:568)<br>
     at com.crystaldecisions.reports.formatter.formatter.paginator.PageFormatter.X(SourceFile:377)<br>
     at com.crystaldecisions.reports.formatter.formatter.paginator.PageFormatter.moveToPageN(SourceFile:329)<br>
     at com.businessobjects.reports.sdk.requesthandler.ReportViewingRequestHandler.a(SourceFile:1090)<br>
     at com.businessobjects.reports.sdk.requesthandler.ReportViewingRequestHandler.byte(SourceFile:218)<br>
     at com.businessobjects.reports.sdk.JRCCommunicationAdapter.do(SourceFile:1909)<br>
     at com.businessobjects.reports.sdk.JRCCommunicationAdapter.if(SourceFile:661)<br>
     at com.businessobjects.reports.sdk.JRCCommunicationAdapter.a(SourceFile:167)<br>
     at com.businessobjects.reports.sdk.JRCCommunicationAdapter$2.a(SourceFile:529)<br>
     at com.businessobjects.reports.sdk.JRCCommunicationAdapter$2.call(SourceFile:527)<br>
     at com.crystaldecisions.reports.common.ThreadGuard.syncExecute(SourceFile:102)<br>
     at com.businessobjects.reports.sdk.JRCCommunicationAdapter.for(SourceFile:525)<br>
     at com.businessobjects.reports.sdk.JRCCommunicationAdapter.int(SourceFile:424)<br>
     at com.businessobjects.reports.sdk.JRCCommunicationAdapter.request(SourceFile:352)<br>
     at com.businessobjects.sdk.erom.jrc.a.a(SourceFile:54)<br>
     at com.businessobjects.sdk.erom.jrc.a.execute(SourceFile:67)<br>
     at com.crystaldecisions.proxy.remoteagent.RemoteAgent$a.execute(SourceFile:716)<br>
     at com.crystaldecisions.proxy.remoteagent.CommunicationChannel.a(SourceFile:125)<br>
     at com.crystaldecisions.proxy.remoteagent.RemoteAgent.a(SourceFile:537)<br>
     at com.crystaldecisions.sdk.occa.report.application.ds.a(SourceFile:186)<br>
     at com.crystaldecisions.sdk.occa.report.application.ReportSource.a(SourceFile:1558)<br>
     at com.crystaldecisions.sdk.occa.report.application.ReportSource.getPage(SourceFile:767)<br>
     at com.crystaldecisions.sdk.occa.report.application.AdvancedReportSource.getPage(SourceFile:324)<br>
     at com.businessobjects.crystalreports.viewer.core.rs.RSRecordSource.openInputStream(Unknown Source)<br>
     at com.businessobjects.crystalreports.viewer.core.TSLVReader.a(Unknown Source)<br>
     at com.businessobjects.crystalreports.viewer.core.TSLVReader.run(Unknown Source)<br>
     at java.lang.Thread.run(Thread.java:595)<br>
<br>

You would want to look at the Crystal Reports for Eclipse product which is a pure java solution.  You can find more information on it [here|http://www.sdn.sap.com/irj/sdn/crystalreports-java]

Similar Messages

  • Crystal reports and jboss

    Good day, everyone!
    I'll be short and simple. I just started a new job as some what of a product and project manager for a manufacturer. They make devices that can be managed via wireless networks. The management application is presently built by a 3rd party development firm using jboss. This management gateway manages and controls the devices at a client.
    I was just brought on to help manage this effort. At present, there in the stages of needing to develop a web-based reporting framework for the end users of very simple tabular and graphical (bar, pie) views of the information the gateway application collects and stores in an oracle 10g embedded DB.
    The current method of reporting is an old-school, hand-coded HTML output using JBOSS. Prior to my arrival, it's kind of gotten the job done. Now they need to include graphical charting, drill down capabilities, and their jboss engineers found JFREECHART to incorporate into the project.
    My background does NOT include JBOSS expertise, but it does include tons of BI (from the simple to the enterprise).
    So here's my question:
    I'd like to utilize Crystal Reports as a report design platform to speed up the report development process. But I do not know if it is possible to embed a Crystal Viewer into a purely Java/Apache/JBOSS environment. As a wizard on Crystal, I"m sure I could help them rapidly implement their reporting requirements. BUt it's this question of embedding and accessing the report from their current application platform.
    I have personally coded C#, VB.NET web and windows applications embedding the Crystal Viewer for web-based reporting solutions.
    My dilemma is to identify whether Crystal Reports have a Java-based viewer that can be programmatically controlled via JBOSS/Java/Apache environments running on Windows Server 2003.
    I'm not exactly asking for any step by step instructions, just wondering if anyone has any ideas on how to utilize Crystal Reports in a predominantly "open source" developer community.
    This isn't the first time I've experienced a development house that wants to build their own HTML table driven reporting solution. But our company doesn't have the time to waste. If we can some how integrate Crystal REports into the JBOSS/JAVA/Apache environment, we may be able to continue to utilize the existing custom developed application gateway while taking advantage of the power of the Crystal Reports Designer, Runtime, and reporting platform.
    My only other idea is to have IIS co-exist in the environment and use VS.NET to develop web forms with embedded Crystal REports. The only issue here is that the 3rd party developer is really an anti-Microsoft, pure open sources tools company, and i'm sure I'd lose the war for even suggesting a "mixed mode" of application tools.
    To be very truthful, friends, I really think if I can research the ability to have a Crystal Report consumed/Displayed via Java/Apache, I can help my firm out greatly. It's a shame that this 3rd party developer wants to hand code HTML reports when there are BI and report writing tools with free runtimes that could greatly increase the feature richness and robustness of the reports as well as get to market so much faster.
    I respect the open source community and capabilities as it' has contributed much towards the development of my firms application gateway. However, there is a real need to integrate a mature BI and reporting platform and I'm hoping this is possible smoe how.
    thank you for any and all advice!

    You would want to look at the Crystal Reports for Eclipse product which is a pure java solution.  You can find more information on it [here|http://www.sdn.sap.com/irj/sdn/crystalreports-java]

  • Crystal Reports and Authorization Problems

    I am having an issue with Crystal Reports and User Authorizations.
    I was build a Crystal Report and import into SAP Business  One (SBO 8.8 PL18 HF). After that i give full authorizations for this report in some users. Then if the user login in SBO and choose to see the report his has the following error
    You are not permitted to perform this action - "The name of the Report " [Message 200-30]
    or
    You are not permitted to perform this action - "The name of another Crystal Report " [Message 200-30]
    This happen also if I edit a crystal report and re import the new version.
    If i change the user to Super User  then there is no Problem but i don't want something like this. Is something going wrong with Import Crystal Report and SBO menu items?
    Any Idea?
    Thanks In advance
    Edited by: Apostolis Andrikos on Feb 17, 2011 1:25 PM

    Hi Balakumar,
    I had tried also with the way that you suggested...
    Only if I give full authorizations for all the modules itu2019s possible for the user to open the crystalu2026
    And I said possible because sometimes with full Authorizations everything it is ok and sometimes not.
    The most strange thing is that if I choose to open a Crystal Report  the display error as i said before is
    for another Crystal Report in SBO menu.
    e.x I choose to run a Daily Cash Report from the User
    and the ERROR Said
    "You are not permitted to perform this action - Outgoing Payments Message 200-30"
    Thanks for your Response

  • Crystal Reports and Business One Problems

    Hello all
    Some questions about Crystal Reports and Business One, I try run some Crystal reports developed in special but for some reason when I ussing Terminal Services this unplug, so, more strange its when the user are not administrators because when are adminstrators this problem is not present.
    Some tip its welcome.
    Thanks a lot

    Hi Ricardo,
    I checked the privileges point to point, even as he opened like to administration, but no response as to assign regular users, that is strange.
    >I didn't  undertstand these statement .What do you mean  by point to point .There is only one place you have to specify was user has access to the group you have defined .As described , it is done in number 4 .(Please refer to that )
    When we are talking about user -there is two user --One is superuser and regular user
    If you are super user , you have to give permission to other users to only crystal report and regular user  doesn't need access to Administration module <referring he opened like to administration> .
    BTW , Are you familiar with crystal report administration in SAP b1 ? You can find several thread poiting towards training material in the forum
    Hope this helps
    Bishal
    Edited by: Bishal Adhikari on Mar 2, 2009 2:43 PM

  • Crystal Report and Log4net error 1.2.10

    Hi at all,
    I have problem on Crystal Report and log4net.
    It happens when I deploy the Web applications on the server.
    I'm using Visual studio 2013 update 2, and I'm using log4net 2.0.3 (1.2.13) and I'm using CRforVS2013_13_0_10, the last.
    When I deploy my application on the target machine, where I have also installed the runtime 64 bit for Crystal Report, I found this error:
    ERROR 2014-07-31 16:26:42,721 1528053ms 8Euro                  - IP:192.168.0.38    - HOST:192.168.0.38 DumpWebRequest                           -  ERROR: Exception of type 'System.Web.HttpUnhandledException' was thrown.
    Exception StackTrace:   at System.Web.UI.Page.HandleError(Exception e)
      at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
      at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
      at System.Web.UI.Page.ProcessRequest()
      at System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context)
      at System.Web.UI.Page.ProcessRequest(HttpContext context)
      at ASP.pages_reportviewer_aspx.ProcessRequest(HttpContext context)
      at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
      at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
    ERROR: The type initializer for 'CrystalDecisions.CrystalReports.Engine.ReportDocument' threw an exception.
    ERROR: Could not load file or assembly 'log4net, Version=1.2.13.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
    Exception StackTrace:   at CrystalDecisions.Shared.SharedUtils..cctor()
    ERROR: Could not load file or assembly 'log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
    Not able to extract code, error:Value cannot be null.
    Parameter name: source
    Exception StackTrace:
    On my local Visual studio it works, works fine.
    But when I'm deploying on Server, 2008 win 64 bit, I found this error.
    I've tried everything, I've installed also the runtime 64 bit on the target/server machine.
    The problem is that the log4net is not registered in the windows\assembly directory on the target server ? Do I have to use the Gac util to register the log4net dll assembly ?
    Please help me, It one day that I'm facing this error, but I'm not able to solve.
    Regards
    Vittorio

    Hi Vittorio
    Please enter the search string 'log4net crystal net' into the search box in the top right corner. When the results come up, click on the Support Notes link. That will filter for the KBAs that you want to have a look at.
    - Ludek
    Senior Support Engineer AGS Product Support, Global Support Center Canada
    Follow us on Twitter

  • Select multiple items from a list box as values for a parameter of crystal report and Oracle procedure

    -  I have a  Product list box (asp.net) used as multiple selected values for  a parameter. 
    - The Product ID is defined in the Oracle procedure as NUMBER data type. 
    -  In my crystal report, I have a parameter field allow multiple values as p_product_id type as Number.  This is the code in my Record Selection Formula for the report:
    ({?p_product_id}[1] = -1 OR {Procedure_name.product_id} in {p_product_id})
    -  In C#, this is my code
    List<decimal?> productUnit = new List<decimal?>();
    int counter = 0;
    decimal prod;
    for (int i = 0; i < lstProducts.Items.Count; i++)
                  if (lstProducts.Items[i].Selected)
                                if (decimal.TryParse(lstProduct.Items[i].Value, out prod))
                                    productUnit.Add((decimal?)prod);                              
                                    counter++;
           if (counter == 0)
                       productUnit.Add(-1);                      
    ReportingDAO rDataFactory = new ReportingDAO();
    retVal = rDataFactory.GetProductReport(productUnit);
    public CrystalDecisions.CrystalReports.Engine.ReportDocument GetProductReport(List<decimal?> productUnit)
              CrystalDecisions.CrystalReports.Engine.ReportDocument retVal = new rptProductDownload();
              ReportLogon rptLog = new ReportLogon();
             rptLog.Logon(retVal, "RPT_PRODUCT_DOWNLOAD");
             retVal.SetParameterValue("p_product_id", productUnit); 
    I keep having the "Value does not fall within the expected range" when I debug.  My question is, is the data type I used for procedure/Crystal report/ and C# correct ?  I always have problem with the data type.  Any help would be
    appreciated
    Thank you

    Hi progGirl,
    Thank you for your post, but Microsoft doesn't provide support for CrystalReport now. Please post your question in SAP official site here:
    http://forums.sdn.sap.com/forum.jspa?forumID=313
    Thank you for your understanding.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Crystal Reports and SAP BW Connectivity for OLAP

    Hello,
    Anybody created Crystal reports off SAP BW Infocubes? For some reason I am not able to create or configure BW sever connection. I installed Crystal reports and SAP enhance cd for OLAP.
    Thanks
    Tom

    Hello,
    I was able to connect and create Crystal report based on Bex query..no connection problem there. But, reporting directly off infocubes, the server type "SAP Business Information Warehouse"(add server option in OLAP connection Browser) not showing up in list of values.
    1. I released Info query for PLE DB for OLAP as per 
       user's guide.
    2. The manual says you have to configure SAP BW server  
       log on? For Bex query(Crystal) all available servers
       automatically available
    Thanks

  • Crystal Reports and BW Query- Translation

    Hello,
    I'm trying to use Crystal reports with BW Query in the Hebrew Language.
    When i open the Crystal Reports and connect to SAP I'm putting the Hebrew language key in the logon screen. When the crystal report starts i can see the reports info objects but without the Hebrew description. I can see that in the formula fields the Language key is selected but shouldnt i get the info objects description as well?
    Thanks,
    David

    Hi David,
    when I create a new report (using the SAP toolbar) I always get the descriptions for the info objects on the field explorer according to the language I set when I logon on into the SAP system my query resides in. I tried with both english and german language and it works fine. I assume you have installed the hebrew language pack for CR and that the hebrew descriptions are maintained in your SAP system. I also assume that you are talking about creating a report here and not opening an existing one though. In this case the language at creation time defines which descriptions are displayed.
    If the above assumptions are valid, then you may face a hebrew language specific problem here. Opening a support case would probably make sense.
    Regards,
    Stratos

  • Crystal Reports and SQL Server 2000

    Hi all,
    I read the document "Troubleshooting Database Connectivity for Crystal Reports" and tried all SQL Server jdbc drivers (1.2, 2.0,2.0.1, 3) and I could not find  a working driver with crystal reports at all.
    http://www.sdn.sap.com/irj/boc/go/portal/prtroot/docs/library/uuid/d05b3bb7-0f28-2c10-4ea3-84dbdc4e414e?quicklink=index&overridelayout=true
    I'm also not sure if there is a working one?
    Are there anybody who suggest me a jdbc driver for SQL server which also supports Crystal Reports?
    The connection is ok, but the problem is I don't see tables and other staff under the connection...According to the document above, this means the driver does not support crystal reports...
    Product versions which involve this issue as follows:
    SQL Server 2000
    JRE 5.0
    Crystal Reports 11.8 (Comes with IBM RAD 7.5 IDE)
    Platform : IBM Portal 6.1.0.2 ( IBM Websphere App. Server 6.1)
    Any help would deeply be appreciated.
    I'm totaly exhausted. I hope someone help me...
    Best regards,
    E.

    I gave up this issue since I learnt that Crystal Java Reporting Component does not support portlet.  I also tried with SQL 2008 and I also updated my IDE for updating Crystal plug-in in it.  It was finally working at portal but the pager buttons and other staff in the viewer were not working since it  still does not support portlet.
    Thanks a lot.
    E.

  • Crystal Reports and PlexIS

    Recently I was working on a new report generated through Crystal Reports, and I finally got it to work. The problem I am running into now is that I have to import the report into PlexIS Claims Manager (www.plexisweb.com). I have documentation on how to do this, and have followed the step-by-step instructions to do so. One of the steps requires placing the file in a reports folder, along with a corresponding .rcg file for the report. The PlexIS administrator utility then updates, "using up" the .rcg file and saving the .rpt file. The problem I am running into is at this step, when I update the reports both the .rcg and .rpt files mysteriously disappear. I have contacted PlexIS tech support, only to find out that they have never seen anything like this happen before and have no idea what the problem could be. Does anyone have any suggestions?

    Call them back and ask them what version of Crystal Reports their application is compatible with.
    i.e., have you installed a newer version (you didn't mention the version) and their application may have the runtime files for a previous version of CR.
    If you are reporting off their data and viewing the report through their application (not directly from you CR) then the ball would be in their court so to speak.

  • Crystal Reports and SAP BO XI 3.1 License purshase

    Dear Professionals,
    My company is looking forward to go for Crystal Reports 2008 from BEx.
    I am looking for link for purchasing license for Crystal Reports and SAP BO XI 3.1 as well.
    Besides the above, i am currently working on a free trial version of Crystal Reportds and also installed Crystal Viewer to publish the reports on the portal, but it was asking for Java Connector license key.
    So, in addition to the above i also want to know the pricing for License of Javas Connector (JCo)
    Your help is appreciated.

    Hi
    the Java connector is available here
    service.sap.com/connectors
    Regarding licenses and pricing I would recommend to contact your local SAP sales office.
    Regards
    Stratos

  • Crystal Report and Dash Board Report templates

    Hi All,
    I was wondering can you help to find out few Crystal report and Dash Board report Templates for SAP Business One.
    This in order to give demo to customers.
    Link pointing to same is good enough. I have authorization to SAP portal and I have searched through it found only two template of Crystal report no Dash report templates.
    Regards,
    Aditya

    Hi Adit,
    For CR demo, you can use this youtube CR demo:
    http://www.youtube.com/watch?v=bKLtTDNpQMM
    For the CR sample templates donwload, you can check this link:
    http://scn.sap.com/thread/1239521
    If  you want to create the template by your self, you can check this link:
    http://scn.sap.com/thread/1627677
    For dashboard sample, you can download from this link:
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/e0bd3605-e1ad-2d10-488d-f2e4fede1d46
    JimM

  • Problem crystal report xi with j2ee

    dear all
    after greeting i have exception that appear when i open report created by crystal report and i didn't know why this exception although the report is successfully opened i am using jrc and the exception is following::
    Assertion Failed: Unknown TableType
    08/02/14 19:55:51 java.lang.Throwable
    08/02/14 19:55:51 at com.crystaldecisions.reports.common.j.b.a(Unknown Source)
    08/02/14 19:55:51 at com.crystaldecisions.reports.reportdefinition.datainterface.j.do(Unknown Source)
    08/02/14 19:55:51 at com.crystaldecisions.reports.reportdefinition.datainterface.j.a(Unknown Source)
    08/02/14 19:55:51 at com.crystaldecisions.reports.saveddata.a.g.int(Unknown Source)
    08/02/14 19:55:51 at com.crystaldecisions.reports.saveddata.a.g.char(Unknown Source)
    08/02/14 19:55:51 at com.crystaldecisions.reports.saveddata.a.g.try(Unknown Source)
    08/02/14 19:55:51 at com.crystaldecisions.reports.saveddata.a.g.a(Unknown Source)
    08/02/14 19:55:51 at com.crystaldecisions.reports.dataengine.i.f(Unknown Source)
    08/02/14 19:55:51 at com.crystaldecisions.reports.dataengine.a5.a(Unknown Source)
    08/02/14 19:55:51 at com.crystaldecisions.reports.formatter.formatter.objectformatter.bn.<init>(Unknown Source)
    08/02/14 19:55:51 at com.crystaldecisions.reports.formatter.formatter.objectformatter.bn.if(Unknown Source)
    08/02/14 19:55:51 at com.crystaldecisions.reports.formatter.formatter.d.k.<init>(Unknown Source)
    08/02/14 19:55:51 at com.crystaldecisions.reports.formatter.formatter.d.o.<init>(Unknown Source)
    08/02/14 19:55:51 at com.crystaldecisions.reports.formatter.formatter.d.o.a(Unknown Source)
    08/02/14 19:55:51 at com.crystaldecisions.reports.formatter.a.b.a(Unknown Source)
    08/02/14 19:55:51 at com.crystaldecisions.reports.formatter.a.b.a(Unknown Source)
    08/02/14 19:55:51 at com.crystaldecisions.reports.reportengineinterface.g.a(Unknown Source)
    08/02/14 19:55:51 at com.crystaldecisions.reports.reportengineinterface.JPEReportSource.export(Unknown Source)
    08/02/14 19:55:51 at com.crystaldecisions.report.web.event.bn.a(Unknown Source)
    08/02/14 19:55:51 at com.crystaldecisions.report.web.event.u.a(Unknown Source)
    08/02/14 19:55:51 at com.crystaldecisions.report.web.component.g.for(Unknown Source)
    08/02/14 19:55:51 at com.crystaldecisions.report.web.component.g.a(Unknown Source)
    08/02/14 19:55:51 at com.crystaldecisions.report.web.component.g.if(Unknown Source)
    08/02/14 19:55:51 at com.crystaldecisions.report.web.component.n.a(Unknown Source)
    08/02/14 19:55:51 at com.crystaldecisions.report.web.event.b1.broadcast(Unknown Source)
    08/02/14 19:55:51 at com.crystaldecisions.report.web.event.as.a(Unknown Source)
    08/02/14 19:55:51 at com.crystaldecisions.report.web.WorkflowController.if(Unknown Source)
    08/02/14 19:55:51 at com.crystaldecisions.report.web.WorkflowController.doLifecycle(Unknown Source)
    08/02/14 19:55:51 at com.crystaldecisions.report.web.ServerControl.a(Unknown Source)
    08/02/14 19:55:51 at com.crystaldecisions.report.web.viewer.ReportExportControl.a(Unknown Source)
    08/02/14 19:55:51 at com.crystaldecisions.report.web.ServerControl.processHttpRequest(Unknown Source)
    08/02/14 19:55:51 at jsps.jrc__export__with__logon__and__parameters._jspService(_jrc__export__with__logon__and__parameters.java:256)
    08/02/14 19:55:51 at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
    08/02/14 19:55:51 at oracle.jsp.runtimev2.JspPageTable.compileAndServe(JspPageTable.java:569)
    08/02/14 19:55:51 at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:305)
    08/02/14 19:55:51 at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:509)
    08/02/14 19:55:51 at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:413)
    08/02/14 19:55:51 at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    08/02/14 19:55:51 at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:824)
    08/02/14 19:55:51 at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:330)
    08/02/14 19:55:51 at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:222)
    08/02/14 19:55:51 at org.apache.struts.action.RequestProcessor.doForward(RequestProcessor.java:1069)
    08/02/14 19:55:51 at org.apache.struts.action.RequestProcessor.processForwardConfig(RequestProcessor.java:455)
    08/02/14 19:55:51 at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:279)
    08/02/14 19:55:51 at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
    08/02/14 19:55:51 at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525)
    08/02/14 19:55:51 at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
    08/02/14 19:55:51 at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    08/02/14 19:55:51 at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:824)
    08/02/14 19:55:51 at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:330)
    08/02/14 19:55:51 at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:830)
    08/02/14 19:55:51 at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:224)
    08/02/14 19:55:51 at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:133)
    08/02/14 19:55:51 at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
    08/02/14 19:55:51 at java.lang.Thread.run(Thread.java:534)
    08/02/14 19:55:51 Assertion Failed: Unknown TableType
    08/02/14 19:55:51 java.lang.Throwable
    08/02/14 19:55:51 at com.crystaldecisions.reports.common.j.b.a(Unknown Source)
    08/02/14 19:55:51 at com.crystaldecisions.reports.reportdefinition.datainterface.j.do(Unknown Source)
    08/02/14 19:55:51 at com.crystaldecisions.reports.reportdefinition.datainterface.j.a(Unknown Source)
    08/02/14 19:55:51 at com.crystaldecisions.reports.saveddata.a.g.int(Unknown Source)
    08/02/14 19:55:51 at com.crystaldecisions.reports.saveddata.a.g.char(Unknown Source)
    08/02/14 19:55:51 at com.crystaldecisions.reports.saveddata.a.g.try(Unknown Source)
    08/02/14 19:55:51 at com.crystaldecisions.reports.saveddata.a.g.a(Unknown Source)
    08/02/14 19:55:51 at com.crystaldecisions.reports.dataengine.i.f(Unknown Source)
    08/02/14 19:55:51 at com.crystaldecisions.reports.dataengine.a5.a(Unknown Source)
    08/02/14 19:55:51 at com.crystaldecisions.reports.formatter.formatter.objectformatter.bn.<init>(Unknown Source)
    08/02/14 19:55:51 at com.crystaldecisions.reports.formatter.formatter.objectformatter.bn.if(Unknown Source)
    08/02/14 19:55:51 at com.crystaldecisions.reports.formatter.formatter.d.k.<init>(Unknown Source)
    08/02/14 19:55:51 at com.crystaldecisions.reports.formatter.formatter.d.o.<init>(Unknown Source)
    08/02/14 19:55:51 at com.crystaldecisions.reports.formatter.formatter.d.o.a(Unknown Source)
    08/02/14 19:55:51 at com.crystaldecisions.reports.formatter.a.b.a(Unknown Source)
    08/02/14 19:55:51 at com.crystaldecisions.reports.formatter.a.b.a(Unknown Source)
    08/02/14 19:55:51 at com.crystaldecisions.reports.reportengineinterface.g.a(Unknown Source)
    08/02/14 19:55:51 at com.crystaldecisions.reports.reportengineinterface.JPEReportSource.export(Unknown Source)
    08/02/14 19:55:51 at com.crystaldecisions.report.web.event.bn.a(Unknown Source)
    08/02/14 19:55:51 at com.crystaldecisions.report.web.event.u.a(Unknown Source)
    08/02/14 19:55:51 at com.crystaldecisions.report.web.component.g.for(Unknown Source)
    08/02/14 19:55:51 at com.crystaldecisions.report.web.component.g.a(Unknown Source)
    08/02/14 19:55:51 at com.crystaldecisions.report.web.component.g.if(Unknown Source)
    08/02/14 19:55:51 at com.crystaldecisions.report.web.component.n.a(Unknown Source)
    08/02/14 19:55:51 at com.crystaldecisions.report.web.event.b1.broadcast(Unknown Source)
    08/02/14 19:55:51 at com.crystaldecisions.report.web.event.as.a(Unknown Source)
    08/02/14 19:55:51 at com.crystaldecisions.report.web.WorkflowController.if(Unknown Source)
    08/02/14 19:55:51 at com.crystaldecisions.report.web.WorkflowController.doLifecycle(Unknown Source)
    08/02/14 19:55:51 at com.crystaldecisions.report.web.ServerControl.a(Unknown Source)
    08/02/14 19:55:51 at com.crystaldecisions.report.web.viewer.ReportExportControl.a(Unknown Source)
    08/02/14 19:55:51 at com.crystaldecisions.report.web.ServerControl.processHttpRequest(Unknown Source)
    08/02/14 19:55:51 at jsps.jrc__export__with__logon__and__parameters._jspService(_jrc__export__with__logon__and__parameters.java:256)
    08/02/14 19:55:51 at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
    08/02/14 19:55:51 at oracle.jsp.runtimev2.JspPageTable.compileAndServe(JspPageTable.java:569)
    08/02/14 19:55:51 at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:305)
    08/02/14 19:55:51 at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:509)
    08/02/14 19:55:51 at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:413)
    08/02/14 19:55:51 at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    08/02/14 19:55:51 at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:824)
    08/02/14 19:55:51 at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:330)
    08/02/14 19:55:51 at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:222)
    08/02/14 19:55:51 at org.apache.struts.action.RequestProcessor.doForward(RequestProcessor.java:1069)
    08/02/14 19:55:51 at org.apache.struts.action.RequestProcessor.processForwardConfig(RequestProcessor.java:455)
    08/02/14 19:55:51 at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:279)
    08/02/14 19:55:51 at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
    08/02/14 19:55:51 at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525)
    08/02/14 19:55:51 at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
    08/02/14 19:55:51 at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    08/02/14 19:55:51 at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:824)
    08/02/14 19:55:51 at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:330)
    08/02/14 19:55:51 at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:830)
    08/02/14 19:55:51 at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:224)
    08/02/14 19:55:51 at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:133)
    08/02/14 19:55:51 at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
    08/02/14 19:55:51 at java.lang.Thread.run(Thread.java:534)
    if anyone know why the solution replied to me please
    thanks for all

    Post Author: V361
    CA Forum: Data Connectivity and SQL
    do you have an ODBC datasource setup for localhost\sqlexpress ?, if not you should create one, you will also want a duplicate set up on the localhost box.  That way whatever connection you use to connect to the localhost, should be carried along with the report. I have many reports that point to a SQL database, but for others to be able to run them off the local host I had to create duplicate ODBC connections. 

  • Getting Data from SAP ECC & BI to Crystal Reports and then Broadcasting.

    Hi,
    I need to get the data from SAP ECC & BI to Crystal reports and then after formating data in Crystal reports, my requierment is to send via email (Broadcasting). Is there any option to  Broadcast from Crystal reports?
    I read Ingo Hilgefort blogs, but I need in detail steps such as to verify Integration Kit is installed or not and also how to create connections in between SAP ECC and Crystal. What are the Security setups(User IDs and Authorizations) involved?
    What is best option for email/broadcasting for Crystal Reports?
    Your help is appreciated.
    Thanks.
    SVK.

    Hi,
    I would suggest you then start with the installation and user guide fr the SAP Integration Kit.
    Ingo

  • Crystal Reports and Service Desk

    I notice there is some integration between Crystal Report and Service Desk, but I need some assistance on how to get started to create Crystal Reports that will view the Service Desk data.
    Is there any documentationon this functionality?
    Thanks
    Simon

    .

Maybe you are looking for