Crystal Reprot 12

Hi,
I took crystal report from SAP and that report is generated and displayed in JSP. But in report navigation is not working!  navigator and print options are act as an image.
Kindly help me to solve this issue. But previous version its works fine.
Thanks in advance.
R.Shankarganesh.

Hi,
I was expecting this to work with other Fonts.
Please check if the Font is licensed --> Validate if the font license is valid.
If this is a trail version, the trail period must have come to an end.
Use Font that have the Valid License, because when a Crystal report is exported to PDF, its even saves the Font details and if really valid then only it would work as expected.
Or
Else copy the Font from other machine, this I will work only if the Font is licensed or else if  the Trail Period is valid.
As Abhilash said we need to concentrate more on the Font not on any other settings.
Cheers,
Kiran

Similar Messages

  • Crystal Reprot -Could not create shared cache

    HI ALL,
    When i  try to login into crystal reprot 9
    I am getting bellow error.
    Could not create shared cache(0,0)
    when viewing a report in Crystal Reports.
    Could please provide me information

    Post to the [Crystal Reports Design|SAP Crystal Reports; forum.
    Ludek

  • Crystal Reprots Format

    Post Author: DAndre10
    CA Forum: General
    Hello All,
    I had a question concerning the format of crystal reports.  Is there anyway possible to have the information displayed vertically instead of horizontally?  I know ift may seem like a wierd question, but I'll give you an example.  My company produces benefit statements for pension plans.  Crystal Reports can only display information for one individual at a time I think (in each section).  I can fit all the fields I want to display in one section, then I can have horizontal rows of individuals on one page.  But is there anyway for me to have the fields going up and down in one section and have more than one person's information display in the section?   Here is the format that I'm asking about:
    Employee Name:                              The first employees name           The second employees name             The third employees name
    Employee Address:                          The first employees address        The second employees address          The third employees address
    Daste of Birth(DOB):                         The first employees DOB            The second employees DOB               The third employees DOB
    Date of Hire(DOH):                            The first employees DOH            The second employees DOH               The third employees DOH
    Date of Participation(DOP):               The first employees DOP             The second employees DOP               The third employees DOP
    Spouse Name:                          The first employees spouse's name   The second employees spouse's name  The third employees spouse's name
    Spouse Birthday(SDOB):                  The first employees SDOB           The second employees SDOB               The third employees SDOB

    Post Author: rcoleman
    CA Forum: General
    Not sure if this will be helpful but you could try Section Expert---> Format with Multiple Columns. I'm using Crystal XI. This is only available in the detail section as far as I know. I'm still learning all this stuff.

  • How to use crystal Reprot

    Hello SAP Guru,
    I want to work crystal report but i don't have any idea. Please give me idea how to work.
    How to install crystal report and how to create crystal report please give me link Crystal
    report down-loader and give me crystal report  integration kit also. now i am using sap ecc6.0
    Thanks alot in advance.
    Regards,
    Richa

    Hi Richa,
    First download the CR user guide from here.
    You may download the 30-day evaluation for CR 2013 from here.
    If you have an S-User ID, then you would want to download the Full Build from the Downloads section on the Service Market Place.
    P.S: CR 2013 does not need the Integration Kit.
    -Abhilash

  • Crystal report rpt file import error.

    Hi,
    when iam  importing rpt file after updating it's showing system message This  SQL transaction has completed,it is no longer usable. and it's showing operation sucessfully completed but it's not showing in manage crystal reprots list.plaese help me how we can show reports when we impoer new rpt files.
    regds,
    sampath.

    I think, at the best what you can do is password protect the report to isolate it from any changes being made.
    Go to File>>Report Options and check the 'Save lock report design' check mark.You will be prompted for a password and then the report is safe from any undesired modifications.
    Unless a valid/correct password is provided,users will not be able to make any changes in the report,however they will be able to open/view it.
    Thanks

  • Exporting Crystal report into Excel with code

    I have written the following code to export crysal reports to excel. My problem is, when it exports number it adds the thousand seperator (,), but if I export the report from Crystal designer, it works fine. So I believe I am missing something in my code. Could some one help me with this? Any help is greatly appreciated.
           Dim xlApp As Microsoft.Office.Interop.Excel.Application
            Dim xlBook As Workbook
            Dim myReport1 As New ReportDocument
            Dim reportPath1 As String = ""
            reportPath1 = "C:\test\su.rpt"
            myReport1 = New ReportDocument
            myReport1.Load(reportPath1)
            Dim tmpExcelFile As String = ""
            tmpExcelFile = "C:\test\test.xls"
            myReport1.ExportToDisk(ExportFormatType.Excel, tmpExcelFile)

    Hi Don,
    Please provide
    - Crystal Reprots version
    - Visual Studio version
    - Win or web app?
    Try using 'ExportToStream' see if it reproduces the issue.
    [1198587 - How to export a report to stream in C Sharp (C#) for Visual Studio .NET |http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_bi/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes%7B6163636573733d36393736354636443646363436353344333933393338323636393736354637333631373036453646373436353733354636453735364436323635373233443330333033303331333133393338333533383337%7D.do]
    - Bhushan.

  • How to print special characters in Crystal Report 7.0

    Post Author: rvandakar
    CA Forum: General
    Hi,
    I am using Data Report in my VB 6.0, Crystal Reprot ver 7.0. I want to display square root in the report. When I retrive data from sql database to display into report, I need to check the occurence of 'T' or 't' in a field and need to replace it with square root symbol in the report. How to make it in crystal designer (data reprot integrated in VB6).
    ___ Regards,  Rajeev Vandakar, India.

    Post Author: synapsevampire
    CA Forum: General
    In general, find the character you want within your fonts, then learn it's equivalent ASCII, then use a formula:
    if uppercase({table.field}) = "T" thenchr(63)else{table.field}
    You can test what the ASCII code is using:
    ASC("u221A")
    -k

  • Crystal report parameter asking for DB login

    Hi All,
    I have created a crystal report in 2008, in my crystal reprot i have a command which gives me 2 columns and a stored proced which give me 6 columns and then i joined them in link tab.
    Now in my report i have created a parameter using one the column from command. The data source for both are same database but diffrent tables.
    When i exported the report to enterprise and try to schedle it, for parameter option when i try to edit the parameter it promps me for database logon every time (i.e. every time i edit parameter it promps for Db logon) and i have already provide DB creds in database information page.
    BOXI R3.1 with no FP.
    please suggest on this.
    Thanks,
    Nimesh.

    In CMC, what option did you select on the Database Configuration section of the report properties?
    If it is " Prompt users for database credentials", then it'll prompt users for credentials whenever the report is run.
    If it is set to " use same credentials as above" (not exact wording), then it don't ask for credentials.

  • Distribute Crystal Report from BOE Server

    Hi,
    =========
    Installation on Client machine:
    Crystal Report 2008 V1 SP1 and SP2
    SAP Integration Kits XI 3.1 SP2
    Installation on BOE Server:
    BOE XI 3.1 SP2
    SAP Integration Kits XI 3.1 SP2
    Installation on BW:
    SAP BW 7
    ========
    Created crystal report on top of SAP BW Query, and save/publish the Crystal Report into BOE Server directly via Crystal Report ->File ->Save as (I understand that we can also save the Crystal Report into BW role, then publish the Crystal Report into BOE Server via the BW Publish, but we're not using the BW Publish option here).
    Now user can logon to BOE InfoView and execute/display the Crystal Report, no problem.
    My question is in BOE Server, is there any functionality that allow us to execute the Crystal Report and send it to the user automatically via email? Just like the BEx Broadcaster functionality in SAP BW 7.
    If yes, how can I do it?
    Any help is appreciated.
    L

    Seb,
    I have a look at the document: http://help.sap.com/businessobject/product_guides/boexir31/en/xi3-1_bip_admin_en.pdf
    I can see where to schedule the Crystal Reprot to run in the background and send out via email option.
    However, I dont see how the report can be sent out from BOE server. Is there any setting need to be done so that BOE Server can send out the crystal report?
    Please help, thank you.

  • Regarding Crystal report  parameter from and to.

    hi.
    I am having one requirement ie.
    Normally we are giving..i.e
    We are using parameter in Sap b1 like Docentry
    Based on this one Docentry the data will fetch from the data base and it will shows into the sap crystal reprot
    suppose Ex Docentry = 3 then it will show the data.. then
    but ring now what i nee dis  Docentry from and to
    fromdocentry = 1
    todocentry  = 5
    so, 1,2,3,4,5 five documents should be generate one by one in crystal report in single crystal report not 5 pdf files single pdf should have 5 doc entries
    Is it possible how can i do it.
    how can i do it...

    Hi
    I think it is not possible from Crystal Report but below discussion indicates it is possible through some Crystal Report SDK tool.
    Exporting a Crystal Reports file into multiple PDF's
    How to export a crystal report into several pdf files then email them to several email addresses
    With Regards
    Balaji Sampath

  • Crystal Report 2008 [CR Developer] version - connectivity issue

    Hi Folks,
    I am not sure this is right forum to post my question, after a long research I found this forum. Year ago I developed proto type reports in Crystal 11.5 version and integrated with Power Builder 11.5 to our client. It took almost a year to get approval from the client.
    Now, I have installed Crystal Report 2008 [CR Developer] version and I am not able to call previously developed reports from power builder 11.5
    Power Builder code to invoke crystal reports:
    g_ole_crx_application = CREATE OLEobject
    gi_return = g_ole_crx_application.ConnectToNewObject('CrystalRuntime.Application.11')
    here gi_return returning -2.
    Questions:
    What is CR Developer version# 12.0.0.683 ?
    Do I need to install Crystal Reprot 2008 server in order to integrated with Power Builder 11.5?
    Should I installed any service packs? If yes, please let me know the path
    What are the runtime dll's should I used to integrate with PB11.5? other than following
    craxdrt.dll CRDesigner.dll CRDesignerCtrl.dll crqe.dll CRViewer.dll
    Please let me know the answers.
    Thanks
    Indra

    Hi Indra,
    Moved your post to the Legacy SDK forum.
    CR 2008 no longer ships the RDC, CR XI R2 is the last version that included the craxdrt.dll. The RDC components were deprecated and no longer available.
    If you want to upgrade you now must use the CR .NET Assemblies.
    Thank you
    Don

  • How to bring Picture from OHEM table into Crystal Report using query

    Hi expert
    i had a query and which is attached to a crystal report, and its working fine,
    the thing what i need is to bring the picture which is stored in OHEM table, (Employee Photo)
    to the report. in the query i had attache the picture field. but not able to see it over the Crystal reprot
    The below given is the query
    select OHEM.empID,isnull(OHEM.firstName,'')+' ' +isnull(OHEM.middleName,'')+ ' '+isnull(OHEM.lastName,'')AS [Employee Name],
    OHPS.name AS [Position],OUDP.Name AS [Department],OUBR.Name AS[Branch],OHEM.U_SponsName,OHEM.U_EMPOLD_ID,OCRY.Name AS [Nationality],
    OHEM.U_JoinDate As [Joining Date (G)],OHEM.U_JoinDateH As [Joining Date (H)],OHEM.birthDate, (CAST(DATEDIFF(day,OHEM.birthDate,GETDATE())/(365) AS int)) As [AGE],(CAST(DATEDIFF(day,OHEM.startDate,GETDATE())/(365) AS int)) As [Year],
    OHEM.startDate As [Emp Contract Start Date (G)],OHEM.U_CEDate As [Emp Contract End Date (G)],OHEM.U_ConType As [Emp Contract Type],
    OHEM.U_ContDur AS [Emp Contrat Duration],OHEM.U_CRDate As [Emp Cont Renewal Date (G)],OHEM.U_IQId AS [Iqama ID],OHEM.U_IQIsDate As [Iq Issue Date (G)],
    OHEM.U_IQExDate As [Iq Expiry Date (G)],OHEM.U_IQIsDateH As [Iq Issue Date (H)],OHEM.U_IQExDateH As [Iq Expiry Date (H)],OHEM.U_InsType As [Insurance Type],
    OHEM.U_InsExpDate AS [Insurance Exp Date],OHEM.U_InsName As [Insurance Company],OHEM.U_DestiCity As [Destination City],
    OHEM.U_TicketType As[Ticket Type],OHEM.U_TicketClass As [ Ticket Class], OHEM.U_TravelDate As [Travel Date],OHEM.passportNo,OHEM.U_PassportIsDate AS [Passport Issue Date],
    OHEM.passportEx AS [Passport Expiry Date],OHEM.U_BSal As [Basic Salary], OHEM.U_HoAllow As [House Allowance],OHEM.U_TrAllow As [Transport Allowance],
    OHEM.U_FoodAllow AS [Food Allowance],OHEM.U_CarAllow AS [Car Allowance],OHEM.U_OthAllow As [Other Allowance],OHEM.U_BonusAllow As [Bonus],
    OHEM.U_VacStartDate1 AS [First Vacation Start Date], OHEM.U_VacEndDate As[ First Vacation End Date],OHEM.U_VacResDate As [First Vacation Resume Date],
    OHEM.U_VacDur AS [First Vacation Duration],OHEM.U_VacStartDate2 As [Second Vacation Start Date],OHEM.U_VacEndtDate2 AS [Second Vacation End Date],
    OHEM.U_VacDur2 As [Second Vacation Duration],OHEM.U_VacResDate2 AS [Second Vacation Resume],OHEM.U_VacStartDate3 AS [Third Vacation Start Date], OHEM.U_VacEndtDate3 As[ Third Vacation End Date],
    OHEM.U_VacRestDate3 As [Third Vacation Resume Date],OHEM.U_VacDur3 AS [Third Vacation Duration],OHEM.U_VacStartDate4 AS [Fourth Vacation Start Date],
    OHEM.U_VacEndDate4 As[ Fourth Vacation End Date],OHEM.U_VacResumeDate As [Fourth Vacation Resume Date],
    OHEM.U_VacDur4 AS [Fourth Vacation Duration],OHEM.U_VisaDuration AS [Visa Duration],OHEM.U_VisaStartDate AS [Visa Start Date],
    OHEM.U_VisaEndDate AS [Visa End Date],OHEM.U_VisaType As [Visa Type],OHEM.picture,OHEM.remark,OHEM.attachment,OHEM.mobile AS [Mobile],OHEM.homeTel AS [Residence Tele],OHEM.email AS [E-Mail] from OHEM
    left outer join OHPS ON OHEM.position=OHPS.posID
    left outer Join OUDP on OHEM.dept=OUDP.Code
    left outer join OUBR on OHEM.branch=OUBR.Code
    left outer join OCRY on OHEM.citizenshp=OCRY.Code
    Pls suggest how to make it appear the photo in the crystal report
    regards

    Hi,
    Please refer this how to guide which may give some idea for creation formula:
    http://www.pioneerb1.com/wp-content/uploads/2012/04/How-to-work-with-Crystal-Reports-8.8.pdf
    Thanks & Regards,
    Nagarajan

  • Deployment of Crystal Report

    I am getting this error when iam deploying a crystal report website. I need help pliz.
    Server Error in '/ftreports' Application.
    Configuration Error
    Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
    Parser Error Message: Could not load file or assembly 'CrystalDecisions.Web, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified.
    Source Error:
    Line 22:           <xhtmlConformance mode="Legacy"/>
    Line 23:           <httpHandlers>
    Line 24:                <add verb="GET" path="CrystalImageHandler.aspx" type="CrystalDecisions.Web.CrystalImageHandler, CrystalDecisions.Web, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
    Line 25:           </httpHandlers>
    Line 26:      </system.web>
    Source File: C:\ftReports\web.config    Line: 24
    Assembly Load Trace: The following information can be helpful to determine why the assembly 'CrystalDecisions.Web, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' could not be loaded.
    WRN: Assembly binding logging is turned OFF.
    To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
    Note: There is some performance penalty associated with assembly bind failure logging.
    To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
    Version Information: Microsoft .NET Framework Version:2.0.50727.832; ASP.NET Version:2.0.50727.832

    <p>There&#39;s not enough info to help troubleshoot the issue as there could be many reasons for the error to occur. One thing that does come to mind is that you may be missing a runtime file. Make sure you used the Crystal Reprots merge modules (msm) or the windows installer (.msi) to install the CR runtime on the web server. There&#39;s a lot of info on the BOBJ support site and the <a href="http://devlibrary.businessobjects.com/BusinessObjectsXIR2SP2/en/devsuite.htm" target="_blank">DevLibrary</a> on how to deploy CR applications.</p><p>It might be worth calling the BOBJ support team to help troubleshoot in case there is some specific configuration in your deployment that could be causing the error.</p><p>-MJ</p>

  • Need alternative for activex print control using Crystal reports 2008

    I have created a .Net web application (2.0/3.5 .Net framework) with crystal reports 2008.
    Reports are viewed using Crystal reports 2008 activex viewer.
    On click of PRINT icon in activex viewer, activex print control download prompt will be displayed on client machine.
    I need to avoid downloading of activex print control on client machine. Is there any other alternative or option to use print functionality in viewer without downloading activex print control on client machine?
    Or Is there any other workaround for print functionality in Crystal reports 2008 Viewer without downloading activex print control?
    Note: Activex print control download prompt will not be displayed when using Crystal reprots XI Release 2 version.
    Thanks,
    Jagannath

    Does anyone know which files need to be registered for the ActiveX print control?  We occasionally have users who somehow break their Crystal ActiveX controls, and they can no longer see the print options.  In Crystal 10, I was able to fix these issues by pushing a package which registered several files on the user's computer.

  • Best way to add crystal reports

    Hi All,
    I have worked with crystal reprots in past and have done this by adding a DataSet and having this populated with the SQL statement from the database.
    I want to have a way where i can add reports to a folder and have the report pulled in to the vb.net application dynamically, so can leave the application as is and not have to keep re-compiling the code and have it done through updates.
    what is the best way to do this a system i used to work with used to be able to add 3 files in to a folder . Par . SQL .Rpt
    this used to pull the report from the folder and add to the specified menu or submenu.
    i have figured out i can either do it through a database table or xml file for adding but need to work out how to get the paramater name and type and add to the form dynamically.
    any help will be appriciated.
    Regards
    AIDAN

    Depending on the version of CR you are working with, your best way will be to use InProc RAS. See samples here:
    https://wiki.sdn.sap.com/wiki/display/BOBJ/NETRASSDK+Samples
    Also, consult the developer help for your version of Crystal Reports.
    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]

Maybe you are looking for