Sub Report not working in Crystal Report 2008 using JSP

I am having developer license of Crystal Report 2008. I am able to generate report using Java JDK 1.5 , JSP,Oracle10g , deployed on WebSphere Application Server 6.1.0.29. I am not able to generate Sub reports. Can you please help us with sample code to how to call and configure subreport and please send configuration CRConfig.xml.
The below Error is Occurred on generating report.
On condition when we link the main report to subreport through parameter.
com.crystaldecisions.sdk.occa.report.lib.ReportSDKException: java.lang.NullPointerException---- Error code:-2147467259 Error code name:failed
                at com.businessobjects.reports.sdk.JRCCommunicationAdapter.if(SourceFile:741)
                at com.businessobjects.reports.sdk.JRCCommunicationAdapter.a(SourceFile:167)
                at com.businessobjects.reports.sdk.JRCCommunicationAdapter$2.a(SourceFile:529)
                at com.businessobjects.reports.sdk.JRCCommunicationAdapter$2.call(SourceFile:527)
                at com.crystaldecisions.reports.common.ThreadGuard.syncExecute(SourceFile:102)
                at com.businessobjects.reports.sdk.JRCCommunicationAdapter.for(SourceFile:525)
                at com.businessobjects.reports.sdk.JRCCommunicationAdapter.int(SourceFile:424)
                at com.businessobjects.reports.sdk.JRCCommunicationAdapter.request(SourceFile:352)
                at com.businessobjects.sdk.erom.jrc.a.a(SourceFile:54)
                at com.businessobjects.sdk.erom.jrc.a.execute(SourceFile:67)
                at com.crystaldecisions.proxy.remoteagent.RemoteAgent$a.execute(SourceFile:716)
                at com.crystaldecisions.proxy.remoteagent.CommunicationChannel.a(SourceFile:125)
                at com.crystaldecisions.proxy.remoteagent.RemoteAgent.a(SourceFile:537)
                at com.crystaldecisions.sdk.occa.report.application.ds.a(SourceFile:186)
                at com.crystaldecisions.sdk.occa.report.application.ReportSource.a(SourceFile:1558)
                at com.crystaldecisions.sdk.occa.report.application.ReportSource.getPage(SourceFile:767)
                at com.crystaldecisions.sdk.occa.report.application.AdvancedReportSource.getPage(SourceFile:324)
                at com.crystaldecisions.reports.reportengineinterface.JPEReportSource.getPage(SourceFile:149)
                at com.businessobjects.report.web.event.s.a(SourceFile:158)
                at com.businessobjects.report.web.event.s.a(SourceFile:127)
                at com.businessobjects.report.web.event.bt.a(SourceFile:47)
                at com.businessobjects.report.web.event.bw.broadcast(SourceFile:93)
                at com.businessobjects.report.web.event.am.a(SourceFile:53)
                at com.businessobjects.report.web.a.t.if(SourceFile:2104)
                at com.businessobjects.report.web.e.a(SourceFile:300)
                at com.businessobjects.report.web.e.a(SourceFile:202)
                at com.businessobjects.report.web.e.a(SourceFile:135)
                at com.crystaldecisions.report.web.ServerControl.a(SourceFile:607)
                at com.crystaldecisions.report.web.ServerControl.processHttpRequest(SourceFile:342)
                at com.ibm._jsp._CrystalReportViewer._jspService(_CrystalReportViewer.java:107)
                at com.ibm.ws.jsp.runtime.HttpJspBase.service(HttpJspBase.java:87)
                at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
                at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1143)
                at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:591)
                at com.ibm.ws.wswebcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:481)
                at com.ibm.wsspi.webcontainer.servlet.GenericServletWrapper.handleRequest(GenericServletWrapper.java:122)
                at com.ibm.ws.jsp.webcontainerext.AbstractJSPExtensionServletWrapper.handleRequest(AbstractJSPExtensionServletWrapper.java:226)
                at com.ibm.ws.jsp.webcontainerext.AbstractJSPExtensionProcessor.handleRequest(AbstractJSPExtensionProcessor.java:286)
                at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:3453)
                at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:267)
                at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:815)
                at com.ibm.ws.wswebcontainer.WebContainer.handleRequest(WebContainer.java:1466)
                at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:119)
                at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:458)
                at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:387)
                at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.java:102)
                at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:165)
                at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:217)
                at com.ibm.io.async.AsyncChannelFuture.fireCompletionActions(AsyncChannelFuture.java:161)
                at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:136)
                at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:196)
                at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:751)
                at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:881)
                at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1473)
Caused by: java.lang.NullPointerException
                at oracle.jdbc.driver.OracleResultSetMetaData.<init>(OracleResultSetMetaData.java:84)
                at oracle.jdbc.driver.ScrollableResultSet.getMetaData(ScrollableResultSet.java:1282)
                at com.crystaldecisions.reports.common.data.JdbcCrystalResultSet.getMetaData(Unknown Source)
                at com.businessobjects.reports.jdbinterface.common.ResultSetReader.bindToField(Unknown Source)
                at com.crystaldecisions.reports.queryengine.ResultSetRecordReader.a(SourceFile:80)
                at com.crystaldecisions.reports.queryengine.Rowset.a(SourceFile:1107)
                at com.crystaldecisions.reports.queryengine.Rowset.z9(SourceFile:1025)
                at com.crystaldecisions.reports.queryengine.Rowset.Aa(SourceFile:988)
                at com.crystaldecisions.reports.queryengine.Rowset.z3(SourceFile:967)
                at com.crystaldecisions.reports.queryengine.Rowset.bL(SourceFile:533)
                at com.crystaldecisions.reports.queryengine.Rowset.zM(SourceFile:245)
                at com.crystaldecisions.reports.queryengine.RowsetBase.zA(SourceFile:156)
                at com.crystaldecisions.reports.queryengine.QueryInfo.vE(SourceFile:261)
                at com.crystaldecisions.reports.datafoundation.DFQuery.for(SourceFile:628)
                at com.crystaldecisions.reports.datalayer.a.do(SourceFile:1621)
                at com.crystaldecisions.reports.datalayer.a.a(SourceFile:1404)
                at com.crystaldecisions.reports.dataengine.m.b(SourceFile:334)
                at com.crystaldecisions.reports.dataengine.j.b(SourceFile:515)
                at com.crystaldecisions.reports.dataengine.m.o(SourceFile:408)
                at com.crystaldecisions.reports.dataengine.m.a(SourceFile:173)
                at com.crystaldecisions.reports.dataengine.ContextNode.a(SourceFile:114)
                at com.crystaldecisions.reports.dataengine.ContextNode.a(SourceFile:95)
                at com.crystaldecisions.reports.dataengine.j.case(SourceFile:1080)
                at com.crystaldecisions.reports.dataengine.h.<init>(SourceFile:108)
                at com.crystaldecisions.reports.dataengine.DataContext.a(SourceFile:254)
                at com.crystaldecisions.reports.dataengine.DataProcessor2.a(SourceFile:4660)
                at com.crystaldecisions.reports.dataengine.DataProcessor2.a(SourceFile:4574)
                at com.crystaldecisions.reports.dataengine.DataProcessor2.new(SourceFile:2652)
                at com.crystaldecisions.reports.dataengine.DataProcessor2.byte(SourceFile:2610)
                at com.crystaldecisions.reports.dataengine.DataProcessor2.try(SourceFile:2282)
                at com.crystaldecisions.reports.dataengine.DataProcessor2.int(SourceFile:2442)
                at com.crystaldecisions.reports.dataengine.DataProcessor2.I(SourceFile:1013)
                at com.crystaldecisions.reports.dataengine.DataProcessor2.if(SourceFile:4816)
                at com.crystaldecisions.reports.dataengine.DataProcessor2.a(SourceFile:2020)
                at com.crystaldecisions.reports.formatter.formatter.objectformatter.ObjectFormatter.a(SourceFile:309)
                at com.crystaldecisions.reports.formatter.formatter.objectformatter.ObjectFormatter.a(SourceFile:250)
                at com.crystaldecisions.reports.formatter.formatter.objectformatter.u.a(SourceFile:922)
                at com.crystaldecisions.reports.formatter.formatter.objectformatter.u.e(SourceFile:784)
                at com.crystaldecisions.reports.formatter.formatter.objectformatter.u.for(SourceFile:242)
                at com.crystaldecisions.reports.formatter.formatter.objectformatter.aa.a(SourceFile:64)
                at com.crystaldecisions.reports.formatter.formatter.objectformatter.ObjectFormatter.a(SourceFile:243)
                at com.crystaldecisions.reports.formatter.formatter.objectformatter.ObjectFormatter.a(SourceFile:210)
                at com.crystaldecisions.reports.formatter.formatter.objectformatter.v.a(SourceFile:185)
                at com.crystaldecisions.reports.formatter.formatter.objectformatter.v.a(SourceFile:230)
                at com.crystaldecisions.reports.formatter.formatter.objectformatter.ai.for(SourceFile:359

I'm not sure I understand what you mean by tabbed reporting.  Do you mean having multiple reports open at once within the Crystal Reports Designer?
If this is the case, the viewer is designed to only have one report open at a time.

Similar Messages

  • Cascading Dynamic Parameters Do Not Work In Crystal Viewer 2008?

    I have generated a report with Crystal Reports 2008 that uses a dynamic cascading parameter. I work in waste management and the report I create in Crystal is used as a "template" with the tonnages collected from all of our customers. Our less technically minded employees can then open this report with Crystal Reports Viewer 2008, use the drop down menus to select only the customer they need a report for and then export this to PDF for delivery.
    The report as designed works perfectly in Crystal Reports, but the parameter does not work in Crystal Viewer.
    Some of our customers have more than one physical location that we service. The cascading dynamic parameter in my report allows you to select the customer name, and then it only shows the locations linked to that customer, so the end user can select only the relevant location(s) for the report. The cascading parameter is dynamic and allows multiple selections, and is linked to a Saved Data formula. The report is saved with the data.
    When the report is opened in Viewer, one of two things happens. If the report is saved in Crystal Reports and a specific customer/location is selected, then ONLY those selected customer/locations are available in the Viewer. If ALL the customers/locations are selected in Crystal Reports and saved, then in the Viewer they are all available, but selecting one customer does NOT narrow down the locations (i.e. it does not "cascade") and instead ALL of the locations are available even if they do not apply to the customer.
    If I use a single dynamic parameter and select ALL of the customers (for example), then when this is opened in Crystal Viewer all of the customers are available from the parameters drop down and the report works fine. As soon as this is tried with a cascading parameter however, Crystal Viewer falls down.
    Does anyone know of a workaround to this or if there is something I am doing wrong?

    I am using the free Crystal Report 2008 Viewer along with designing reports with Crytal Reports ver 12.3. With a test file from SAP called "Interactive Parameters", the parameter feature works to refresh the report. The parameters that are supplied in the sample report work with Viewer. They show up under the parameter list in the parameter side panel in Viewer and are available to make record selections. When I add a parameter to the sample report in Crystal 2008 and then view the report in Viewer, my parameters are unavalable for record selection while the original parameters remain available. Futher, my parameters are displayed under a section called "Current Data Set" in the Parameter side panel, while the selectable parameters are displayed under the "Parameter" section in the parameter side panel. There must be a setting that is treating the parameters I create differently form the parameters created in the original sample report. Any help would be appreciated.

  • Drill down report not working in 1og report

    hi all,
    Drill down report not working in 1og.
    in 6i it working good but 10g not working .
    plz help any one.
    thanks

    Hello,
    For detailled instructions about hyperlinks :
    Oracle® Reports Building Reports
    10g Release 2 (10.1.2)
    B13895-01
    3.6.10.1.8 Creating a hyperlink using the Property Inspector
    http://download-uk.oracle.com/docs/cd/B14099_17/bi.1012/b13895/orbr_howto.htm#i1062802
    Regards

  • BW hierarchy variable not working in Crystal Report 2008

    Hi,
    I have created BEx 7.0 report which has hierarchy on 0customer object, the report is working fine whith hierarchy variable. I have created Crystal Report by using this query as source. I have followed below link to create grouping to get data through hierarchy variable.
    http://wiki.sdn.sap.com/wiki/display/BOBJ/BWHierarchiesinCrystalReports
    But report does not work for hierarchy variable and report is blank. When I give filter of child node which has actual data then I get report output. For ex.
    Below hierarchy for 0customer
    11396
         - 737007
         - 123456
    When I run report for 11396 then no data display but when I run 737007 child node I get report output but with blank group name.
    Can anyone came accross this issue. Please guide me . Thanks in advance.

    Thanks Ingo for your reply..
    The word filter means, I have hierarchy node variable in the BEx report that has become Parameter in CR. When I give hierarchy node variable value of parent node then there is not data display but for the child node I get the data.
    For ex. In the info cube there is data for 730707 customer but in the customer hierarchy the parent node of 73707 is 11396. I am giving 11396 in the variable pop screen for hierarchy variable. I do not see any data but for 73707 I get data.
    User does not know 73707, he always enter 11396 customer no. and he gets data in BEx query that is source of CR. but crystal report is not showing data for 11396.
    One more point I want to tell here, I am saving CR at my local system not to SAP BW server.
    Hope this clear my issue.
    Harish Swami
    Edited by: hswami27 on Jan 31, 2011 8:17 PM

  • Custom font [OCR A Extended] not working in Crystal Reports 2008

    We created a report that prints numbers using a font that makes the numbers look the numbers on the bottom of a check book (i.e. a check font). The font used was OCR A Extended.
    On the development machine the font worked well. It printed the numbers with the right font. When we tested the report on another developer's machine that apparently didn't have the OCR A Extended font, the numbers printed using an Arial-looking font - which we didn't like :-(. So we added the font to the machine in the %Windir%\Font directory. Having done this, the report displayed the numbers correctly.
    However, when we deployed the report in production on the app server (as Crystal Reports embedded in a VS 2005 application), the fonts would not get applied despite the fact that we installed the font in the %Windir%\Font directory.
    What else do we need to do to get the font to work correctly?
    Any help would be appreciated...
    Thanks.

    I don't have an answer, but I do have an idea. I am quite sure that the worker process is not seeing the font. E.g.; if you'd use the font in a text box, I'd bet that the font would not show up there either. Probably the best way to figure out what is needed will be to run Process Monitor and see if the logs tell you where the process is looking for the font. You may want to compare working and non working systems (a bit onerous as the logs are large - do ensure you filter for your process to keep the logs as small as possible).
    Oh, Process Monitor is here;
    http://technet.microsoft.com/en-ca/sysinternals/bb896645.aspx
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup

  • Database connection not working in Crystal Reports for Eclipse 2.0

    Hello All,
    We have several hunderd reports that were created in CR 8.5.  We are moving to a new Java  environemnt and we are also considering using BIRT.However to save development time and effort we are considering using the CR for Eclipse 2.0. For a proof of concept, we loaded several of our 8.5 reports into Crystal reports XI, saved them, and then loaded them into our CR for eclipse design environment.
    These reports were built from the values returned from a store procedure.. When we try to execute the reports from within Eclipse, we get  Error finding JNDI name (xxxx). We have created the appropriate datasource (to Sybase 12.5.4), and the schema is viewable in the db explorer. However when we associate the connection to this datasource, the connection no longer appears in the field explorer and no data is returned upon previewing the report.
    The original reports used ODBC to access the database. Is there anyway to easily convert these reports to using the Sybase JDBC datasource? Also in the DB explorer, the SPs are only showing the SP parameters,not the return values, so we are unable to easily drag the return fields onto the report to reset the links.
    Thanks in advance
    Edited by: Michael Knight on Oct 7, 2009 1:46 PM

    Michael,
    We had a similar situation but from my reseach the output from the stored procs cannot be viewed in the report designer in Eclipse. So we had to design the reports using the Crystal Reports Devloper application (the stand-alone version, not the Eclipse editor). The reports were designed w/an ODBC datasource. In order to get that working we had to create a JNDI JDBC datasource connection w/the exact same name as the ODBC datasource and that works. For example, the ODBC datasource was named OP01DSDB01.WORLD so we just created a JNDI datasource w/that exact same name (no jdbc/OP01DSDB01.WORLD just OP01DSDB01.WORLD). I'm not sure if there is a workaround for any of this but this was the easiest way to get them working.
    I know this isn't the ideal situation, but that was the easiest way to get things working.

  • Report Not Refreshing in Crystal Reports Server 2008

    I created a report and posted it on Crystal Reports Server 2008.  I have since updated the report's selection expert and I want the new criteria to be updated.  When I right click on the report and choose Refresh Options I have chosen to update and refresh the report but when I try to schedule it again it keeps the old select expert statement.  I have gone back to the report to ensure the change was taken and it was.  In fact if I delete the report and repost it then it does show the correct criteria.  Does anyone have any idea's as to why this is happening.  Thanks.

    A simple solution to avoid the font issue: Draw a box on the report, and put an X in (on top of) the box to check it if value is true.
    Or
    A formula that is an X if true or F if false.  Format the font to be white if not an X, and put a box around it.
    Edited by: DebiHerbert on Oct 8, 2010 1:19 PM

  • Why this does not works??? (I use jsp: include. to contain two jsp files)

    I have a main.jsp, and in this main.jsp, I have two part, leftButton.jsp and view.jsp, I want to include the leftButton.jsp and view.jsp to main.jsp.
    The code of main.jsp is like follows:
    <%@ page language="java" contentType="text/html" %>
    <html>
    <head>
    <title>JSP include element test</title>
    </head>
    <body>
    <table>
    <tr>
    <td><jsp: include page="leftButton.jsp" flush="true"></jsp: include></td>
                             <td>     <jsp: include page="view.jsp" flush="true"></jsp: include></td>
                        </tr>
         </table>
    </body>
    </html>
    Why the include does not works? by the way, I embeded a flash.swf file in view.jsp.

    Hi Mellon,
    You might be better off using a JSPF segment for leftButton.jsp & view.jsp and the <%@ include file="relativeURL" %>.
    Be careful that the included file does not contain <html>, </html>, <body>, or </body> tags. Because the entire content of the included file is added to the including JSP page, these tags would conflict with the same tags in the including JSP page, causing an error.
    Note: It is conventional to put JSP segements under the WEB-INF/jspf/ folder so the file cannot be accessed directly by a URL
    Note: JSPF files end with .jspf, so your files would be leftButton.jspf and view.jspf.

  • Mandatory Prompt not working in crystal report

    Hi,
    I do know that there is a option to make the prompt mandatory in the prompt selection window by making "Optional Prompt:False" in crystal 2011.If this is the case then report should not run when values are not entered and OK button is clicked in the prompt screen.But sill the reports runs but gives no data.
    The report should not run when prompt is not entered.Is there a way to achieve this?

    Hi Sahana,
    If the mandatory prompt is a string paramater it will run without entering a value.
    You have to use the Edit Mask option.
    In your case you can use A as an Edit Mask character.
    1. On the View menu, click Field Explorer.
    2. Select Parameter Fields
    An edit mask can be any of a set of masking characters used to restrict the values you can enter
    as parameter values (the edit mask also limits the values you can enter as default prompting values).
    You can enter any of the following masking characters, or any combination of them:
    • "A" (allows an alphanumeric character and requires the entry of a character in the parameter
    value).
    • "a" (allows an alphanumeric character and does not require the entry of a character in the
    parameter value).
    • "0" (allows a digit [0 to 9] and requires the entry of a character in the parameter value).
    • "9" (allows a digit or a space, and does not require the entry of a character in the parameter
    value).
    • "#" (allows a digit, space, or plus/minus sign, and does not require the entry of a character in the
    parameter value).
    • "L" (allows a letter [A to Z], and requires the entry of a character in the parameter value).
    • "?" (allows a letter, and does not require the entry of a character in the parameter value).
    484 2012-03-14
    Parameter Fields and Prompts
    • "&" (allows any character or space, and requires the entry of a character in the parameter value).
    • "C" (allows any character or space, and does not require the entry of a character in the parameter
    value).
    - Nrupal

  • Page-based localization currency not working in crystal report.

    Hi,
    I was trying to test out the page-based localization. [https://boc.sdn.sap.com/node/8501|https://boc.sdn.sap.com/node/8501]. All is well datetime, numeric formatting but the currency symbol is not changing. It always get the symbol in the regional settings.
    (1) How do i fix this?
    (2) Is there any efficient way to customize the symbol in crystal programatically?
    -krei

    A good place to start is with the basics.
    See the [Rules of Engagement|https://www.sdn.sap.com/irj/sdn/wiki?path=/display/home/rulesofEngagement]
    Step 2 Asking Your Question; Provide Enough Information
    From the help file link you provided, I assume you are using CR 2008, but please confirm.
    Also, let me know the following:
    1) Version of .NET used
    2) What CR Service Pack(s) have been applied
    3) Is this happening on your development system, or after you deploy the project?
    4) What is the OS this is happening on?
    5) What is the specific currency symbol you are seeing the issue with?
    6) Do you see the issue with any other currency symbols?
    Ludek

  • Migrate Crystal Reports version 9 to Crystal Reports version 12

    I have gone through some of the threads in this forum related to migration of Crystal reports from a previous version to CR 12.
    Though it has helped me to a certain extent, the problem still isnt solved.
    First, I have not worked with Crystal Reports earlier; this is my first attempt.
    Second, I have an application which uses CR version 9 to convert to pdf.
    The application is written in VS 2003. The application is hosted under Windows Server 2008 R2; Crystal Reports 12 runtime installed on the Server.
    I have downloaded the VSIM for VS 2003. The reference dlls seem to have been upgraded to CR 12. However, when I run the application in the Server, I get the famous
    "Either the Crystal Reports registry key permissions are insufficient or the Crystal Reports runtime is not installed correctly.
    Please install the appropriate Crystal Reports redistributable (CRRedist*.msi) containing the correct version of the Crystal Reports runtime (x86, x64, or Itanium) required.  Please go to http://www.businessobjects.com/support for more information."
    error.
    Oh, Just for the Info - this application works perfectly fine in my development environment under the Windows XP OS.
    Would somebody out there please help me in resolving this issue?
    I have spent a lot of time on this issue, doing research on my own and failing miserably.

    Download [Modules|https://smpdl.sap-ag.de/~sapidp/012002523100006252802008E/modules.zip] and compare what dlls are loading on the server as opposed to your dev computer. Then adjust as needed.
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup
    Got Enhancement ideas? Try the [SAP Idea Place|https://ideas.sap.com/community/products_and_solutions/crystalreports]

  • Report and Field Explorer dont work in Crystal Reports 2008

    Hi
    I am using the following versions of Crystal Reports:
    Crystal Reports 2008  (Service Pack 1)
    CR Developer
    Version 12.1.0.892
    Product Type: Full
    Target environment: .NET 3.5 windows forms and asp.net application
    Since a couple of days, i can no longer access the field explorer nor the report exlorer. Anything else seems to be working fine. I first thought these windows were somewhere hidden behind another window but as much as i searched, i didnt succed in finding them :-(.  Our product has a valid licence and is registered, by the way.
    My question is now, what do i have to do to get my field/report explorer again. Maybe, installing the latest service pack had an influence, but i cannot tell for sure.
    Any help is appreciated
    Thanks in advance

    Please note that this forum is dedicated to topics related to custom application development or deployment with Crystal Reports in .Net. This includes full versions of Crystal Reports as well as those versions of Crystal Reports bundled with Microsoft Visual Studio .Net.
    Your query appears to concern the CR designer. As such, please post your query to the Crystal Reports Design Forum:
    SAP Crystal Reports
    Ludek

  • Crystal reports not working when integrated security is set to true

    Hello Everybody,
    I have developed 20 crystal reports. When i deploy in my development environment(asp.net) these reports are working fine.My UAT environment is using application pool connection instead of database connection.
    My .net developer has written a code and he set integrated security to true for reports. My problem is reports which are having parameters not working correctly. Reports which are not having any parameters, it is working fine. If i enter parameters in asp .net page, the report is running for all the values. It is not considering the parameter values.
    Thanks
    Ram

    Hi Ram,
    Need more info, what version of CR assemblies, which OS is hosting the app and what patches, CR and OS are installed?
    Have you discussed this issue with your developer? Possibly all of the runtime is not on the app server?
    Thank you
    Don

  • After i install Visual-Studio 2013 crystal-report not working

    hi
    after i install Visual-Studio 2013 crystal-report not working on my Visual-Studio 2010 projects
    when i try to open crystal-report i see this:

    Hi E_gold,
    Crystal Reports forum may be a better place for you.
    Thanks 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.

  • SAP B1 Crystal Reports Add On and Crystal Report 2008

    Hi,
    I have posted the question at SAP Reporting Forum, but not much luck.
    The following reports is created in Crystal report 2008.
    From  http://help.sap.com/businessobject/product_guides/cr2008V1/en/CR2008_SP2_Fixed_Issues_en.pdf, I tnocie there could be moemry leak for Sybase Connectivity, but we are using ODBC.
    My client is using SAP 2007 SP00 PL49, SAP Crystal Report Add on is 2.0.0.7 and they have Beas 6.70.07
    They have encountered problem "The request cannot be submitted for background processing" after printing about 8 times of the same reports consecutively.  It is a work order reports which my clients prints for one operations at a time, with each operations generated 8 pages of output.  There are 5 jpeg on the report, which is not huge.
    Yes, I am aware there could be any problem related to that.
    What I notice is, on the workstation with SAP Business One client running, whenever user print a report named "Work Order", in the temp folder it creates one .rpt and 26 tmp files (Note that I have made up the number)
    Work Order {C0ECP901-C6F6.......}.rpt
    ~cpe{51DD9109........}.tmp
    ~cpe{71DD9109........}.tmp
    ~cpe{52DD9109........}.tmp
    ~cpe{53DD9109........}.tmp
    ~cpe{54DD9109........}.tmp
    At the moment, for a temporary solutions, everytimes when the error comes up, my client have to log off from SAP Business One, clear the temp folder and then relogin before they can print the same report.
    Anyone encounter the problem and manage to resolve. it.
    Edited by: Shwu Hua Gan on Aug 12, 2010 8:43 AM

    In case anyone is interested.
    I managed to drill down and get around with the following solutions.  Still in progress of monitoring, but seems to solve part of the problem.
    1. Open up the JPEG in Accessories--> Paint and notice that the JPEG is too big and cannot be seen without adjustting the scrolling bar.  Reduce the image size seems to work.
    2. The report is using dynamic graphic and reading JPEG path from a UDT with column 'type' and 'path'.  Subreport is used with record selection Type='Precheck'. When there was no Precheck type JPEG, it seems to crash.  We have asked client to add in type='precheck' and hyphen in path when it is not applicable.  In that sense, it will return something to the report.
    3. We also have subreport that read material issues.  when there was no material issue in the subreport, it crash.  So, we do the following:
    - section express - tick suppress blank section
    - right click subreport, tick suppress blank subreport.
    - in Subreport, at report option, we select suppress printing when no records.
    Note that workaround in point 3 does not seem to work for pictures.  So, it might be worth suppressing with formulas.

Maybe you are looking for

  • How to change value dynamically in URL?

    Hi All, This seems to be a really easy yet I cannot find a working solution! I have a report where one column is a link which passes the following: f?p=&APP_ID.:28:&SESSION.::&DEBUG.:RP,:P28_PROCS_ID,P28_PROCS_VER:#PROCS_ID#,#PROCS_VER# What I would

  • Dual Routers with switch

    Hello, I hope someone can help me with this. I have a BEFSR41 router (192.168.1.1) with port 1 connected to a EZXS88W switch (on port 1). I have the DHCP enabled and set to 192.168.1.20 with 5 IP addresses allowed.  Connected to the switch is 4 compu

  • Business events in r12

    In r12.1.3 we have following business events when defining a concurrent program using Application developer or system administration responsibility 1. Request Submitted 2. Request on Hold 3. Request Resumed 4. Request Running 5. Program Completed 6.

  • Errors using aCC 3.31--- Unexpected 'std'

    [Compilation Errors using aCC 3.31/HP-UX 11.0 --                        Unexpected 'std'] Hi, I get the following errors when I try to include 'occi.h' in my programs while working with the OCCI classes for Oracle9i database connectivity. Please let

  • Digital Signature prevents submit via email and print

    A form works perfectly well until I insert a digital signature into a digital signature box.  So if the digital signature box is empty the buttons still work but sign the wrecked thing and nothing works anymore.  I have created new signatures but not